| 2017-12-09 |
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
profi200
committed
on 9 Dec 2017
|
|---|---|
|
Extend ARM9 heap on N3DS.
profi200
committed
on 9 Dec 2017
|
|
|
arm9 fs: adjust limit for fCreateDeviceBuffer
derrek
committed
on 9 Dec 2017
|
|
|
Make asm code less cluttered. Changed magic to match name.
profi200
committed
on 9 Dec 2017
|
|
|
Remove old drive/file/dir handles even on unmount/close failure.
profi200
committed
on 9 Dec 2017
|
|
| 2017-12-08 |
Properly unmount on SD pulls.
profi200
committed
on 8 Dec 2017
|
|
Removed unused RSA key init code.
profi200
committed
on 8 Dec 2017
|
|
|
Removed useless checks in FIRM launch code.
profi200
committed
on 8 Dec 2017
|
|
| 2017-12-07 |
Handle NULL or zero size buffers in IPC code properly.
profi200
committed
on 7 Dec 2017
|
| 2017-12-06 |
Tell ARM11 if panics or exceptions happen on ARM9.
profi200
committed
on 6 Dec 2017
|
|
Fixed more IPC buffer corruption.
profi200
committed
on 6 Dec 2017
|
|
| 2017-12-03 |
Added fIsDriveMounted().
profi200
committed
on 3 Dec 2017
|
|
Remove hardwareDeinit() on ARM9 since it is not needed anymore.
profi200
committed
on 3 Dec 2017
|
|
| 2017-12-02 |
Fixed the race properly on ARM11.
profi200
committed
on 2 Dec 2017
|
|
Do not enable interrupts before initializing all of the hardware (race).
profi200
committed
on 2 Dec 2017
|
|
| 2017-12-01 |
Added argc/v framebuffer struct passing.
profi200
committed
on 1 Dec 2017
|
| 2017-11-30 |
Added fIsDevActive().
profi200
committed
on 30 Nov 2017
|
|
arm9 fs: use new functions ensureUnmounted/ensureMounted for fPrepareRawAccess/fFinalizeRawAccess
derrek
committed
on 30 Nov 2017
|
|
| 2017-11-29 |
Workaround for fFinalizeRawAccess() drive remounting.
d0k3
committed
on 29 Nov 2017
|
| 2017-11-23 |
Change the timer stuff back since everyone thinks volatile is the better solution.
profi200
committed
on 23 Nov 2017
|
|
Actually do this right way(tm) episode 2.
profi200
committed
on 23 Nov 2017
|
|
|
Actually do this right.
profi200
committed
on 23 Nov 2017
|
|
|
Fixed more possible problems like the TIMER_sleep() one.
profi200
committed
on 23 Nov 2017
|
|
|
Fix the TIMER_sleep() problem the right way(tm).
profi200
committed
on 23 Nov 2017
|
|
| 2017-11-22 |
Added getBootEnv() for ARM11.
profi200
committed
on 22 Nov 2017
|
| 2017-11-21 |
Minor code style stuff.
profi200
committed
on 21 Nov 2017
|
| 2017-11-20 |
CFG_UNITINFO can be something else than 1.
profi200
committed
on 20 Nov 2017
|
|
Silence some warnings.
profi200
committed
on 20 Nov 2017
|
|
|
A bit of cleanup in dev.c.
profi200
committed
on 20 Nov 2017
|
|
|
Fixed undefined behavior in TIMER_sleep() in combination with LTO.
profi200
committed
on 20 Nov 2017
|