8850 Commits (5ae5610c130c8205a9ad072e1d56f8657e44bcd1)
 

Author SHA1 Message Date
bunnei 5ae5610c13
Merge pull request #1429 from lioncash/translate 7 years ago
bunnei 15b2e2ec13
Merge pull request #1436 from lioncash/view 7 years ago
bunnei e7e347a828
Merge pull request #1432 from lioncash/lbl 7 years ago
bunnei 137d43fa2f
Merge pull request #1426 from FearlessTobi/port-4253 7 years ago
bunnei 8679934693
Merge pull request #1435 from lioncash/xci 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
Lioncash d80dd2b812 service/lbl: Update service function table 7 years ago
Lioncash 61b144bbf3 configure_input: Make analog mapping strings translatable 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
bunnei bd14f397ce
Merge pull request #1407 from DarkLordZach/dlc 7 years ago
bunnei 393042c09c
Merge pull request #1422 from ReinUsesLisp/fixup-points 7 years ago
ReinUsesLisp 1835911425 gl_rasterizer: Fixup unassigned point sizes 7 years ago
bunnei bc679c9b8c
Merge pull request #1330 from raven02/tlds 7 years ago
bunnei 7c61f0c322
Merge pull request #1420 from MerryMage/dynarmic 7 years ago
bunnei 8391048a83
Merge pull request #1322 from bunnei/tex-cubemap 7 years ago
bunnei decc319634
Merge pull request #1403 from DarkLordZach/install-sysnand 7 years ago
Zach Hilman f72046099a aoc_u: Extract AccumulateAOCTitleIDs to separate function 7 years ago
Zach Hilman 7d86a008e2 aoc_u: Implement GetAddOnContentBaseId 7 years ago
Zach Hilman 62225ae050 aoc_u: Implement Count, List and Prepare AddOnContent 7 years ago
Zach Hilman aa0c82e405 romfs_factory: Read from all locations with StorageId None 7 years ago
Zach Hilman 32fc31fb13 patch_manager: Add DLC recognition to PatchManager 7 years ago
bunnei 8f2ad3a66d
Merge pull request #1338 from raven02/service_vi 7 years ago
bunnei 5e2f23e2b1
Merge pull request #1417 from lioncash/context 7 years ago
bunnei df3799a008 gl_rasterizer_cache: Fixes to how we do render to cubemap. 7 years ago
MerryMage 3031aa9d27 externals: Update dynarmic to 4e6848d 7 years ago
bunnei 29782273ec gl_rasterizer_cache: Add check for array rendering to cubemap texture. 7 years ago
bunnei f543b43fd0 gl_rasterizer_cache: Implement render to cubemap. 7 years ago
bunnei 15cc729ebd gl_shader_decompiler: TEXS: Implement TextureType::TextureCube. 7 years ago
bunnei ed2e0e85c9 gl_rasterizer_cache: Add support for SurfaceTarget::TextureCubemap. 7 years ago
bunnei 871580dcd8 gl_rasterizer_cache: Implement LoadGLBuffer for Texture2DArray. 7 years ago
bunnei a9aa1db552 gl_rasterizer_cache: Update BlitTextures to support non-Texture2D ColorTexture surfaces. 7 years ago
bunnei 2e1cdde994 gl_rasterizer_cache: Track texture target and depth in the cache. 7 years ago
bunnei fefb003b23 gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario. 7 years ago
bunnei ce452049d3 gl_rasterizer_cache: Keep track of surface 2D size separately from total size. 7 years ago
raven02 b92b4bbeaf Fix trailing whitespace 7 years ago
Merry f8e46d335f
Merge pull request #1418 from FearlessTobi/port-4269 7 years ago
B3n30 56901912cb OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13 7 years ago
Lioncash 541c550753 kernel/svc: Implement svcGetThreadContext() 7 years ago
Lioncash dccfe193a9 kernel/process: Add a data member to determine if a process is 64-bit or not. 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago