7585 Commits (f945e9767cd66567030e9daca13eb96d0a2d47ff)

Author SHA1 Message Date
Zach Hilman f945e9767c nso/nro: Use default allocation size for arg_data 7 years ago
Zach Hilman 081f5c1dbf cmd: Support passing game arguments from command line 7 years ago
Zach Hilman 8bbc12b9c2 qt: Add UI option to configure arguments 7 years ago
Zach Hilman 95dff555a4 settings: Add program_args string setting 7 years ago
Zach Hilman e09505ff61 nso/nro: Add NSO arguments structure to data section 7 years ago
ReinUsesLisp 0ecd181cca gl_rasterizer: Fixup undefined behaviour in SetupDraw 7 years ago
bunnei 2fbb20b2b5 yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. 7 years ago
FernandoS27 752faff2bc Implemented Depth Compare and Shadow Samplers 7 years ago
fearlessTobi 8e6311bfd2 Remove "#" in the version number 7 years ago
zhupengfei 690f326613 citra_qt/configuration: misc input tab improvements 7 years ago
David Marcec 612ce89eca Added forward define for ServerPort 7 years ago
bunnei 9aec85d39c fermi_2d: Implement simple copies with AccelerateSurfaceCopy. 7 years ago
bunnei 011cf77796 gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies. 7 years ago
bunnei 749aef3dd0 gl_rasterizer_cache: Implement a simpler surface copy using glCopyImageSubData. 7 years ago
Lioncash efd956e6ff
qt: Update telemetry links 7 years ago
David Marcec f84b9ed4e8 Ported #4296 from citra 7 years ago
Lioncash 6ddf8f34db
kernel/mutex: Amend behavior of TransferMutexOwnership() 7 years ago
balika011 1a5d6de0d4 thread: Make the scheduler pointer a regular pointer 7 years ago
Zach Hilman 38c2ac95af romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 5acaeb04c4 patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman cf7aba4817 game_list: Add XCI update versioning to game list 7 years ago
Zach Hilman d79d4fd764 patch_manager: Add support for packed updates 7 years ago
Zach Hilman 5045748829 loader: Add getter for packed update 7 years ago
Zach Hilman e948fbf5d0 loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 7 years ago
Lioncash 6f16826260 text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 7 years ago
Lioncash 30dfd89126 ui_settings: Place definition of the theme array within the cpp file 7 years ago
Lioncash baed7e1fba kernel/thread: Make all instance variables private 7 years ago
ReinUsesLisp 3e2380327a gl_rasterizer: Implement quads topology 7 years ago
FernandoS27 f664437ae8 Implemented Texture Processing Modes in TEXS and TLDS 7 years ago
Lioncash 024eec02a5 submission_package: Avoid dangling std::string_view within SetTicketKeys() 7 years ago
Lioncash dade709f63 submission_package: Correct location of null check within SetTicketKeys() 7 years ago
Lioncash 02841052aa submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() 7 years ago
Lioncash 37ee05f7c0 submission_package: Ensure the 'extracted' member variable is always initialized 7 years ago
Lioncash ccf0a9cb38 submission_package: Move ExeFS and RomFS initialization to its own function 7 years ago
Lioncash fd312abedd submission_package: Move NCA reading code to its own function 7 years ago
Lioncash 4f18d35888 submission_package: Move ticket key setting to its own function 7 years ago
Lioncash 0d83f8f255 submission_package: Invert conditionals within NSP's constructor to reduce nesting 7 years ago
Lioncash cf463a9b67 card_image: Ensure program_nca_status is always initialized 7 years ago
Zach Hilman 9aaf1c0df8 aoc_u: Fix edge case with DLC that causes breaks 7 years ago
Lioncash cba78dc70a services/fsp_srv: Amend service function table 7 years ago
Lioncash d80dd2b812 service/lbl: Update service function table 7 years ago
Lioncash 61b144bbf3 configure_input: Make analog mapping strings translatable 7 years ago
Lioncash 1c7c798e9e configure_audio: Move combo box index setting to their own functions 7 years ago
Lioncash 57e47bae32 configure_audio: Use QString::fromStdString() for converting audio device names 7 years ago
Lioncash 226dc914b3 configure_audio: Add disambiguation comment for the volume percentage string 7 years ago
Lioncash 8f5e2a2b83 configure_graphics: Make functions internally linked where applicable 7 years ago
Zach Hilman 215b65fe75 nso: Optimize loading of IPS patches 7 years ago
Weiyi Wang fdb35760a7 string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang bfe84f06f2 string_util: remove TString conversion for windows 7 years ago
Weiyi Wang a4595bb939 string_util: remove ShiftJIS/CP1252 conversion function 7 years ago