8669 Commits (bb79c2b1febe3a6bc2e8fe715048f7afde44aa0a)

Author SHA1 Message Date
Lioncash 1a69d0d290 audio_core: Make g_sink_details internally linked 7 years ago
Jens Schmer 151c258fd6 Fix Service object leak on emulation stop 7 years ago
Lioncash 10de0ac2ec svc: Enable svcQueryProcessMemory 7 years ago
Lioncash 9ba7ae793b svc: Write out the complete MemoryInfo structure in QueryProcessMemory 7 years ago
Lioncash 720705eafc svc: Handle memory writing explicitly within QueryProcessMemory 7 years ago
Lioncash 41d72ebb23 vm_manager: Correct ordering of last two struct members of MemoryInfo 7 years ago
Lioncash 834a1e6d67 svc_wrap: Correct register index for a wrapper specialization 7 years ago
Lioncash 3dc6c6da09 vm_manager: Amend the returned values for invalid memory queries in QueryMemory() 7 years ago
Lioncash d7ba5372f3 vm_manager: Migrate memory querying to the VMManager interface 7 years ago
Lioncash 1d3d7d08eb vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h 7 years ago
Lioncash cf39a01c94 vm_manager: Amend MemoryState enum members 7 years ago
Jens Schmer 6de2793bbf Fix Process object leak on emulation stop 7 years ago
Lioncash 9cb11d1ae4 patch_manager: Prevent use of a dangling pointer within PatchRomFS 7 years ago
Lioncash 6bdc98b5c8 gl_shader_cache: Dehardcode constant in CalculateProgramSize() 7 years ago
Lioncash df8d7cfc90 gl_shader_cache: Resolve truncation compiler warning 7 years ago
Zach Hilman 583ab4bb0a fsp_srv: Implement IStorage::GetSize 7 years ago
Marcos Vitali 4f59d874d8 gl_shader_decompiler: IPA FrontFacing: the right value when is the front face is 0xFFFFFFFF. 7 years ago
Lioncash b842baf5eb service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() 7 years ago
Fernando Sahmkow 1f1cc896d3 Implemented a shader unique identifier. 7 years ago
fearlessTobi 7de4624b7d web_service: move telemetry condition from TelemetrySession constructor to destructor 7 years ago
Lioncash e7d4f1aebc file_sys/save_data_factory: Update SaveDataSpaceId enum 7 years ago
Marcos Vitali 89a288d7ce gl_shader_decompiler: TLDS/TLD4/TLD4S Reworked reflecting the source registers, bugs fixed and modularize. 7 years ago
Tobias da012f0d54 Backport review comment from citra-emu/citra#4418 7 years ago
Zach Hilman e809d6c791 savedata_factory: Add support for CacheStorage 7 years ago
Zach Hilman 27b5ca24e8 savedata_factory: Delete TemporaryStorage on startup 7 years ago
Lioncash 70f16242ca memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() 7 years ago
Lioncash bfb412a71a vm_manager: Make vma_map private 7 years ago
heapo 4c83e5cd1e Avoid (expensive) audio interpolation when sample rates already match 7 years ago
Zach Hilman 1f604f5be3 system_archive: Implement open source NgWord2 7 years ago
Lioncash 33a9fa9aea hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG 7 years ago
Lioncash 7dd574a3a1 hle/service: Remove unnecessary using declarations 7 years ago
Lioncash 129d373b58 hle/service, hle/sm: Compress usages of MakeResult() 7 years ago
Lioncash e3fdcaadc1 hle/service, hle/sm: Use structured bindings where applicable 7 years ago
Lioncash 061b5571b6 yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText 7 years ago
Lioncash be50f38aff yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() 7 years ago
Lioncash a034b47596 yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() 7 years ago
Lioncash 76f5f98b9c loaders: Make GetFileType() a const qualified member function 7 years ago
heapo 7f12622548 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 f75d6b7dd1 kernel/process: Set ideal core from metadata 7 years ago
Lioncash bf2225a10e configuration/config: Use an intermediary variable for accessing players 7 years ago
Lioncash 4d5bca8e2d ng_word: Deduplicate use of a constant value 7 years ago
Lioncash 79627baf05 system_archive: Use a regular function pointer instead of std::function for file-scope system archive array 7 years ago
Lioncash 5b9f1fed1d service/ldr: Deduplicate instruction cache clearing code in LoadNro() 7 years ago
Lioncash 2e01f8fdcd service/ldr: Amend layout of the NRO header 7 years ago
ReinUsesLisp e228750f52 gl_shader_decompiler: Implement TEXS.F16 7 years ago
Lioncash 361c5982f2 service/ldr: Corrent padding within the NRR header layout 7 years ago
ReinUsesLisp ad7a069b65 gl_shader_decompiler: Fixup inverted if 7 years ago
Zach Hilman b0b7bc2866 svc: Avoid incorrect fast yield condition 7 years ago
Lioncash 1c6729c361 kernel/svc: Correct behavior of svcResetSignal() 7 years ago
Lioncash a007480e6f kernel/process: Make Process a WaitObject 7 years ago