mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +00:00
stupid constants not casting themselves properly
This commit is contained in:
parent
5aa0628ebf
commit
d610a6baf7
@ -32,7 +32,7 @@
|
||||
static char* out;
|
||||
static char core[PATH_MAX_LENGTH] = {0};
|
||||
static char content[PATH_MAX_LENGTH] = {0};
|
||||
float ratio[] = {0.85f, 0.15f, 0f}; /* TODO: what should this be? */
|
||||
float ratio[] = {0.85f, 0.15f, 0.0f}; /* TODO: what should this be? */
|
||||
|
||||
void nk_wnd_main(nk_menu_handle_t *nk, const char* title)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user