(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…
Reference in New Issue