From 71db1be367d780caa6128bc2a3c3bd33567baf5a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 7 Jun 2021 18:32:34 +0200 Subject: Cleanup --- libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.c b/libretro.c index 9c289e7..c368d8f 100644 --- a/libretro.c +++ b/libretro.c @@ -133,7 +133,7 @@ void retro_set_controller_port_device(unsigned in_port, unsigned device) (void) device; } -unsigned retro_api_version() +unsigned retro_api_version(void) { return RETRO_API_VERSION; } -- cgit v1.2.3