mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Set max priority for audio thread.
This commit is contained in:
parent
d0d004fb6f
commit
6e81b46ee0
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public class NativeAudioPlayer {
|
|||
playThread();
|
||||
}
|
||||
});
|
||||
thread.setPriority(Thread.MAX_PRIORITY);
|
||||
thread.start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue