| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-06 | yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffers | ReinUsesLisp | |
| MakeCurrent is a costly (according to Nsight's profiler it takes a tenth of a millisecond to complete), and we don't have a reason to call it because: - Qt no longer signals a warning if it's not called - yuzu no longer supports macOS | |||
| 2020-01-02 | yuzu: Remove Maxwell debugger | ReinUsesLisp | |
| This was carried from Citra and wasn't really used on yuzu. It also adds some runtime overhead. This commit removes it from yuzu's codebase. | |||
| 2019-11-26 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | |
| With all of the trivial parts of the memory interface moved over, we can get right into moving over the bits that are used. Note that this does require the use of GetInstance from the global system instance to be used within hle_ipc.cpp and the gdbstub. This is fine for the time being, as they both already rely on the global system instance in other functions. These will be removed in a change directed at both of these respectively. For now, it's sufficient, as it still accomplishes the goal of de-globalizing the memory code. | |||
| 2019-11-24 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for ↵ | bunnei | |
| kernel objects. (#3154) * kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. - See https://github.com/citra-emu/citra/pull/4710 for details. | |||
| 2019-11-21 | Merge pull request #3140 from FearlessTobi/port-4953 | bunnei | |
| Port citra-emu/citra#4953: "citra_qt/main.ui: remove unused actions "Load Symbol Map..." and "Select Game Directory..."" | |||
| 2019-11-19 | citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... | Tobias | |
| ..."Select Game Directory..." Co-authored-by: vvanelslande <vvanelslandedev@gmail.com> | |||
| 2019-11-15 | Merge pull request #3047 from ReinUsesLisp/clip-control | bunnei | |
| gl_rasterizer: Emulate viewport flipping with ARB_clip_control | |||
| 2019-11-09 | yuzu: configure_web: Use Base64 encoded token for simplifying user experience. | bunnei | |
| 2019-11-07 | gl_rasterizer: Emulate viewport flipping with ARB_clip_control | ReinUsesLisp | |
| Emulates negative y viewports with ARB_clip_control. This allows us to more easily emulated pipelines with tessellation and/or geometry shader stages. It also avoids corrupting games with transform feedbacks and negative viewports (gl_Position.y was being modified). | |||
| 2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei | |
| - This does not actually seem to exist in the real kernel - games reset these automatically. # Conflicts: # src/core/hle/service/am/applets/applets.cpp # src/core/hle/service/filesystem/fsp_srv.cpp | |||
| 2019-11-03 | citra_qt: add amiibo drag and drop support | FearlessTobi | |
| Co-Authored-By: Valentin Vanelslande <vvanelslandedev@gmail.com> | |||
| 2019-10-15 | Correct compiling errors and addapt to the new interface. | Fernando Sahmkow | |
| 2019-10-10 | fixed clang format & addressed feedback | FreddyFunk | |
| 2019-10-10 | yuzu/configure_input_player: Fix input handling for ZL and ZR from ↵ | FreddyFunk | |
| controllers with analog triggers | |||
| 2019-10-09 | Merge pull request #2910 from FearlessTobi/port-4930 | bunnei | |
| Port citra-emu/citra#4930: "Pause when in background" | |||
| 2019-10-06 | qt: Fix game name format error | Zach Hilman | |
| 2019-10-05 | Merge pull request #2942 from ReinUsesLisp/clang-warnings | bunnei | |
| Silence miscellaneous warnings | |||
| 2019-10-05 | qt: Change titlebar formatting | Zach Hilman | |
| 2019-10-04 | yuzu/game_list_worker: Silence warnings | ReinUsesLisp | |
| 2019-10-04 | yuzu/game_list: Silence -Wswitch and -Wunused-variable | ReinUsesLisp | |
| 2019-10-04 | yuzu/configure_service: Silence -Wswitch | ReinUsesLisp | |
| 2019-10-03 | Merge pull request #2898 from FearlessTobi/port-4004 | bunnei | |
| Port citra-emu/citra#4004: "qt_themes: add two colorful themes" | |||
| 2019-10-02 | qt: Add service dialog | Zach Hilman | |
| 2019-09-30 | boxcat: Implement events global field | Zach Hilman | |
| 2019-09-30 | configure_service: Allow Qt to open external links | Zach Hilman | |
| 2019-09-30 | yuzu: Add UI tab to configure BCAT services | Zach Hilman | |
| Also displays current events if boxcat is selected. | |||
| 2019-09-30 | settings: Add option to set BCAT backend | Zach Hilman | |
| 2019-09-26 | yuzu: Pause when in background | FearlessTobi | |
| Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
| 2019-09-22 | qt_themes: add two colorful themes | FearlessTobi | |
| These two colorful themes are based on the Default and Dark themes, and contain icons that are colored rather than black and white. These icons come from icons8.com and they have been slightly revised by me. I'm pretty sure I was licensed to use them for Citra. Co-Authored-By: Pengfei Zhu <zhupengfei321@sina.cn> | |||
| 2019-09-23 | Merge pull request #2683 from DarkLordZach/lock-exit | David | |
| am: Implement exit locking and self exit commands | |||
| 2019-09-22 | main: Use const on all variable initializations | Zach Hilman | |
| 2019-09-22 | Add missing include | FearlessTobi | |
| 2019-09-21 | qt: Prompt user for confirmation if exit lock is active | Zach Hilman | |
| 2019-09-22 | Merge pull request #2430 from DarkLordZach/fs-controller | David | |
| core: Implement FileSystemController to deglobalize FS services | |||
| 2019-09-21 | Merge pull request #2883 from ogniK5377/log-game | Zach Hilman | |
| Log the current title id and game name which is booting | |||
| 2019-09-21 | configure_debug: Move reporting option to logging | Zach Hilman | |
| 2019-09-21 | config: Remove Dump options from configure_debug | Zach Hilman | |
| 2019-09-21 | yuzu: Add UI to manage filesystem paths and sizes | Zach Hilman | |
| 2019-09-21 | settings: Add options for managing gamecard emulation | Zach Hilman | |
| 2019-09-21 | settings: Add options for setting storage sizes | Zach Hilman | |
| 2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman | |
| 2019-09-21 | Merge pull request #2885 from Hexagon12/port-4944 | David | |
| Port citra-emu/citra#4944: "Added Host CPU and OS to log" | |||
| 2019-09-21 | Added Host CPU and OS to log | pbarilla | |
| 2019-09-21 | Merge pull request #2806 from FearlessTobi/port-4882 | David | |
| Port citra-emu/citra#4882: "Add frametime logging for tracking performance over time" | |||
| 2019-09-21 | Swapped TID and Game name to make it easier to parse | David Marcec | |
| 2019-09-21 | Log the current title id and game name which is booting | David Marcec | |
| Spit out a LOG_INFO of the current game name and it's title id in the log. This helps to read log files and figure out which games have which issues | |||
| 2019-09-16 | When docked mode is checked, uncheck "joycons docked" | Morph | |
| 2019-09-10 | Add frametime logging for tracking performance over time | fearlessTobi | |
| Co-Authored-By: jroweboy <jroweboy@gmail.com> | |||
| 2019-09-05 | Merge pull request #2797 from FearlessTobi/port-4877 | David | |
| Port citra-emu/citra#4877: "citra_qt: on osx chdir to bundle dir to allow detection of user folder" | |||
| 2019-09-05 | Address review comments | FearlessTobi | |
