| 2017-10-18 |
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
|
|
|
Cleanup and improve menu code.
d0k3
committed
on 18 Oct 2017
|
|
|
Handle HOME and shell closed in menu and menu functions.
d0k3
committed
on 18 Oct 2017
|
|
| 2017-10-17 |
|
|
|
|
| 2017-10-16 |
Fixed memleak in menu_fsel.c.
d0k3
committed
on 16 Oct 2017
|
|
Forgot the magic is behind the signature. Reverts previous commit.
profi200
committed
on 16 Oct 2017
|
|
|
Use the header var for comparison.
profi200
committed
on 16 Oct 2017
|
|
|
Fixed some potential bugs the PVS Studio demo found.
profi200
committed
on 16 Oct 2017
|
|
|
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
derrek
committed
on 16 Oct 2017
|
|
|
fix potential memleak in firmwriter.c
derrek
committed
on 16 Oct 2017
|
|
|
device buffer func prototypes
derrek
committed
on 16 Oct 2017
|
|
|
add arm9 device buffer
derrek
committed
on 16 Oct 2017
|
|
| 2017-10-13 |
Adjust file browser auto scroll speed.
profi200
committed
on 13 Oct 2017
|
|
Improve continuous scrolling in dbutton held.
d0k3
committed
on 13 Oct 2017
|
|
|
File selector: cosmetic improvements
d0k3
committed
on 13 Oct 2017
|
|
|
File selector: preselect previous item when going down (B).
d0k3
committed
on 13 Oct 2017
|
|
| 2017-10-12 |
Do not process interrupts after a triggered assert.
profi200
committed
on 12 Oct 2017
|
|
Added untested firmX read code.
profi200
committed
on 12 Oct 2017
|
|
|
Fixed a typo.
d0k3
committed
on 12 Oct 2017
|
|
|
File selector: allow starting at a specific file.
d0k3
committed
on 12 Oct 2017
|
|
|
Increase the size of the file selector.
d0k3
committed
on 12 Oct 2017
|
|
|
Add file sizes to file selector, improved usage of space.
d0k3
committed
on 12 Oct 2017
|
|
|
Add continuous scroll to file selector.
d0k3
committed
on 12 Oct 2017
|
|
|
Enable quick scrollingin file listing, fix a possible bug.
d0k3
committed
on 12 Oct 2017
|
|
|
|
|
|
|