mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Blackberry has FZ enabled by default. No need to add it manually. See: https://bugs.webkit.org/show_bug.cgi?id=97008
This commit is contained in:
parent
26946b52e7
commit
46dfa25ca4
@ -51,7 +51,6 @@ public:
|
||||
private:
|
||||
void* RunAudio()
|
||||
{
|
||||
EnableFZ();
|
||||
while(true)
|
||||
{
|
||||
size_t frames_ready;
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "math/math_util.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(__ARM_ARCH_7A__)
|
||||
#if defined(__ARM_ARCH_7A__) && !defined(BLACKBERRY)
|
||||
|
||||
void EnableFZ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user