Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | Config: Audio sink configuration (#1798) | Maribel | |
2016-05-15 | implement circle pad modifier | wwylele | |
2016-05-15 | Refactor input subsystem | wwylele | |
2016-05-12 | Microprofile: DPI-aware drawing | MerryMage | |
2016-05-12 | Move default_attributes into Pica state | Jannik Vogel | |
2016-05-11 | Turn ShaderSetup into struct | Jannik Vogel | |
2016-05-07 | fixup simple type conversions where possible | Alexander Laties | |
2016-05-07 | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | Jannik Vogel | |
2016-05-06 | Frontends, VideoCore: Move glad initialisation to the frontend | Emmanuel 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-05 | Merge pull request #1700 from wwylele/gamelist-icon | bunnei | |
Qt: display game icon and title in the game list | |||
2016-05-04 | add missing header | wwylele | |
2016-05-04 | make the name column larger as default | wwylele | |
2016-05-04 | add icon & title to game list | wwylele | |
2016-05-04 | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation | Jannik Vogel | |
2016-04-30 | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | |
2016-04-30 | Audio: Add sink selection to configuration files | MerryMage | |
2016-04-29 | Common: 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-28 | Make 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-26 | Qt Frontend: Add Threads::Threads import in CMakeLists.txt. | Emmanuel Gil Peyrot | |
This had been forgotten in df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64. Fixes #1711. | |||
2016-04-24 | Replace 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-23 | debugger: Warn if we reach an unreachable format | Sam Spilsbury | |
2016-04-21 | Config: Add scaled resolution option | tfarley | |
2016-04-20 | Implement CheckNew3DS and CheckNew3DSApp | JamePeng | |
Append an item[is_new3ds] to config file[System] group Implement APT::SetNSStateField,it will update the unknown NS_state_field | |||
2016-04-15 | Configure Dialog: Remove minimumSize property | MerryMage | |
2016-04-11 | CitraQt: Apply config at startup | Jannik Vogel | |
2016-04-10 | Merge pull request #1368 from LittleWhite-tb/configure-widget | bunnei | |
Implementation for a configure widget | |||
2016-04-05 | Merge pull request #1643 from MerryMage/make_unique | Mathew Maidment | |
Common: Remove Common::make_unique, use std::make_unique | |||
2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | |
2016-03-31 | remove debug code | LFsWang | |
2016-03-31 | Fix encode problem On Windows | LFsWang | |
2016-03-28 | Compilation fix | LittleWhite | |
2016-03-22 | Add more stuff to configure. | LittleWhite | |
2016-03-21 | Whole config is handled by Config class. | LittleWhite | |
This also means : we have only one config file, now | |||
2016-03-21 | Add Configure widget | LittleWhite | |
2016-03-17 | Fix Qt chinese words encode problem on Windows | LFsWang | |
2016-03-16 | Merge pull request #1466 from LittleWhite-tb/gamelist-update-recent | Yuri Kunde Schlesner | |
Register ROM started through the gamelist in the list of ROM recently started | |||
2016-03-16 | Register ROM started through the gamelist in the list of ROM recently started | LittleWhite | |
2016-03-15 | PICA: Fix MAD/MADI encoding | Jannik Vogel | |
2016-03-09 | Fix attribute mapping in vs debugger | Jannik Vogel | |
2016-03-08 | Merge pull request #1344 from LittleWhite-tb/error-output | bunnei | |
Output errors in GUI | |||
2016-03-08 | Improve error report from Init() functions | LittleWhite | |
Add error popup when citra initialization failed | |||
2016-03-07 | Set the appropriate locale to get float conversion working using std::to_string | LittleWhite | |
2016-03-03 | Display errors in GUI when loading ROM failed | LittleWhite | |
2016-03-03 | Merge pull request #1394 from ds84182/immediate-mode-vtx | bunnei | |
Add immediate mode vertex submission | |||
2016-03-02 | Add immediate mode vertex submission | Dwayne Slater | |
2016-03-02 | Merge pull request #1403 from MerryMage/sdl | bunnei | |
Dependencies: Remove GLFW, Add SDL2 | |||
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | |
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-26 | Merge pull request #1352 from LittleWhite-tb/exit_check | bunnei | |
Add check before closure when emulation is running | |||
2016-02-21 | AudioCore: Skeleton Implementation | MerryMage | |
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-04 | Add a configuration entry to enable/disable the check | LittleWhite | |