| 2022-05-26 |
Fixed the bootrom/OTP dumping issue properly.
profi200
committed
on 26 May 2022
|
|---|---|
|
Ok, this time bootrom and OTP dumping is fixed for real at the cost of possible chainload issues. fastboot3DS is not rreally intended for chainloading anyway.
profi200
committed
on 26 May 2022
|
|
|
Fixed bootrom and OTP dumping.
profi200
committed
on 26 May 2022
|
|
| 2020-05-09 |
Port back changes from open_agb_firm. Now with proper screen init.
profi200
committed
on 9 May 2020
|
| 2020-02-07 |
Cleanup some reg names in gfx.c.
profi200
committed
on 7 Feb 2020
|
|
Partially revert texture copy commit. It's not the same bug.
profi200
committed
on 7 Feb 2020
|
|
| 2019-12-28 |
Fixed texture copy race.
profi200
committed
on 28 Dec 2019
|
| 2019-06-12 |
Added GPU reset code (unused because it works as is). Disabled tag RAM and L1 parity checking on ARM11. Don't rely on code overhead at SD card init for the 74 clock pulses. Implemented new cycle accurate delay function.
profi200
committed
on 12 Jun 2019
|
| 2018-01-07 |
Reenable full GPU/LCD deinit + cleanup.
profi200
committed
on 7 Jan 2018
|
| 2018-01-01 |
Clear screens on screen init only if requested.
profi200
committed
on 1 Jan 2018
|
| 2017-12-25 |
Fixed New 3DS specific graphics corruption on screen init.
profi200
committed
on 25 Dec 2017
|
| 2017-12-22 |
Revert GFX init code order because the new one may cause issues with a few consoles.
profi200
committed
on 22 Dec 2017
|
| 2017-12-20 |
Move most inline asm to arm.h.
profi200
committed
on 20 Dec 2017
|
| 2017-12-18 |
We don't need to unregister the GFX IRQs. We can just disable them.
profi200
committed
on 18 Dec 2017
|
|
Completely deinit/init screens on sleep.
profi200
committed
on 18 Dec 2017
|
|
|
The LCDs need a bit of time to stabilize after sleep.
profi200
committed
on 18 Dec 2017
|
|
|
Added commented out GPU/LCD deinit code. Works with everything but Luma.
profi200
committed
on 18 Dec 2017
|
|
|
Also turn off the LCDs on the GPU side in sleep mode.
profi200
committed
on 18 Dec 2017
|
|
| 2017-12-11 |
More checks. Allow setting different brightnesses for each screen.
profi200
committed
on 11 Dec 2017
|
| 2017-12-10 |
Check input addresses in GX_memoryFill().
profi200
committed
on 10 Dec 2017
|
|
arm11: use mcu driver
derrek
committed
on 10 Dec 2017
|
|
| 2017-12-09 |
Added functions to temporarily disable interrupt handlers on ARM11 without unregistering/reregistering them.
profi200
committed
on 9 Dec 2017
|
| 2017-12-03 |
Remove TIMER_sleepMs() in gfx code since the VBlank wait does the same.
profi200
committed
on 3 Dec 2017
|
|
Fixed graphics corruption with certain N3DS consoles.
profi200
committed
on 3 Dec 2017
|
|
| 2017-11-08 |
Use bit shifts instead of harcoded value for initial LCD poweron.
profi200
committed
on 8 Nov 2017
|
|
Select first framebuffers on FIRM launch.
profi200
committed
on 8 Nov 2017
|
|
|
Turn on backlight and LCDs at the same time. Correct touchscreen framebuffers on FIRM launch.
profi200
committed
on 8 Nov 2017
|
|
| 2017-10-22 |
Nitpicking/code improvements.
profi200
committed
on 22 Oct 2017
|
| 2017-10-18 |
Implemented proper sleep mode.
profi200
committed
on 18 Oct 2017
|
| 2017-09-14 |
Little cleanup.
profi200
committed
on 14 Sep 2017
|