7580 Commits (e5d1e17fc1aac4ffb7c90d9deb93eb89da8961e0)

Author SHA1 Message Date
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
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
Zach Hilman 1995df45b1 aoc_u: Fix edge case with DLC that causes breaks 7 years ago
Lioncash 7896075fcb services/fsp_srv: Amend service function table 7 years ago
Lioncash 35c7df89fe service/lbl: Update service function table 7 years ago
Lioncash 6ef4721dd0 configure_input: Make analog mapping strings translatable 7 years ago
Lioncash 82ed6f893b configure_audio: Move combo box index setting to their own functions 7 years ago
Lioncash 17f48939bf configure_audio: Use QString::fromStdString() for converting audio device names 7 years ago
Lioncash 2ed06e19c0 configure_audio: Add disambiguation comment for the volume percentage string 7 years ago
Lioncash 208b2b9e56 configure_graphics: Make functions internally linked where applicable 7 years ago
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 7 years ago
Weiyi Wang 365e6fdefd string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang 82389b903b string_util: remove TString conversion for windows 7 years ago
Weiyi Wang f876f9b85c string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
fearlessTobi c32e0c6847 Review comments - part 5 7 years ago
fearlessTobi cd5b9645a4 Review comments -part 4 7 years ago
fearlessTobi 015fa7e556 Review comments - part 3 7 years ago
Weiyi Wang 2b4cefc8f9 web_backend: protect jwt cache with a mutex 7 years ago
fearlessTobi dd6c300d9f Address more review comments 7 years ago