Skip to content

Commit 5907ef1

Browse files
committed
Bump to version 0.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 55e32ff commit 5907ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)