Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-07 | Merge pull request #12912 from FearlessTobi/ports-feb-24 | liamwhite | |
Port some small changes from Citra (web_backend and translations) | |||
2024-02-07 | Merge pull request #12909 from t895/play-store-automation | Charles Lombardo | |
ci: android: Play store publishing setup | |||
2024-02-06 | Merge pull request #12883 from FernandoS27/memory_manager_mem | liamwhite | |
MemoryManager: Reduce the page table size based on last big page address. | |||
2024-02-06 | Merge pull request #12928 from german77/motion-mp | liamwhite | |
service: hid: Add multiprocess support to six axis input | |||
2024-02-06 | Merge pull request #12933 from german77/irs-interface | liamwhite | |
service: irs: Migrate service to new interface | |||
2024-02-06 | web_backend: Fix compilation | FearlessTobi | |
2024-02-06 | service: hid: Migrate hid debug service to new interface | german77 | |
2024-02-06 | service: irs: Migrate service to new interface | german77 | |
2024-02-05 | service: hid: Add multiprocess support to six axis input | german77 | |
2024-02-05 | service: hid: Ensure aruid data is initialized | german77 | |
2024-02-05 | Merge pull request #12905 from liamwhite/hwc-release | Charles Lombardo | |
nvnflinger: release buffers before presentation sleep | |||
2024-02-05 | Merge pull request #12924 from liamwhite/pedantic-unsigned | Charles Lombardo | |
typed_address: test values are unsigned | |||
2024-02-05 | Merge pull request #12925 from german77/linux-tab | liamwhite | |
yuzu: Fully hide linux tab | |||
2024-02-05 | Merge pull request #12915 from german77/cheat | liamwhite | |
dmnt: cheats: Update cheat vm to latest version | |||
2024-02-05 | yuzu: Fully hide linux tab | german77 | |
2024-02-05 | typed_address: test values are unsigned | Liam | |
2024-02-05 | dmnt: cheats: Silence memory errors | german77 | |
2024-02-04 | gdb: fix load/save of fp values in a32 | Liam | |
2024-02-04 | dmnt: cheats: Update cheat vm to latest version | german77 | |
2024-02-04 | citra_qt/configure_ui: Show country of language in the combobox | Tobias | |
This prevents an issue where we had seperate versions of the same language for different regions and they were not distinguishable (e.g. "Chinese (China)" and "Chinese (Taiwan)"). Also makes it so we do not need to hardcode specific languages anymore. | |||
2024-02-04 | ci: android: Play store publishing setup | t895 | |
2024-02-04 | web_backend: Sync with Citra implementation | FearlessTobi | |
While porting https://github.com/citra-emu/citra/pull/7347, I noticed the code of yuzu was not up-to-date with the implementation from Citra. | |||
2024-02-04 | Merge pull request #12892 from liamwhite/serialization-stuff | liamwhite | |
cmif_serialization: enforce const for references | |||
2024-02-03 | nvnflinger: release buffers before presentation sleep | Liam | |
2024-02-03 | Merge pull request #12901 from Kelebek1/timezone_firmware_fix | liamwhite | |
Fix firmware timezone boot load check. | |||
2024-02-03 | Merge pull request #12895 from german77/files | liamwhite | |
service: fs: Skip non user id folders | |||
2024-02-03 | Merge pull request #12877 from german77/npad-fixed | liamwhite | |
service: hid: Multiple fixes | |||
2024-02-03 | Merge pull request #12852 from Calinou/multiplayer-color-player-counts | liamwhite | |
Color player counts in the multiplayer public lobby list | |||
2024-02-03 | Merge pull request #12851 from Calinou/multiplayer-persist-filters | liamwhite | |
Persist filters in multiplayer public lobby list | |||
2024-02-03 | Merge pull request #12850 from Calinou/multiplayer-add-hotkeys | liamwhite | |
Add hotkeys for multiplayer actions | |||
2024-02-03 | Fix firmware timezone boot load check. | Kelebek1 | |
2024-02-02 | service: fs: Skip non user id folders | Narr the Reg | |
2024-02-02 | cmif_serialization: enforce const for references | Liam | |
2024-02-02 | Merge pull request #12857 from liamwhite/const | Fernando S | |
service: use const references for input raw data | |||
2024-02-02 | Merge pull request #12845 from liamwhite/notif | Fernando S | |
notif: rewrite for new IPC | |||
2024-02-02 | Merge pull request #12885 from Moonlacer/eclipse-fix | liamwhite | |
structured_control_flow: Add Samsung Proprietary Driver ID to Reorder Pass | |||
2024-02-02 | Merge pull request #12761 from liamwhite/mp-composite | Fernando S | |
video_core: rewrite presentation for layer composition | |||
2024-02-01 | Clang Fix | Moonlacer | |
2024-02-01 | Add Samsung Proprietary Driver ID to Reorder Pass | Moonlacer | |
For RDNA-based Samsung Xclipse GPUs | |||
2024-02-01 | service: use const references for input raw data | Liam | |
2024-02-01 | service: hid: Multiple fixes | Narr the Reg | |
2024-02-01 | Merge pull request #12875 from FernandoS27/sw-blitter | liamwhite | |
SwBlitter: Fix Pitch linear reading/writting | |||
2024-02-01 | Merge pull request #12848 from german77/caps-interface | liamwhite | |
service: capsrv: Migrate to new IPC | |||
2024-02-01 | Merge pull request #12780 from german77/touch_resource5 | liamwhite | |
service: hid: Fully implement touch resource | |||
2024-02-01 | MemoryManager: Reduce the page table size based on last big page address. | Fernando Sahmkow | |
2024-01-31 | SwBlitter: Fix Pitch linear reading/writting | Fernando Sahmkow | |
2024-01-31 | hardware_composer: implement speed limit extensions | Liam | |
2024-01-31 | nvnflinger/gpu: implement layer stack composition | Liam | |
2024-01-31 | renderer_opengl: implement layer stack composition | Liam | |
2024-01-31 | renderer_vulkan: implement layer stack composition | Liam | |