7601 Commits (3454b332387f0e76a7f78c0befa4854fcb0cd68b)

Author SHA1 Message Date
Lioncash 3454b33238 ips_layer: Silence truncation and conversion warnings 7 years ago
David Marcec cc2c45efcc Unmapping an unmapped buffer should succeed 7 years ago
Zach Hilman 8a0accfec0 nso/nro: Use default allocation size for arg_data 7 years ago
Zach Hilman 26559da99e cmd: Support passing game arguments from command line 7 years ago
Zach Hilman 91b8b1cfed qt: Add UI option to configure arguments 7 years ago
Zach Hilman ebb86d1354 settings: Add program_args string setting 7 years ago
Zach Hilman 19203e1dc0 nso/nro: Add NSO arguments structure to data section 7 years ago
David Marcec 1cc8adaa61 Fixed assertion due to CountAddOnContent 7 years ago
ReinUsesLisp 46214933c9 gl_rasterizer: Fixup undefined behaviour in SetupDraw 7 years ago
bunnei 44b42fa9e8 yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. 7 years ago
FernandoS27 57301b3e1d Implemented Depth Compare and Shadow Samplers 7 years ago
fearlessTobi 86349413b5 Remove "#" in the version number 7 years ago
zhupengfei 18b712829f citra_qt/configuration: misc input tab improvements 7 years ago
David Marcec b32503dfcc Added forward define for ServerPort 7 years ago
bunnei 26348d6ebb fermi_2d: Implement simple copies with AccelerateSurfaceCopy. 7 years ago
bunnei 6a6aa35a70 gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies. 7 years ago
bunnei 93822473f7 gl_rasterizer_cache: Implement a simpler surface copy using glCopyImageSubData. 7 years ago
Lioncash dc276f0e3f qt: Update telemetry links 7 years ago
David Marcec 188da5880b Ported #4296 from citra 7 years ago
Lioncash 809edc848f kernel/mutex: Amend behavior of TransferMutexOwnership() 7 years ago
balika011 6069aae43b thread: Make the scheduler pointer a regular pointer 7 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 91de5d554e patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman df89cf3541 game_list: Add XCI update versioning to game list 7 years ago
Zach Hilman 19ed4d8558 patch_manager: Add support for packed updates 7 years ago
Zach Hilman bbbac65dc4 loader: Add getter for packed update 7 years ago
Zach Hilman 9488564c1e loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 7 years ago
Lioncash 025ab5f04f text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 7 years ago
Zach Hilman 34bbd314d5 patch_manager: Avoid romfs_ext requirement for patching 7 years ago
Zach Hilman cc50704b77 fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir 7 years ago
Zach Hilman fc0f2197e8 fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS 7 years ago
Zach Hilman 794fdbd680 ips_layer: Fix inaccuracies with comments and flags 7 years ago
Zach Hilman c60739016d ips_layer: Deduplicate resource usage 7 years ago
Zach Hilman 8593274f69 ips_layer: Add support for escape sequences and midline comments 7 years ago
Zach Hilman b571894b46 patch_manager: Add support for IPSwitch format patches 7 years ago
Zach Hilman a2602dddbe ips_layer: Add IPSwitchCompiler to process IPSwitch format 7 years ago
Zach Hilman e0ea8e6ca5 hex_util: Add HexVectorToString and HexStringToVector 7 years ago
Lioncash 3eb26feb5c ui_settings: Place definition of the theme array within the cpp file 7 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 7 years ago
ReinUsesLisp db80264fae gl_rasterizer: Implement quads topology 7 years ago
FernandoS27 c6978b43b3 Implemented Texture Processing Modes in TEXS and TLDS 7 years ago
Lioncash b9b8610d6d submission_package: Avoid dangling std::string_view within SetTicketKeys() 7 years ago
Lioncash 689010c2fa submission_package: Correct location of null check within SetTicketKeys() 7 years ago
Lioncash b77f6a32ff submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() 7 years ago
Lioncash 8f51371d7b submission_package: Ensure the 'extracted' member variable is always initialized 7 years ago
Lioncash e4f994749b submission_package: Move ExeFS and RomFS initialization to its own function 7 years ago
Lioncash eb438661e6 submission_package: Move NCA reading code to its own function 7 years ago
Lioncash 17fb526fd9 submission_package: Move ticket key setting to its own function 7 years ago
Lioncash 0b2773e2c6 submission_package: Invert conditionals within NSP's constructor to reduce nesting 7 years ago
Lioncash d91cd1d638 card_image: Ensure program_nca_status is always initialized 7 years ago