Skip to content

Commit 14a0b11

Browse files
committed
Release of DreamShell v4.0.1
1 parent daec0e8 commit 14a0b11

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
#
1212

1313
TARGET = DS
14-
TARGET_NAME = DreamShell_v4.0.1_Beta
14+
TARGET_NAME = DreamShell_v4.0.1_Release
1515
TARGET_BIN = $(TARGET)_CORE.BIN
1616
TARGET_BIN_CD = 1$(TARGET_BIN)
1717
# Build types: 0x0N - Alpha, 0x1N - Beta, 0x2N - RC, 0x3N - Release
1818
TRAGET_VERSION = -DVER_MAJOR=4 \
1919
-DVER_MINOR=0 \
2020
-DVER_MICRO=1 \
21-
-DVER_BUILD=0x13
21+
-DVER_BUILD=0x30
2222
# TARGET_DEBUG = 1 # or 2 for GDB
2323
# TARGET_EMU = 1
2424
# TARGET_PROF = 1

src/img/decode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int pvr_decode(const char *filename, kos_img_t *kimg)
1717
file_t pFile = fs_open(filename, O_RDONLY);
1818
if (pFile == FILEHND_INVALID)
1919
{
20-
dbglog(DBG_INFO, "pvr_decode: does not exist");
20+
// dbglog(DBG_INFO, "pvr_decode: does not exist");
2121
return -1;
2222
}
2323

0 commit comments

Comments
 (0)