mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reduce logspam in Burnout
This commit is contained in:
parent
f3c5af570c
commit
b9090a25b2
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ static u32 sceSasRevParam(u32 core, int delay, int feedback) {
|
|||
|
||||
static u32 sceSasRevEVOL(u32 core, u32 lv, u32 rv) {
|
||||
if (lv > 0x1000 || rv > 0x1000) {
|
||||
WARN_LOG_REPORT(SCESAS, "sceSasRevEVOL(%08x, %i, %i): invalid volume", core, lv, rv);
|
||||
DEBUG_LOG_REPORT(SCESAS, "sceSasRevEVOL(%08x, %i, %i): invalid volume", core, lv, rv);
|
||||
return ERROR_SAS_REV_INVALID_VOLUME;
|
||||
}
|
||||
DEBUG_LOG(SCESAS, "sceSasRevEVOL(%08x, %i, %i)", core, lv, rv);
|
||||
|
|
Loading…
Add table
Reference in a new issue