summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-07Merge pull request #12912 from FearlessTobi/ports-feb-24liamwhite
Port some small changes from Citra (web_backend and translations)
2024-02-07Merge pull request #12909 from t895/play-store-automationCharles Lombardo
ci: android: Play store publishing setup
2024-02-06Merge pull request #12883 from FernandoS27/memory_manager_memliamwhite
MemoryManager: Reduce the page table size based on last big page address.
2024-02-06Merge pull request #12928 from german77/motion-mpliamwhite
service: hid: Add multiprocess support to six axis input
2024-02-06Merge pull request #12933 from german77/irs-interfaceliamwhite
service: irs: Migrate service to new interface
2024-02-06web_backend: Fix compilationFearlessTobi
2024-02-06service: hid: Migrate hid debug service to new interfacegerman77
2024-02-06service: irs: Migrate service to new interfacegerman77
2024-02-05service: hid: Add multiprocess support to six axis inputgerman77
2024-02-05service: hid: Ensure aruid data is initializedgerman77
2024-02-05Merge pull request #12905 from liamwhite/hwc-releaseCharles Lombardo
nvnflinger: release buffers before presentation sleep
2024-02-05Merge pull request #12924 from liamwhite/pedantic-unsignedCharles Lombardo
typed_address: test values are unsigned
2024-02-05Merge pull request #12925 from german77/linux-tabliamwhite
yuzu: Fully hide linux tab
2024-02-05Merge pull request #12915 from german77/cheatliamwhite
dmnt: cheats: Update cheat vm to latest version
2024-02-05yuzu: Fully hide linux tabgerman77
2024-02-05typed_address: test values are unsignedLiam
2024-02-05dmnt: cheats: Silence memory errorsgerman77
2024-02-04gdb: fix load/save of fp values in a32Liam
2024-02-04dmnt: cheats: Update cheat vm to latest versiongerman77
2024-02-04citra_qt/configure_ui: Show country of language in the comboboxTobias
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-04ci: android: Play store publishing setupt895
2024-02-04web_backend: Sync with Citra implementationFearlessTobi
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-04Merge pull request #12892 from liamwhite/serialization-stuffliamwhite
cmif_serialization: enforce const for references
2024-02-03nvnflinger: release buffers before presentation sleepLiam
2024-02-03Merge pull request #12901 from Kelebek1/timezone_firmware_fixliamwhite
Fix firmware timezone boot load check.
2024-02-03Merge pull request #12895 from german77/filesliamwhite
service: fs: Skip non user id folders
2024-02-03Merge pull request #12877 from german77/npad-fixedliamwhite
service: hid: Multiple fixes
2024-02-03Merge pull request #12852 from Calinou/multiplayer-color-player-countsliamwhite
Color player counts in the multiplayer public lobby list
2024-02-03Merge pull request #12851 from Calinou/multiplayer-persist-filtersliamwhite
Persist filters in multiplayer public lobby list
2024-02-03Merge pull request #12850 from Calinou/multiplayer-add-hotkeysliamwhite
Add hotkeys for multiplayer actions
2024-02-03Fix firmware timezone boot load check.Kelebek1
2024-02-02service: fs: Skip non user id foldersNarr the Reg
2024-02-02cmif_serialization: enforce const for referencesLiam
2024-02-02Merge pull request #12857 from liamwhite/constFernando S
service: use const references for input raw data
2024-02-02Merge pull request #12845 from liamwhite/notifFernando S
notif: rewrite for new IPC
2024-02-02Merge pull request #12885 from Moonlacer/eclipse-fixliamwhite
structured_control_flow: Add Samsung Proprietary Driver ID to Reorder Pass
2024-02-02Merge pull request #12761 from liamwhite/mp-compositeFernando S
video_core: rewrite presentation for layer composition
2024-02-01Clang FixMoonlacer
2024-02-01Add Samsung Proprietary Driver ID to Reorder PassMoonlacer
For RDNA-based Samsung Xclipse GPUs
2024-02-01service: use const references for input raw dataLiam
2024-02-01service: hid: Multiple fixesNarr the Reg
2024-02-01Merge pull request #12875 from FernandoS27/sw-blitterliamwhite
SwBlitter: Fix Pitch linear reading/writting
2024-02-01Merge pull request #12848 from german77/caps-interfaceliamwhite
service: capsrv: Migrate to new IPC
2024-02-01Merge pull request #12780 from german77/touch_resource5liamwhite
service: hid: Fully implement touch resource
2024-02-01MemoryManager: Reduce the page table size based on last big page address.Fernando Sahmkow
2024-01-31SwBlitter: Fix Pitch linear reading/writtingFernando Sahmkow
2024-01-31hardware_composer: implement speed limit extensionsLiam
2024-01-31nvnflinger/gpu: implement layer stack compositionLiam
2024-01-31renderer_opengl: implement layer stack compositionLiam
2024-01-31renderer_vulkan: implement layer stack compositionLiam