summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Print backtrace on data abortGravatar GPUCode2023-11-251-0/+2
* patch: check offsets from first code wordGravatar Liam2023-11-251-3/+4
* core: Define HAS_NCE macroGravatar GPUCode2023-11-2510-16/+26
* common: Enforce fastmem for nce usageGravatar GPUCode2023-11-251-1/+1
* arm_nce: skip dc cvac on possibly write-protected areasGravatar Liam2023-11-251-3/+1
* Address some review commentsGravatar GPUCode2023-11-2511-34/+29
* android: Add cpu bakend gui toggleGravatar GPUCode2023-11-2510-8/+42
* arm: Implement native code execution backendGravatar Liam2023-11-2530-47/+1799
* device_memory: Enable direct mapped addresses for nceGravatar GPUCode2023-11-255-8/+21
* settings: Add cpu backend settingGravatar GPUCode2023-11-253-0/+17
* kernel: Manually specify aslr region startGravatar Liam2023-11-258-18/+25
* core: Respect memory permissions in MapGravatar GPUCode2023-11-256-58/+117
* host_memory: Switch to FreeRegionManagerGravatar Liam2023-11-252-29/+67
* host_memory: ensure map base is between 36 and 39 bitsGravatar Liam2023-11-251-2/+58
* common: Add free region managerGravatar --author=Liam2023-11-252-0/+56
* common: Add libc sigaction hookGravatar GPUCode2023-11-253-0/+68
* Merge pull request #11889 from t895/ini-libGravatar Charles Lombardo2023-11-2462-3492/+2690
|\
| * frontend_common: Don't specify default value for screenshot_pathGravatar t8952023-11-231-2/+1
| * frontend_common: Don't load config files that we fail to openGravatar t8952023-11-231-0/+10
| * frontend_common: Add option to read unsigned integersGravatar t8952023-11-213-2/+34
| * frontend_common: Set config array size to 0 if the array is ended without cha...Gravatar t8952023-11-211-4/+8
| * frontend_common: Manually handle opening config fileGravatar t8952023-11-211-2/+31
| * frontend_common: Add special config case for unmapped windows network drivesGravatar t8952023-11-211-1/+9
| * frontend_common: Disable UTF-8 BOM in configGravatar t8952023-11-211-1/+1
| * android: Rework config lifecycleGravatar t8952023-11-216-6/+31
| * android: Remove ini4jGravatar t8952023-11-212-43/+0
| * common: settings: Add ifdefs to define android's default settingsGravatar t8952023-11-211-6/+36
| * general: Remove inihGravatar t8952023-11-212-2/+2
| * config: Unify config handling under frontend_commonGravatar t8952023-11-2153-3435/+2539
* | Merge pull request #12140 from liamwhite/qcr-unreachableGravatar liamwhite2023-11-241-1/+1
|\ \
| * | query_cache: demote report synced unreachable to assertGravatar Liam2023-11-231-1/+1
* | | Merge pull request #12076 from german77/resourceGravatar liamwhite2023-11-2336-1415/+1625
|\ \ \ | |/ / |/| |
| * | service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-2036-1415/+1625
| |/
* | game_list_worker: Explicit caputure of 'this'Gravatar Merry2023-11-211-1/+1
* | shared_widget: Explicit capture of 'this'Gravatar Merry2023-11-211-2/+2
* | Merge pull request #12107 from daisymlleung/patch-1Gravatar liamwhite2023-11-211-1/+12
|\ \
| * | Stub CheckBlockedUserListAvailabilityGravatar daisymlleung2023-11-211-1/+12
* | | Merge pull request #12045 from liamwhite/codec-refactorGravatar liamwhite2023-11-2111-374/+705
|\ \ \
| * | | video_core: refactor video frame and packet parsingGravatar Liam2023-11-1611-374/+705
* | | | Merge pull request #11984 from lat9nq/lupdateGravatar liamwhite2023-11-212-258/+310
|\ \ \ \ | |_|_|/ |/| | |
| * | | CMakeLists: Add option to call lupdate directlyGravatar lat9nq2023-11-081-9/+42
| * | | shared_translation: Call tr for each stringGravatar lat9nq2023-11-081-249/+268
* | | | Merge pull request #12011 from Macj0rdan/controller-appletGravatar Narr the Reg2023-11-2016-89/+594
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implemented qlaunch version of the controller appletGravatar FrozenAra2023-11-1916-89/+594
* | | | Merge pull request #12093 from t895/zip-intentGravatar liamwhite2023-11-203-72/+33
|\ \ \ \
| * | | | android: Use file picker intent for save exporterGravatar t8952023-11-193-72/+33
* | | | | Merge pull request #12092 from t895/recent-games-defaultGravatar liamwhite2023-11-202-2/+3
|\ \ \ \ \
| * | | | | android: Use path instead of programId for recently added / played keyGravatar t8952023-11-191-2/+2
| * | | | | android: Select recently played games by default in search tabGravatar t8952023-11-191-0/+1
| |/ / / /
* | | | | Merge pull request #12091 from t895/silly-speedGravatar liamwhite2023-11-201-1/+1
|\ \ \ \ \