-
-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
I just want to know if it's possible to compile flycast libretro core for ARM32 (specifically for UWP)
Interpreter worked fine (partially because some games has textures issue) but it's almost stable
Dynarec was not possible because the arm32 code is for linux only if FEAT_SHREC = DYNAREC_JIT,
the only way I was able to compile is to activate the below options FEAT_SHREC = DYNAREC_CPP:
#if defined(TARGET_NO_JIT)
#define FEAT_SHREC DYNAREC_CPP
#define FEAT_AREC DYNAREC_NONE
#define FEAT_DSPREC DYNAREC_NONE
#endif
but I got black screen only (no crash happening)
I just need to know if there is any possible chance to get the dynarec working on UWP ARM32
Many thanks for your support.
mediaexplorer74
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request