Skip to content

Commit c9dbcc0

Browse files
committed
Bump to version v0.19
- Adding built-in NOR flash support and SuperChis cart support. - Re-implemented RTC emulation, allows for time passage emulation. - Some UI changes on loading/launching games, allow for hiding/un-hiding files, etc. - Fix preference savings (they should now work). - Updated patch database - Adds PT-BR translation - Many fixes: bug with 32MiB games, minor bug in IGM, etc.
1 parent 095c93b commit c9dbcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION_WORD := 0x00000012
2+
VERSION_WORD := 0x00000013
33
VERSION_SLUG_WORD := $(shell git rev-parse --short=8 HEAD || echo FFFFFFFF)
44

55
PREFIX := arm-none-eabi-

0 commit comments

Comments
 (0)