(Xbox 1/RMenu) Context file build fix

This commit is contained in:
twinaphex 2012-08-18 23:01:03 +02:00
parent 7c4189cdd5
commit 8ba2faaeb6

View File

@ -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,
};