Skip to content

Commit

Permalink
Release of DreamShell v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DC-SWAT committed Dec 28, 2024
1 parent daec0e8 commit 14a0b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#

TARGET = DS
TARGET_NAME = DreamShell_v4.0.1_Beta
TARGET_NAME = DreamShell_v4.0.1_Release
TARGET_BIN = $(TARGET)_CORE.BIN
TARGET_BIN_CD = 1$(TARGET_BIN)
# Build types: 0x0N - Alpha, 0x1N - Beta, 0x2N - RC, 0x3N - Release
TRAGET_VERSION = -DVER_MAJOR=4 \
-DVER_MINOR=0 \
-DVER_MICRO=1 \
-DVER_BUILD=0x13
-DVER_BUILD=0x30
# TARGET_DEBUG = 1 # or 2 for GDB
# TARGET_EMU = 1
# TARGET_PROF = 1
Expand Down
2 changes: 1 addition & 1 deletion src/img/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int pvr_decode(const char *filename, kos_img_t *kimg)
file_t pFile = fs_open(filename, O_RDONLY);
if (pFile == FILEHND_INVALID)
{
dbglog(DBG_INFO, "pvr_decode: does not exist");
// dbglog(DBG_INFO, "pvr_decode: does not exist");
return -1;
}

Expand Down

0 comments on commit 14a0b11

Please sign in to comment.