mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cleanup for psp
This commit is contained in:
parent
d5bc6ef7b5
commit
c28911fdb1
3 changed files with 4 additions and 129 deletions
|
@ -593,6 +593,10 @@ void pemu_validate_config(void)
|
|||
currentConfig.hscale40 = 0.01;
|
||||
if (currentConfig.hscale32 < 0.01)
|
||||
currentConfig.hscale32 = 0.01;
|
||||
if (currentConfig.gamma < -4 || currentConfig.gamma > 16)
|
||||
currentConfig.gamma = 0;
|
||||
if (currentConfig.gamma2 < 0 || currentConfig.gamma2 > 2)
|
||||
currentConfig.gamma2 = 0;
|
||||
}
|
||||
|
||||
/* finalize rendering a frame */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue