mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-05 08:57:38 +00:00
(PSP) add VFPU flag to main thread attributes
This commit is contained in:
parent
813a2daaa0
commit
1d517d1846
@ -27,7 +27,7 @@
|
||||
#include "../../psp/sdk_defines.h"
|
||||
|
||||
PSP_MODULE_INFO("RetroArch PSP", 0, 1, 1);
|
||||
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER);
|
||||
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER|THREAD_ATTR_VFPU);
|
||||
PSP_HEAP_SIZE_MAX();
|
||||
|
||||
static int exit_callback(int arg1, int arg2, void *common)
|
||||
|
Loading…
x
Reference in New Issue
Block a user