summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | android: Run OnEmulationStarted frontend callback in another threadGravatar t8952024-02-081-1/+3
| | | | | | | | | | | | | | | | | | | | The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here.
| * | | | common: fs: Expand android macrosGravatar t8952024-02-082-134/+91
| | | | |
| * | | | android: Move JNI setup and helpers to commonGravatar t8952024-02-0813-170/+224
| | | | |
* | | | | Merge pull request #12927 from german77/cheat-pauseGravatar liamwhite2024-02-094-2/+22
|\ \ \ \ \ | | | | | | | | | | | | dmnt: cheat: Add pause and resume support
| * | | | | dmnt: cheat: Add pause and resume supportGravatar german772024-02-054-2/+22
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12968 from t895/thermal-statusGravatar liamwhite2024-02-0921-168/+180
|\ \ \ \ \ | | | | | | | | | | | | android: Thermal throttling indicator
| * | | | | android: Use utility function for applying view marginsGravatar t8952024-02-0915-163/+104
| | | | | |
| * | | | | android: Add thermal throttling overlayGravatar t8952024-02-096-5/+76
| | | | | |
* | | | | | Merge pull request #12964 from t895/foreground-service-testGravatar liamwhite2024-02-0926-176/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | android: Remove foreground service
| * | | | | | android: Remove foreground serviceGravatar t8952024-02-0826-176/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12966 from german77/free_npadGravatar liamwhite2024-02-096-12/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | service: hid: Free npad applet resource
| * | | | | service: hid: Free npad applet resourceGravatar Narr the Reg2024-02-086-12/+17
| | | | | |
* | | | | | Merge pull request #12967 from german77/let_me_outGravatar liamwhite2024-02-081-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | service: Fix OutLargeData attributes
| * | | | | service: Fix OutLargeData attributesGravatar Narr the Reg2024-02-081-1/+1
| |/ / / /
* / / / / android: Fix regex for git versionGravatar t8952024-02-081-2/+9
|/ / / /
* | | | Merge pull request #12903 from liamwhite/const-offsetGravatar Fernando S2024-02-082-38/+7
|\ \ \ \ | | | | | | | | | | shader_recompiler: use only ConstOffset for OpImageFetch
| * | | | shader_recompiler: use only ConstOffset for OpImageFetchGravatar Liam2024-02-052-38/+7
| | | | |
* | | | | Merge pull request #12954 from german77/hidbus-interfaceGravatar liamwhite2024-02-0810-403/+262
|\ \ \ \ \ | | | | | | | | | | | | service: hid: Migrate hidbus to new interface
| * | | | | service: hid: Migrate hidbus to new interfaceGravatar Narr the Reg2024-02-0710-403/+262
| | |/ / / | |/| | |
* | | | | Merge pull request #12914 from FernandoS27/vc-refactorGravatar liamwhite2024-02-0816-456/+557
|\ \ \ \ \ | | | | | | | | | | | | VideoCore Refactor Part 1.
| * | | | | Common: Rename SplitRangeSet to OverlapRangeSetGravatar Fernando Sahmkow2024-02-054-42/+45
| | | | | |
| * | | | | Buffer Cache: Refactor to use Range sets insteadGravatar Fernando Sahmkow2024-02-055-361/+206
| | | | | |
| * | | | | NVDRV: Refactor HeapMapper to use RangeSetsGravatar Fernando Sahmkow2024-02-041-144/+43
| | | | | |
| * | | | | Common: Introduce Range SetsGravatar Fernando Sahmkow2024-02-043-0/+354
| | | | | |
| * | | | | VideoCore: Move Slot Vector to CommonGravatar Fernando Sahmkow2024-02-0412-33/+33
| | |/ / / | |/| | |
* | | | | SMMU: Ensure the backing address range matches the currentGravatar Fernando Sahmkow2024-02-071-0/+7
| | | | |
* | | | | Merge pull request #12939 from german77/wonderGravatar liamwhite2024-02-071-1/+4
|\ \ \ \ \ | | | | | | | | | | | | dmnt: cheat: Invalidate cache on memory writes
| * | | | | dmnt: cheat: Invalidate cache on memory writesGravatar Narr the Reg2024-02-061-1/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #12932 from german77/any-key-is-goodGravatar liamwhite2024-02-073-20/+37
|\ \ \ \ \ | | | | | | | | | | | | yuzu: Make controller keys easier to assign
| * | | | | yuzu: Make controller keys easier to assignGravatar german772024-02-063-20/+37
| | |_|/ / | |/| | |
* | | | | Merge pull request #12912 from FearlessTobi/ports-feb-24Gravatar liamwhite2024-02-072-83/+26
|\ \ \ \ \ | | | | | | | | | | | | Port some small changes from Citra (web_backend and translations)
| * | | | | web_backend: Fix compilationGravatar FearlessTobi2024-02-061-6/+6
| | | | | |
| * | | | | citra_qt/configure_ui: Show country of language in the comboboxGravatar Tobias2024-02-041-69/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | web_backend: Sync with Citra implementationGravatar FearlessTobi2024-02-041-19/+22
| | |_|_|/ | |/| | | | | | | | | | | | | 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.
* | | | | Merge pull request #12909 from t895/play-store-automationGravatar Charles Lombardo2024-02-071-15/+16
|\ \ \ \ \ | |_|_|/ / |/| | | | ci: android: Play store publishing setup
| * | | | ci: android: Play store publishing setupGravatar t8952024-02-041-15/+16
| | | | |
* | | | | Merge pull request #12883 from FernandoS27/memory_manager_memGravatar liamwhite2024-02-064-14/+19
|\ \ \ \ \ | | | | | | | | | | | | MemoryManager: Reduce the page table size based on last big page address.
| * | | | | MemoryManager: Reduce the page table size based on last big page address.Gravatar Fernando Sahmkow2024-02-014-14/+19
| | | | | |
* | | | | | Merge pull request #12928 from german77/motion-mpGravatar liamwhite2024-02-064-132/+138
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: hid: Add multiprocess support to six axis input
| * | | | | | service: hid: Add multiprocess support to six axis inputGravatar german772024-02-051-124/+130
| | | | | | |
| * | | | | | service: hid: Ensure aruid data is initializedGravatar german772024-02-053-8/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12933 from german77/irs-interfaceGravatar liamwhite2024-02-064-414/+267
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: irs: Migrate service to new interface
| * | | | | | service: irs: Migrate service to new interfaceGravatar german772024-02-064-414/+267
| |/ / / / /
* / / / / / service: hid: Migrate hid debug service to new interfaceGravatar german772024-02-062-119/+78
|/ / / / /
* | | | | Merge pull request #12905 from liamwhite/hwc-releaseGravatar Charles Lombardo2024-02-053-28/+27
|\ \ \ \ \ | | | | | | | | | | | | nvnflinger: release buffers before presentation sleep
| * | | | | nvnflinger: release buffers before presentation sleepGravatar Liam2024-02-033-28/+27
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12924 from liamwhite/pedantic-unsignedGravatar Charles Lombardo2024-02-051-41/+41
|\ \ \ \ \ | | | | | | | | | | | | typed_address: test values are unsigned
| * | | | | typed_address: test values are unsignedGravatar Liam2024-02-051-41/+41
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12925 from german77/linux-tabGravatar liamwhite2024-02-051-0/+3
|\ \ \ \ \ | | | | | | | | | | | | yuzu: Fully hide linux tab
| * | | | | yuzu: Fully hide linux tabGravatar german772024-02-051-0/+3
| |/ / / /