mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-03 07:11:56 +00:00
Fix typos.
This commit is contained in:
parent
8da6259aff
commit
a740888add
@ -46,7 +46,7 @@ const int hostAttemptBlockSize = 256;
|
||||
#else
|
||||
const int hwBlockSize = 64;
|
||||
const int hostAttemptBlockSize = 512;
|
||||
#endif;
|
||||
#endif
|
||||
|
||||
const int audioIntervalUs = (int)(1000000ULL * hwBlockSize / hwSampleRate);
|
||||
const int audioHostIntervalUs = (int)(1000000ULL * hostAttemptBlockSize / hwSampleRate);
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 230d061fb2c19dd0aedc91c8529db0a1ad94980f
|
||||
Subproject commit f72b981395c31b566270d7c3125c981e3263adb7
|
Loading…
x
Reference in New Issue
Block a user