7476 Commits (dcc44650fe79c9b470db38f79e7e080cca7d074a)

Author SHA1 Message Date
Zach Hilman af9d8e20d6 vfs_vector: Add VectorVfsFile 7 years ago
Zach Hilman 1da3b1f3b4 vfs_static: Add StaticVfsFile 7 years ago
Zach Hilman c151394e47 vfs: Add and rewite VfsRawCopy functions 7 years ago
Zach Hilman df19124e6d vfs: Add GetEntries method 7 years ago
Zach Hilman 2f2bd3b952 common_paths: Add Load and Dump dirs 7 years ago
Lioncash c22d6203a9 gl_state: Remove unused type alias 7 years ago
Valentin Vanelslande 48363ade1b Update config.cpp 7 years ago
Lioncash 02106208f8 shader_bytecode: Lay out the Ipa-related enums better 7 years ago
Lioncash d8cbbfb8ea shader_bytecode: Make operator== and operator!= of IpaMode const qualified 7 years ago
zhupengfei 4dc46e8bae game_list: move SearchField to game_list_p.h and fix untranslated text 8 years ago
FernandoS27 9acd217fed Reverse stride align restriction on FastSwizzle due to lost performance 7 years ago
FernandoS27 ec51077131 Join both Swizzle methods within one interface function 7 years ago
FernandoS27 dc98e08d51 Standarized Legacy Swizzle to look alike FastSwizzle and use a Swizzling Table instead 7 years ago
FernandoS27 55543db875 Remove same output bpp restriction on FastSwizzle 7 years ago
FernandoS27 0bd735d574 Improved Legacy Swizzler to be better documented and work better 7 years ago
Lioncash 770efb87b8 gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map() 7 years ago
Lioncash 6ac6054b7a svc: Move most process termination code to its own function within Process 7 years ago
Lioncash ded89694f7 thread/process: Move TLS slot marking/freeing to the process class 7 years ago
David fb0cc94d02 Added support for uncompressed NSOs (#1374) 7 years ago
Subv 747e579d97 Logging: Change the TimeStretch::Process log from debug to trace level. 7 years ago
Subv c865df9ca7 RasterizerGL: Use the correct framebuffer when clearing via the CLEAR_BUFFERS register. 7 years ago
FernandoS27 cd00f35cc8 Improved fast swizzle and removed restrictions to it 7 years ago
David Marcec ebb569bd3c Revert GetRequestState 7 years ago
Lioncash 018c7cbbe0 kernel/thread: Use owner_process when setting the page table in SetupMainThread() 7 years ago
Lioncash b051082129 arm_interface: Replace kernel vm_manager include with a forward declaration 7 years ago
Jarek Syrylak 81ee22e420 Correct endianness of BKPT 7 years ago
MerryMage ade71037bf arm_dynarmic: Halt when BRK encountered 7 years ago
David Marcec 99bc06c6df Fixed submit 7 years ago
David Marcec 60b1a8a00b Added IRequest::Submit 7 years ago
Lioncash 6d8d7a1f11 game_list: Handle plurals within setFilterResult() better 7 years ago
David Marcec f929879ac4 Removed unneeded event clear 7 years ago
David Marcec 045a597e82 Implemented NTC & IEnsureNetworkClockAvailabilityService 7 years ago
Lioncash 315f6ef402 file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
Lioncash fdfb47dbb4 control_metadata: Remove unnecessary else within GetLanguageEntry() 7 years ago
Lioncash 204d0da99a control_metadata: Move language name array definition to the cpp file 7 years ago
MerryMage 7b5436d4ef arm_dynarmic: Support BKPT instruction 7 years ago
Lioncash a3a51a7b98 xts_archive: Remove unused variables from CalculateHMAC256() 7 years ago
Lioncash d2736c4ddc xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 7 years ago
Lioncash 2eeb830edb nax: Avoid re-parsing NAX data with GetFileType() 7 years ago
Lioncash 20ebe33071 nax: Avoid unnecessary calls to AsNCA() in IdentifyType() 7 years ago
Lioncash a832a42fe0 xts_archive: Ensure NAX's type member is always initialized 7 years ago
Lioncash 42f1695022 xts_archive: Amend initializer order of NAX's constructor 7 years ago
David bd66646f8b Reworked incorrect nifm stubs (#1355) 7 years ago
David Marcec d24d803e6a Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision 7 years ago
Zach Hilman d3c023d82f yuzu-cmd: Add call to CreateFactories 7 years ago
Zach Hilman 5b05f7761d savedata_factory: Add TemporaryStorage SaveDataType 7 years ago
Markus Wick da98f8c157 gl_rasterizer: Fix StartAddress handling with indexed draw calls. 7 years ago
David Marcec b73af7d847 Corrected SSL::SetInterfaceVersion 7 years ago
David Marcec a3b424c3c7 Removed MakeBuilder as it's not needed anymore 7 years ago
David Marcec cfbfad9ffe Removed the use of rp.MakeBuilder 7 years ago