Skip to content

Releases: PabloMK7/citra

r608383e

27 Sep 23:20
608383e
Compare
Choose a tag to compare
Match changes to svcMapProcessMemoryEx from latest Luma3DS (#264)

r5115f64

21 Aug 19:17
5115f64
Compare
Choose a tag to compare
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

17 Jul 17:06
518f723
Compare
Choose a tag to compare
Artic Base: Fix issue when 0 bytes are read from file (#199)

r959a66d

16 Jul 22:27
959a66d
Compare
Choose a tag to compare
renderer_vulkan: Address vulkan surface recreation issues (#198)

re90795b

12 Jul 23:13
e90795b
Compare
Choose a tag to compare
Implement game render thread delay (#180)

More details: https://www.reddit.com/r/Citra/comments/1e1v4e1/fixing_luigis_mansion_2_performance_issues_once/

r4780a71

09 Jul 22:02
4780a71
Compare
Choose a tag to compare
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

16 Jun 15:50
4f174f1
Compare
Choose a tag to compare
Fix crash when cubemap face id is invalid (#154)

* Fix crash when cubemap face id is invalid

* make variable const

rde1f082

01 Jun 22:06
de1f082
Compare
Choose a tag to compare
Fix HTTP RequestState values (fixes Pretendo Network support with HLE…

r64e3e9f

15 May 22:52
64e3e9f
Compare
Choose a tag to compare
Do not use the cache if the read would result in OOB (#130)

r71eca05

13 May 09:12
71eca05
Compare
Choose a tag to compare
Fix PTM ext data creation after Artic Base changes. (#111)