mirror of
https://github.com/wavemotion-dave/NINTV-DS.git
synced 2025-06-18 13:55:33 -04:00
Version 5.5a with hotfix for custom overlays that were accidentally swapping into ECS keyboard mode.
This commit is contained in:
parent
d5723aa7ba
commit
0f425291af
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ include $(DEVKITARM)/ds_rules
|
||||
|
||||
export TARGET := NINTV-DS
|
||||
export TOPDIR := $(CURDIR)
|
||||
export VERSION := 5.5
|
||||
export VERSION := 5.5a
|
||||
|
||||
ICON := -b $(CURDIR)/logo.bmp "NINTV-DS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/NINTV-DS"
|
||||
|
||||
|
BIN
NINTV-DS.nds
BIN
NINTV-DS.nds
Binary file not shown.
@ -166,6 +166,7 @@ History :
|
||||
--------------------------------------------------------------------------------
|
||||
V5.5 : 23-Sep-2024 by wavemotion-dave
|
||||
* Improved ECS support with new full-screen ECS Keyboard and ability to switch between keypad controllers, disc and full keyboard.
|
||||
* Version 5.5a with hotfix for custom overlays
|
||||
|
||||
V5.4 : 10-Sep-2024 by wavemotion-dave
|
||||
* Full Tutorvision Mode supported. See Tutorvision section in this README for details.
|
||||
|
@ -236,6 +236,8 @@ void load_custom_overlay(bool bCustomGeneric)
|
||||
char *token;
|
||||
|
||||
memset(customTiles, 0x00, 0x10000); // Clear the 64K of video memory to prep for custom tiles...
|
||||
|
||||
memcpy(&myOverlay, &discOverlay, sizeof(myOverlay)); // Start with a blank overlay...
|
||||
|
||||
do
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user