mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-17 00:07:44 +00:00
(XMB) Make functions static
This commit is contained in:
parent
7018d58731
commit
c162510005
@ -107,7 +107,7 @@ struct xmb_texture_item
|
||||
|
||||
struct xmb_texture_item textures[TEXTURE_LAST];
|
||||
|
||||
void xmb_draw_icon(GLuint texture, float x, float y,
|
||||
static void xmb_draw_icon(GLuint texture, float x, float y,
|
||||
float alpha, float rotation, float scale)
|
||||
{
|
||||
if (alpha > xmb_alpha)
|
||||
|
Loading…
x
Reference in New Issue
Block a user