7549 Commits (b32503dfccef5f8554ccee82e7ccf449e597ff89)

Author SHA1 Message Date
David Marcec b32503dfcc Added forward define for ServerPort 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
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
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
Zach Hilman 783af4adca deconstructed_rom_directory: Force NSO loader to patch NSOs 7 years ago
Zach Hilman 0b69a38532 nso: Add framework to support patching of uncompressed NSOs 7 years ago
Zach Hilman 4f26c89688 patch_manager: Add PatchNSO function 7 years ago
Zach Hilman d913dba14a patch_manager: Use strings for patch type instead of enum 7 years ago
Zach Hilman 11b272edff file_sys: Implement function to apply IPS patches 7 years ago
Zach Hilman 6d26c40ebb nso: Replace NSOHeader padding bytes with build ID 7 years ago
ReinUsesLisp f4a4427ff3 gl_rasterizer: Fixup unassigned point sizes 7 years ago
Zach Hilman 0ad053c374 aoc_u: Extract AccumulateAOCTitleIDs to separate function 7 years ago
Zach Hilman 7e0956b870 aoc_u: Implement GetAddOnContentBaseId 7 years ago
Zach Hilman 85c1dc0fbf aoc_u: Implement Count, List and Prepare AddOnContent 7 years ago
Zach Hilman 3a963f105f romfs_factory: Read from all locations with StorageId None 7 years ago
Zach Hilman cfc63b8736 patch_manager: Add DLC recognition to PatchManager 7 years ago
bunnei 0e020d2fee gl_rasterizer_cache: Fixes to how we do render to cubemap. 7 years ago
bunnei 2d8977768f gl_rasterizer_cache: Add check for array rendering to cubemap texture. 7 years ago
bunnei 84375d04ee gl_rasterizer_cache: Implement render to cubemap. 7 years ago
bunnei 977f2bafa7 gl_shader_decompiler: TEXS: Implement TextureType::TextureCube. 7 years ago
bunnei dcc44650fe gl_rasterizer_cache: Add support for SurfaceTarget::TextureCubemap. 7 years ago
bunnei 5b1e1c081e gl_rasterizer_cache: Implement LoadGLBuffer for Texture2DArray. 7 years ago
bunnei b0fded32c6 gl_rasterizer_cache: Update BlitTextures to support non-Texture2D ColorTexture surfaces. 7 years ago
bunnei 036c50c9a3 gl_rasterizer_cache: Track texture target and depth in the cache. 7 years ago
bunnei 09de119f10 gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario. 7 years ago