summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-12android: Compare all properties between games in DiffCallbackGravatar t8952-1/+2
2023-12-12android: Expose MemoryUtil size formatting functionGravatar t8952-2/+3
2023-12-12android: Add JNI initialization information for Game classGravatar t8952-0/+64
2023-12-12settings: Allow CPU Debug and Fastmem to be changed per-gameGravatar t8951-4/+4
2023-12-12android: Add per-game driversGravatar t89514-95/+218
2023-12-12android: Add per-game settingsGravatar t89527-83/+303
2023-12-12android: Add Game propertiesGravatar t89540-253/+2227
2023-12-12frontend_common: Fix settings reload bugGravatar t8951-0/+1
2023-12-12android: Refactor settings to expose more optionsGravatar t89534-353/+324
2023-12-12configure_debug: Fix small typoGravatar FearlessTobi1-1/+1
2023-12-10service: hid: Improve CreateAppletResource implementation and free resourcesGravatar german776-13/+149
2023-12-10core: Use single instance of profile managerGravatar german7713-73/+94
2023-12-09sm:: fix tipc deserializationGravatar Liam2-7/+25
2023-12-09settings: Clearer NCE error messagesGravatar GPUCode1-2/+6
2023-12-09ro: add separate ro serviceGravatar Liam9-634/+1147
2023-12-09fbshare: set external format correctlyGravatar Liam1-0/+1
2023-12-09fs: don't enumerate hidden savedata size fileGravatar Liam3-5/+13
2023-12-09service: populate pid and handle table from clientGravatar Liam3-13/+19
2023-12-09service: use interface factory in server managerGravatar Liam5-23/+37
2023-12-09debug: fix reading of module namesGravatar Liam1-1/+4
2023-12-08android: Listen for directory selection in viewmodelGravatar t8954-8/+33
2023-12-08kernel: fix single coreGravatar Liam1-1/+1
2023-12-08settings: Enable NCE by default on capable systemsGravatar t8951-4/+10
2023-12-07kernel: implement light IPCGravatar Liam18-20/+813
2023-12-06service: hid: Introduce proper AppletResource emulationGravatar Narr the Reg10-13/+526
2023-12-06kernel: implement remaining IPC syscallsGravatar Liam6-105/+244
2023-12-05codec: Update to use av frame flagsGravatar lat9nq1-1/+6
2023-12-04arm: fix context save of vector regsGravatar Liam1-6/+4
2023-12-04frontend_common: Use optional for language defaultGravatar t8951-1/+2
2023-12-04core: refactor emulated cpu core activationGravatar Liam46-3274/+2926
2023-12-03texture_cache: fix max_element comparison functionGravatar Liam1-1/+1
2023-12-03renderer_opengl: remove srgb conversion logicGravatar Liam3-9/+2
2023-12-03renderer_vulkan: do not recreate swapchain for srgbGravatar Liam11-74/+71
2023-12-03fsmitm_romfsbuild: optimize for data localityGravatar Liam5-85/+82
2023-12-03romfs: cache file and directory metadata tablesGravatar Liam1-28/+55
2023-12-02nce: fix pre-text patch for single modulesGravatar Liam1-0/+2
2023-12-01file_sys: handle null romfsGravatar Liam5-20/+16
2023-12-01texture_cache: use pedantic type namesGravatar Liam3-6/+6
2023-12-01android: Don't reload filesystem on update installGravatar t8951-3/+0
2023-12-02host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815deceGravatar Jan Beich1-13/+11
2023-12-02host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815deceGravatar Jan Beich1-0/+4
2023-12-01vk_blit_screen: Use correct format for fxaa renderpassGravatar GPUCode1-1/+1
2023-12-01service: nfc: Don't tag amiibos as corrupted if they are loaded as read onlyGravatar Narr the Reg1-5/+5
2023-11-30renderer_vulkan: adjust window origin and swizzle independentlyGravatar Liam1-4/+10
2023-11-30cmake: prefer system gamemode libraryGravatar Alexandre Bouvier2-2/+2
2023-11-29renderer_vulkan: exclude more qcom drivers from extensionsGravatar Liam2-19/+25
2023-11-30cmake: sync gamemode conditionals with code after 5eec980a2d71Gravatar Jan Beich1-1/+1
2023-11-29core: Rename patcher fileGravatar GPUCode7-7/+7
2023-11-29general: conditionally compile gamemode on linux onlyGravatar Liam2-1/+2
2023-11-29cmake: Move HAS_NCE to root cmakeGravatar GPUCode1-1/+1