SimoneN64
|
13c0af271c
|
Merge branch 'master' of https://github.com/SimoneN64/Kaizen
|
2023-06-13 21:26:57 +02:00 |
|
SimoneN64
|
bffd99cbef
|
attempt at fixing CI
|
2023-06-13 08:40:31 +02:00 |
|
SimoneN64
|
2004f9ce04
|
update unarr
|
2023-06-12 18:32:13 +02:00 |
|
SimoneN64
|
9d78293be3
|
Fix couple of warnings
|
2023-06-12 18:32:05 +02:00 |
|
SimoneN64
|
08c9484857
|
move done variable into window class
|
2023-06-12 17:15:43 +02:00 |
|
SimoneN64
|
fe43d3bb80
|
ops
|
2023-06-12 15:36:15 +02:00 |
|
SimoneN64
|
1031a1ef0f
|
update parallel-rdp and unarr remotes
|
2023-06-12 14:16:05 +02:00 |
|
SimoneN64
|
7a7d7feee2
|
small change
|
2023-06-12 10:14:15 +02:00 |
|
SimoneN64
|
0b21f16ea6
|
don't allocate entire app on heap
|
2023-06-12 10:13:50 +02:00 |
|
SimoneN64
|
91575fe4df
|
fix some warnings
|
2023-06-12 10:12:55 +02:00 |
|
SimoneN64
|
3bb4f5e31e
|
Support for loading archives
|
2023-06-11 18:27:08 +02:00 |
|
SimoneN64
|
cfc080fe2d
|
Finally use memory mapped file for saves
|
2023-06-10 23:12:35 +02:00 |
|
SimoneN64
|
cbc2ca147a
|
more flash work
|
2023-06-09 17:10:02 +02:00 |
|
SimoneN64
|
f62df87381
|
Reduntant includes
|
2023-06-09 16:06:16 +02:00 |
|
SimoneN64
|
7e9cfa1f53
|
Lay down flash support (doesn't work properly yet)
|
2023-06-09 16:06:03 +02:00 |
|
SimoneN64
|
c132900c57
|
update .gitignore
|
2023-06-09 14:12:13 +02:00 |
|
SimoneN64
|
e58b867dfe
|
log level
|
2023-06-09 14:12:05 +02:00 |
|
SimoneN64
|
446be92d49
|
Memory: finally use macros for switches
|
2023-06-09 12:24:58 +02:00 |
|
SimoneN64
|
2fa27ac73f
|
GameDB: Still set save type and game name even if region didn't match but code did
|
2023-06-09 11:21:39 +02:00 |
|
SimoneN64
|
041dff5ee0
|
Parallelize game db scanning so games don't take ages to boot
|
2023-06-09 09:44:38 +02:00 |
|
SimoneN64
|
19a99e6516
|
Update nfd
|
2023-06-09 08:54:56 +02:00 |
|
SimoneN64
|
c8f416717b
|
Change mapping a bit
|
2023-06-08 22:32:24 +02:00 |
|
SimoneN64
|
cf47648f92
|
Small perf improvements
|
2023-06-08 22:32:15 +02:00 |
|
SimoneN64
|
25376f06af
|
fix Windows NOMINMAX and _CRT_SECURE_NO_WARNINGS redefinitions
|
2023-06-07 11:35:57 +02:00 |
|
SimoneN64
|
ca5d431770
|
initial RTC implementation
|
2023-06-06 11:29:19 +02:00 |
|
SimoneN64
|
d0a27d1af1
|
initial RTC implementation
|
2023-06-06 10:59:36 +02:00 |
|
SimoneN64
|
8fb0dd826d
|
more inlined stuff
|
2023-06-06 10:59:25 +02:00 |
|
SimoneN64
|
be7f1fc5a0
|
small changes and fixes
|
2023-06-06 10:59:14 +02:00 |
|
SimoneN64
|
ecdf7473e2
|
cartinfo is useless
|
2023-06-06 10:58:32 +02:00 |
|
SimoneN64
|
537ab446ba
|
schedule pi dma (now works)
|
2023-06-06 10:12:18 +02:00 |
|
SimoneN64
|
2a99afbb08
|
Update README.md
|
2023-06-05 22:22:19 +02:00 |
|
SimoneN64
|
3b029bd2bd
|
Stop unnecessarily creating eeprom file
|
2023-06-05 22:11:26 +02:00 |
|
SimoneN64
|
ca9204044f
|
Lay down RTC things
|
2023-06-05 21:54:06 +02:00 |
|
SimoneN64
|
39152893ca
|
Oops I inverted C Down and C Left :P
|
2023-06-05 21:32:34 +02:00 |
|
SimoneN64
|
93d7e202d2
|
Fix goofy ahh segfault
|
2023-06-05 21:07:28 +02:00 |
|
SimoneN64
|
32c66fdf5f
|
fix some warnings and use the damn FORCE_INLINE macro otherwise what's it there for
|
2023-06-05 20:54:34 +02:00 |
|
SimoneN64
|
776634a293
|
Fix Donkey Kong
|
2023-06-05 20:42:21 +02:00 |
|
SimoneN64
|
05c0fd139e
|
schedule pi dma
|
2023-06-05 17:32:11 +02:00 |
|
SimoneN64
|
df3775a559
|
logging overhaul
|
2023-06-05 17:07:20 +02:00 |
|
SimoneN64
|
9e37e961ba
|
small changes
|
2023-06-05 16:57:45 +02:00 |
|
SimoneN64
|
304919de76
|
fix fmt compilation error
|
2023-06-05 11:28:36 +02:00 |
|
SimoneN64
|
f92c65326c
|
Reset system overhaul
|
2023-06-05 11:28:11 +02:00 |
|
SimoneN64
|
30fce7ecf7
|
get rid of JIT and other things
|
2023-06-04 22:28:23 +02:00 |
|
SimoneN64
|
1ed2506523
|
Rename to Kaizen internally
|
2023-06-04 21:34:14 +02:00 |
|
SimoneN64
|
94ce40429f
|
JIT: Passing first 2 tests in basic_simpleboot
|
2023-03-20 23:37:54 +01:00 |
|
SimoneN64
|
0f2a999f00
|
Merge branch 'master' into dev
|
2023-03-20 18:30:31 +01:00 |
|
SimoneN64
|
8f0d30f795
|
Update README.md
|
2023-03-20 18:28:44 +01:00 |
|
SimoneN64
|
0d85951366
|
Merge branch 'master' into dev
|
2023-03-19 23:02:06 +01:00 |
|
SimoneN64
|
e032330b07
|
New calling method in JIT
|
2023-03-19 23:00:29 +01:00 |
|
SimoneN64
|
dbd357f812
|
Merge branch 'dev'
|
2023-03-19 22:59:59 +01:00 |
|