mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-22 07:03:38 +00:00
Change nullptr to NULL to avoid possible issues with platforms that don't support C++11.
This commit is contained in:
parent
349d4eba2b
commit
489748ffc0
@ -590,7 +590,7 @@ int MediaEngine::getAudioSamples(u8* buffer) {
|
||||
}
|
||||
int outbytes = 0;
|
||||
|
||||
if(m_audioContext != nullptr)
|
||||
if(m_audioContext != NULL)
|
||||
Atrac3plus_Decoder::Decode(m_audioContext, audioFrame, frameSize, &outbytes, buffer);
|
||||
|
||||
if (headerCode1 == 0x24) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user