mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro buildfix
This commit is contained in:
parent
ecb84987ef
commit
7c5d36eca7
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ class LibretroHost : public Host
|
|||
void InitSound() override {}
|
||||
void UpdateSound() override
|
||||
{
|
||||
extern int hostAttemptBlockSize;
|
||||
extern const int hostAttemptBlockSize;
|
||||
const int blockSizeMax = 512;
|
||||
static int16_t audio[blockSizeMax * 2];
|
||||
assert(hostAttemptBlockSize <= blockSizeMax);
|
||||
|
|
Loading…
Add table
Reference in a new issue