| 2017-10-22 |
Nitpicking/code improvements.
profi200
committed
on 22 Oct 2017
|
|---|---|
| 2017-10-19 |
Disable FIQs entirely.
profi200
committed
on 19 Oct 2017
|
|
Set MCU interrupt mask before enabling MCU interrupts.
profi200
committed
on 19 Oct 2017
|
|
|
Added hidIsHomeButtonHeldRaw().
profi200
committed
on 19 Oct 2017
|
|
| 2017-10-18 |
Implemented proper sleep mode.
profi200
committed
on 18 Oct 2017
|
|
Use volatile vars in hid code to prevent gcc from optimizing the key reads.
profi200
committed
on 18 Oct 2017
|
|
|
Explicitly initialize global hid vars.
profi200
committed
on 18 Oct 2017
|
|
|
Nitpicking optimizations.
profi200
committed
on 18 Oct 2017
|
|
| 2017-10-16 |
Fixed some potential bugs the PVS Studio demo found.
profi200
committed
on 16 Oct 2017
|
| 2017-10-10 |
Use unified pools for data in .s files.
profi200
committed
on 10 Oct 2017
|
| 2017-10-07 |
Changed ARM11 mem layout to 'stacks --> MMU tables --> code/data --> heap'.
profi200
committed
on 7 Oct 2017
|
| 2017-09-14 |
Added TIMER_getTicks() function.
profi200
committed
on 14 Sep 2017
|
|
Little cleanup.
profi200
committed
on 14 Sep 2017
|
|
| 2017-09-08 |
Optimizations + fixes.
profi200
committed
on 8 Sep 2017
|
| 2017-09-07 |
Lazy guru meditation screen port. Fixed IPC output buffer mask.
profi200
committed
on 7 Sep 2017
|
| 2017-08-31 |
Use same PXI source for ARM9 and ARM11.
profi200
committed
on 31 Aug 2017
|
| 2017-08-30 |
Handle buffers in IPC code. Pointers and sizes are not verified right now.
profi200
committed
on 30 Aug 2017
|
| 2017-08-27 |
Use define for max params. Check free() pointer.
profi200
committed
on 27 Aug 2017
|
|
Use a define for param masking.
profi200
committed
on 27 Aug 2017
|
|
|
Fixed cmd masking in PXI code.
profi200
committed
on 27 Aug 2017
|
|
|
Make PXI/IPC code safer.
profi200
committed
on 27 Aug 2017
|
|
|
Separate IPC and PXI code.
profi200
committed
on 27 Aug 2017
|
|
|
Refactored PXI code. Removed a lot of code on ARM9.
profi200
committed
on 27 Aug 2017
|
|
| 2017-08-26 |
Clear power button and WiFi button states only if wanted.
profi200
committed
on 26 Aug 2017
|
|
Clear screens and renderbufs on screen init.
profi200
committed
on 26 Aug 2017
|
|
| 2017-08-24 |
Remove unnescessary GFX_swapFramebufs().
profi200
committed
on 24 Aug 2017
|
|
Implemented double buffering.
profi200
committed
on 24 Aug 2017
|
|
|
Implemented GFX_getFramebuffer().
profi200
committed
on 24 Aug 2017
|
|
|
Document GX_textureCopy() so i don't forget again how it works...
profi200
committed
on 24 Aug 2017
|
|
| 2017-08-23 |
Use a render buffer.
profi200
committed
on 23 Aug 2017
|