mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-15 14:40:20 +00:00
Update default firmware version to 6.60.
Not many games call sceKernelDevkitVersion(), but we mostly match 6.60. See also: https://report.ppsspp.org/logs/kind/883?status=any
This commit is contained in:
parent
79f8388e65
commit
43b18578f4
@ -27,7 +27,7 @@ extern const char *PPSSPP_GIT_VERSION;
|
||||
|
||||
const int PSP_MODEL_FAT = 0;
|
||||
const int PSP_MODEL_SLIM = 1;
|
||||
const int PSP_DEFAULT_FIRMWARE = 150;
|
||||
const int PSP_DEFAULT_FIRMWARE = 660;
|
||||
static const s8 VOLUME_OFF = 0;
|
||||
static const s8 VOLUME_MAX = 10;
|
||||
|
||||
|
@ -313,7 +313,7 @@ u32 sceKernelDevkitVersion()
|
||||
int revision = firmwareVersion % 10;
|
||||
int devkitVersion = (major << 24) | (minor << 16) | (revision << 8) | 0x10;
|
||||
|
||||
DEBUG_LOG_REPORT_ONCE(devkitVer, SCEKERNEL, "%08x=sceKernelDevkitVersion()", devkitVersion);
|
||||
DEBUG_LOG(SCEKERNEL, "%08x=sceKernelDevkitVersion()", devkitVersion);
|
||||
return devkitVersion;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user