mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Zarch) Namespace cleanups
This commit is contained in:
parent
c089634f26
commit
6b8cfeb5d9
@ -352,7 +352,7 @@ static void zarch_zui_snow(zui_t *zui)
|
||||
|
||||
for (i = 0; i < NPARTICLES; ++i)
|
||||
{
|
||||
part_t *p = &particles[i];
|
||||
part_t *p = (part_t*)&particles[i];
|
||||
|
||||
if (p->alive)
|
||||
{
|
||||
@ -513,7 +513,6 @@ static void zarch_zui_render_lay_settings(zui_t *zui)
|
||||
width = 290;
|
||||
x1 = zui->width - width - 20;
|
||||
y1 = 20;
|
||||
|
||||
y1 += 64;
|
||||
|
||||
if (zarch_zui_button_full(zui, x1, y1, x1 + width, y1 + 64, "Back"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user