10277 Commits (e4fa77ef6ac42d36c880db1658dfdd67dcf5d025)
 

Author SHA1 Message Date
Lioncash d8625f5544 hle/service, hle/sm: Compress usages of MakeResult() 7 years ago
Lioncash a8269fdae3 hle/service, hle/sm: Use structured bindings where applicable 7 years ago
bunnei 4c106b43a9
Merge pull request #1867 from lioncash/alloc 7 years ago
bunnei cca4665a69
Merge pull request #1866 from lioncash/cache 7 years ago
Mat M 4d3d2fcebd
Merge pull request #1870 from heapo/pagetable_shrink_to_fit 7 years ago
Lioncash 17b4355391 yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText 7 years ago
Lioncash 01bf329f63 yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() 7 years ago
Lioncash de095ded5c yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() 7 years ago
Lioncash de323851b4 loaders: Make GetFileType() a const qualified member function 7 years ago
heapo ca8ab1bc3b Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. 7 years ago
Lioncash 547eecf119 kernel/process: Set ideal core from metadata 7 years ago
Zach Hilman c07059e7fd configure_input_simple: Properly signal docked mode change 7 years ago
Zach Hilman 233a804196 configure_input: Add ConfigureInputSimple as default input UI config 7 years ago
Zach Hilman 59ca8d458d configure_input: Convert into QDialog 7 years ago
Zach Hilman 20dffc22a2 configure: Use ConfigureInputSimple for Input tab 7 years ago
Zach Hilman 281b64daf4 ui_settings: Add UI setting for input profile index 7 years ago
Lioncash e90fa1ac54 configuration/config: Use an intermediary variable for accessing players 7 years ago
Lioncash 2207baaa04 ng_word: Deduplicate use of a constant value 7 years ago
Lioncash edd9bfd54a system_archive: Use a regular function pointer instead of std::function for file-scope system archive array 7 years ago
Lioncash 7c9b194d63 service/ldr: Deduplicate instruction cache clearing code in LoadNro() 7 years ago
Lioncash 05a6f1f676 service/ldr: Amend layout of the NRO header 7 years ago
ReinUsesLisp 59a8df1b14 gl_shader_decompiler: Implement TEXS.F16 7 years ago
Lioncash 817fb18e30 service/ldr: Corrent padding within the NRR header layout 7 years ago
ReinUsesLisp 370980fdc3 gl_shader_decompiler: Fixup inverted if 7 years ago
Zach Hilman e6f7825a24 svc: Avoid incorrect fast yield condition 7 years ago
bunnei db3200b515
Merge pull request #1859 from heapo/lut_array_codegen 7 years ago
Lioncash 2f253986df kernel/svc: Correct behavior of svcResetSignal() 7 years ago
Lioncash c7462ce712 kernel/process: Make Process a WaitObject 7 years ago
Lioncash a3aa7aaf0b kernel/readable_event: Add member function for enforcing a strict reset contract 7 years ago
heapo 7853e6b5d4 Improve msvc codegen for hot-path array LUTs 7 years ago
bunnei d08d4a366b
Merge pull request #1704 from DarkLordZach/oss-sysarchive 7 years ago
bunnei af286294f9
Merge pull request #1837 from lioncash/map 7 years ago
Lioncash a49fd7fd57 yuzu/game_list_worker: Move std::string construction after the termination check in callbacks 7 years ago
bunnei e5dd4cb392
Merge pull request #1838 from lioncash/dedup 7 years ago
bunnei 173073c722
Merge pull request #1836 from lioncash/unused 7 years ago
bunnei 5ca586596d
Merge pull request #1860 from lioncash/event 7 years ago
Lioncash 8ea1f28614 kernel/svc: Remove unused header inclusion 7 years ago
Lioncash a543c35962 kernel/svc: Implement svcSignalEvent() 7 years ago
Lioncash 2a1f59b301 kernel/svc: Implement svcCreateEvent() 7 years ago
Zach Hilman f6f6503578 qt: Add Properties menu to game list right-click 7 years ago
bunnei 465f486160
Merge pull request #1845 from lioncash/nro 7 years ago
bunnei d533767623
Merge pull request #1853 from lioncash/event 7 years ago
Marcos ab2108fb2a Rewrited TEX/TEXS (TEX Scalar). (#1826) 7 years ago
bunnei da5659fb87
Merge pull request #1857 from lioncash/res-info 7 years ago
bunnei 7f6bc284e9
Merge pull request #1854 from Subv/old_command_processor 7 years ago
Luke Street a3d78b77f8 debugger: Set paused thread color 7 years ago
Lioncash 5eb057f422 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Lioncash ac966e4213 kernel/handle_table: Amend reference to CTR-OS in Create() 7 years ago
Lioncash 312690b450 kernel/svc: Implement the resource limit svcGetInfo option 7 years ago
Luke Street 3e75175d02 svc: Implement SetThreadActivity (thread suspension) 7 years ago