8669 Commits (d1603a0abbff7ebeda0c68b728bcfe012ae6a58a)

Author SHA1 Message Date
Lioncash 6beb823f15 audio_core: Make g_sink_details internally linked 7 years ago
Jens Schmer 27a9cc2e63 Fix Service object leak on emulation stop 7 years ago
Lioncash b79f086613 svc: Enable svcQueryProcessMemory 7 years ago
Lioncash 09a219d5b4 svc: Write out the complete MemoryInfo structure in QueryProcessMemory 7 years ago
Lioncash d8deb39b83 svc: Handle memory writing explicitly within QueryProcessMemory 7 years ago
Lioncash b1b855c5d9 vm_manager: Correct ordering of last two struct members of MemoryInfo 7 years ago
Lioncash 22230a2eca svc_wrap: Correct register index for a wrapper specialization 7 years ago
Lioncash eb5f3f67f6 vm_manager: Amend the returned values for invalid memory queries in QueryMemory() 7 years ago
Lioncash a8cc03502b vm_manager: Migrate memory querying to the VMManager interface 7 years ago
Lioncash c02b8c895b vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h 7 years ago
Lioncash 366985ca92 vm_manager: Amend MemoryState enum members 7 years ago
Jens Schmer ae390ad5a2 Fix Process object leak on emulation stop 7 years ago
Lioncash 5c72aa7c4c patch_manager: Prevent use of a dangling pointer within PatchRomFS 7 years ago
Lioncash 4c2b94559b gl_shader_cache: Dehardcode constant in CalculateProgramSize() 7 years ago
Lioncash 861bfdbf5d gl_shader_cache: Resolve truncation compiler warning 7 years ago
Zach Hilman 5e632caca5 fsp_srv: Implement IStorage::GetSize 7 years ago
Marcos Vitali 430e1f864b gl_shader_decompiler: IPA FrontFacing: the right value when is the front face is 0xFFFFFFFF. 7 years ago
Lioncash f3a555a484 service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() 7 years ago
Fernando Sahmkow d5d77848e6 Implemented a shader unique identifier. 7 years ago
fearlessTobi ca4e20b4e0 web_service: move telemetry condition from TelemetrySession constructor to destructor 7 years ago
Lioncash a4eaa6782f file_sys/save_data_factory: Update SaveDataSpaceId enum 7 years ago
Marcos Vitali f4fa7ecb0e gl_shader_decompiler: TLDS/TLD4/TLD4S Reworked reflecting the source registers, bugs fixed and modularize. 7 years ago
Tobias eb15711ee6
Backport review comment from citra-emu/citra#4418 7 years ago
Zach Hilman fcfbae88e9 savedata_factory: Add support for CacheStorage 7 years ago
Zach Hilman 5721b8b5ad savedata_factory: Delete TemporaryStorage on startup 7 years ago
Lioncash 15e3d4f357 memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() 7 years ago
Lioncash d4c1b9d311 vm_manager: Make vma_map private 7 years ago
heapo 117b1f3ec1 Avoid (expensive) audio interpolation when sample rates already match 7 years ago
Zach Hilman 8be475d4dc system_archive: Implement open source NgWord2 7 years ago
Lioncash 24f051d723 hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG 7 years ago
Lioncash 9f56477539 hle/service: Remove unnecessary using declarations 7 years ago
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
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
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
Lioncash 2f253986df kernel/svc: Correct behavior of svcResetSignal() 7 years ago
Lioncash c7462ce712 kernel/process: Make Process a WaitObject 7 years ago