mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Xbox 1/RMenu) Context file build fix
This commit is contained in:
parent
7c4189cdd5
commit
8ba2faaeb6
@ -28,6 +28,6 @@ static void rmenu_ctx_xdk_blend(bool enable)
|
||||
}
|
||||
|
||||
const rmenu_context_t rmenu_ctx_xdk = {
|
||||
.clear = rmenu_ctx_xdk_clear,
|
||||
.blend = rmenu_ctx_xdk_blend,
|
||||
rmenu_ctx_xdk_clear,
|
||||
rmenu_ctx_xdk_blend,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user