mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo fix
This commit is contained in:
parent
69690a0fe1
commit
7fbee7bb19
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int psmfPlayerVersion = PSMF_PLAYER_VERSION_FULL;
|
|||
int psmfMaxAheadTimestamp = 40000;
|
||||
int audioSamples = 2048;
|
||||
int audioSamplesBytes = audioSamples * 4;
|
||||
int videoPixelMode = GE_MMODE_32BIT_ABGR8888;
|
||||
int videoPixelMode = GE_CMODE_32BIT_ABGR8888;
|
||||
int videoLoopStatus = PSMF_PLAYER_CONFIG_NO_LOOP;
|
||||
|
||||
enum PsmfPlayerStatus {
|
||||
|
|
Loading…
Add table
Reference in a new issue