This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: PabloMK7/citra
Releases Β· PabloMK7/citra
r608383e
r5115f64
act: Add more command names and implement GetErrorCode (#237) * act: Add more command names and implement GetErrorCode The command names have been extracted from 3dbrew and the JavaScript bindings that the NNID settings uses internally. The error names have been extracted from the Wii U implementation (102-XXXX), which are compatible with the 3DS ones except for 022-5XXX, which are error codes specific to the 3DS. * act: Split error codes into separate file
r518f723
Artic Base: Fix issue when 0 bytes are read from file (#199)
r959a66d
renderer_vulkan: Address vulkan surface recreation issues (#198)
re90795b
Implement game render thread delay (#180) More details: https://www.reddit.com/r/Citra/comments/1e1v4e1/fixing_luigis_mansion_2_performance_issues_once/
r4780a71
Artic Base: Implement DLC support and other fixes (#173) * Artic Base: Implement DLC support and other fixes * Fix per game settings not working with artic loader * Fix compilation error
r4f174f1
Fix crash when cubemap face id is invalid (#154) * Fix crash when cubemap face id is invalid * make variable const
rde1f082
Fix HTTP RequestState values (fixes Pretendo Network support with HLEβ¦
r64e3e9f
Do not use the cache if the read would result in OOB (#130)
r71eca05
Fix PTM ext data creation after Artic Base changes. (#111)