summaryrefslogtreecommitdiff
path: root/src/citra_qt
AgeCommit message (Collapse)Author
2016-05-18Config: Audio sink configuration (#1798)Maribel
2016-05-15implement circle pad modifierwwylele
2016-05-15Refactor input subsystemwwylele
2016-05-12Microprofile: DPI-aware drawingMerryMage
2016-05-12Move default_attributes into Pica stateJannik Vogel
2016-05-11Turn ShaderSetup into structJannik Vogel
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the default function loader, and fixes a crash when using apitrace with an EGL context. On Qt we will need to migrate from QGLWidget to QOpenGLWidget and QOpenGLContext before we can use gladLoadGLLoader() instead of gladLoadGL(), since the former doesn’t expose a function loader.
2016-05-05Merge pull request #1700 from wwylele/gamelist-iconbunnei
Qt: display game icon and title in the game list
2016-05-04add missing headerwwylele
2016-05-04make the name column larger as defaultwwylele
2016-05-04add icon & title to game listwwylele
2016-05-04Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationJannik Vogel
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-30Audio: Add sink selection to configuration filesMerryMage
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI.
2016-04-28Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik Rydgård
* Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line
2016-04-26Qt Frontend: Add Threads::Threads import in CMakeLists.txt.Emmanuel Gil Peyrot
This had been forgotten in df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64. Fixes #1711.
2016-04-24Replace std::map with std::array for graphics event breakpoints, and allow ↵Henrik Rydgard
the compiler to inline. Saves 1%+ in vertex heavy situations.
2016-04-23debugger: Warn if we reach an unreachable formatSam Spilsbury
2016-04-21Config: Add scaled resolution optiontfarley
2016-04-20Implement CheckNew3DS and CheckNew3DSAppJamePeng
Append an item[is_new3ds] to config file[System] group Implement APT::SetNSStateField,it will update the unknown NS_state_field
2016-04-15Configure Dialog: Remove minimumSize propertyMerryMage
2016-04-11CitraQt: Apply config at startupJannik Vogel
2016-04-10Merge pull request #1368 from LittleWhite-tb/configure-widgetbunnei
Implementation for a configure widget
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
Common: Remove Common::make_unique, use std::make_unique
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-31remove debug codeLFsWang
2016-03-31Fix encode problem On WindowsLFsWang
2016-03-28Compilation fixLittleWhite
2016-03-22Add more stuff to configure.LittleWhite
2016-03-21Whole config is handled by Config class.LittleWhite
This also means : we have only one config file, now
2016-03-21Add Configure widgetLittleWhite
2016-03-17Fix Qt chinese words encode problem on WindowsLFsWang
2016-03-16Merge pull request #1466 from LittleWhite-tb/gamelist-update-recentYuri Kunde Schlesner
Register ROM started through the gamelist in the list of ROM recently started
2016-03-16Register ROM started through the gamelist in the list of ROM recently startedLittleWhite
2016-03-15PICA: Fix MAD/MADI encodingJannik Vogel
2016-03-09Fix attribute mapping in vs debuggerJannik Vogel
2016-03-08Merge pull request #1344 from LittleWhite-tb/error-outputbunnei
Output errors in GUI
2016-03-08Improve error report from Init() functionsLittleWhite
Add error popup when citra initialization failed
2016-03-07Set the appropriate locale to get float conversion working using std::to_stringLittleWhite
2016-03-03Display errors in GUI when loading ROM failedLittleWhite
2016-03-03Merge pull request #1394 from ds84182/immediate-mode-vtxbunnei
Add immediate mode vertex submission
2016-03-02Add immediate mode vertex submissionDwayne Slater
2016-03-02Merge pull request #1403 from MerryMage/sdlbunnei
Dependencies: Remove GLFW, Add SDL2
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files
2016-02-26Merge pull request #1352 from LittleWhite-tb/exit_checkbunnei
Add check before closure when emulation is running
2016-02-21AudioCore: Skeleton ImplementationMerryMage
This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation.
2016-02-04Add a configuration entry to enable/disable the checkLittleWhite