mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Libnx) RETRO_ENVIRONMENT_SET_HW_SHARED_CONTEXT - return false for libnx
This commit is contained in:
parent
dbd1e70410
commit
0c83d2a7cf
@ -8534,9 +8534,11 @@ static bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
}
|
||||
|
||||
case RETRO_ENVIRONMENT_SET_HW_SHARED_CONTEXT:
|
||||
#ifdef HAVE_LIBNX
|
||||
/* TODO/FIXME - Force this off for now for Switch
|
||||
* until shared HW context can work there */
|
||||
#ifndef HAVE_LIBNX
|
||||
return false;
|
||||
#else
|
||||
core_set_shared_context = true;
|
||||
#endif
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user