mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(GX) Fix gx_frame signature
This commit is contained in:
parent
93ed2d60da
commit
5489634f40
@ -1031,7 +1031,8 @@ static void gx_blit_line(unsigned x, unsigned y, const char *message)
|
||||
}
|
||||
|
||||
static bool gx_frame(void *data, const void *frame,
|
||||
unsigned width, unsigned height, unsigned pitch,
|
||||
unsigned width, unsigned height,
|
||||
uint64_t frame_count, unsigned pitch,
|
||||
const char *msg)
|
||||
{
|
||||
char fps_txt[128] = {0};
|
||||
|
Loading…
Reference in New Issue
Block a user