8848 Commits (3bb12e0e674d4b025b4bafcf56bcaa9da113747a)
 

Author SHA1 Message Date
bunnei 3bb12e0e67 Merge pull request #1436 from lioncash/view 7 years ago
bunnei e590be654e Merge pull request #1432 from lioncash/lbl 7 years ago
bunnei b7c1a76867 Merge pull request #1426 from FearlessTobi/port-4253 7 years ago
bunnei 8f0975be07 Merge pull request #1435 from lioncash/xci 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
Lioncash 35c7df89fe service/lbl: Update service function table 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
bunnei a2e3838e4b Merge pull request #1407 from DarkLordZach/dlc 7 years ago
bunnei bf615fc651 Merge pull request #1422 from ReinUsesLisp/fixup-points 7 years ago
ReinUsesLisp f4a4427ff3 gl_rasterizer: Fixup unassigned point sizes 7 years ago
bunnei bc5dde2765 Merge pull request #1330 from raven02/tlds 7 years ago
bunnei 31b1d17e28 Merge pull request #1420 from MerryMage/dynarmic 7 years ago
bunnei a3bb4a448a Merge pull request #1322 from bunnei/tex-cubemap 7 years ago
bunnei 7f9de80563 Merge pull request #1403 from DarkLordZach/install-sysnand 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 e0aedfac10 Merge pull request #1338 from raven02/service_vi 7 years ago
bunnei d08d31fc94 Merge pull request #1417 from lioncash/context 7 years ago
bunnei 0e020d2fee gl_rasterizer_cache: Fixes to how we do render to cubemap. 7 years ago
MerryMage bce3ef0e72 externals: Update dynarmic to 4e6848d 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
bunnei 08d7415a8a gl_rasterizer_cache: Keep track of surface 2D size separately from total size. 7 years ago
raven02 7cb5586653 Fix trailing whitespace 7 years ago
Merry 4da7fb192d Merge pull request #1418 from FearlessTobi/port-4269 7 years ago
B3n30 3c1e2a99e1 OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13 7 years ago
Lioncash 5238113b9c kernel/svc: Implement svcGetThreadContext() 7 years ago
Lioncash 7942c5ca0d kernel/process: Add a data member to determine if a process is 64-bit or not. 7 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 7 years ago
Lioncash f4dbd712a0 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 7 years ago
raven02 821b66cde5 Implement ISystemDisplayService::GetDisplayMode 7 years ago