tools
|
clean some warnings
|
2023-10-01 22:50:53 +02:00 |
debugger.c
|
clang-format decided to align things better
|
2024-04-02 16:14:02 +02:00 |
emu_actions.c
|
convert many booleans to actual bool
|
2024-04-09 16:45:56 +02:00 |
emu_emulate.c
|
convert many booleans to actual bool
|
2024-04-09 16:45:56 +02:00 |
emu_init.c
|
convert many booleans to actual bool
|
2024-04-09 16:45:56 +02:00 |
emu_memory.c
|
convert many booleans to actual bool
|
2024-04-09 16:45:56 +02:00 |
emu_register.c
|
eliminate duplicate code
|
2023-09-26 11:28:32 +02:00 |
emu_timer.c
|
clean some warnings
|
2023-10-01 22:50:53 +02:00 |
emulator.h
|
convert many booleans to actual bool
|
2024-04-09 16:45:56 +02:00 |
emulator_inner.h
|
comment unused #define
|
2023-09-27 14:04:23 +02:00 |
main.c
|
make pretty-code
|
2024-04-09 19:47:49 +02:00 |
romio.c
|
clean some warnings
|
2023-10-01 22:50:53 +02:00 |
romio.h
|
update .clang-format and format all the code
|
2023-09-22 09:44:23 +02:00 |
ui.c
|
+\n
|
2024-04-03 17:31:19 +02:00 |
ui.h
|
re-arrange code
|
2024-04-09 15:51:18 +02:00 |
ui_inner.h
|
enclose UIs more in themselves
|
2023-09-27 14:01:23 +02:00 |
ui_text.c
|
make pretty-code
|
2024-04-09 19:47:49 +02:00 |