(GX) Buildfixes

This commit is contained in:
libretroadmin 2022-11-27 23:37:08 +01:00
parent 8af051076c
commit 9627e782aa

View File

@ -15,6 +15,9 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdint.h>
#include <math.h>
#include <gccore.h> #include <gccore.h>
#include <ogc/pad.h> #include <ogc/pad.h>
#ifdef HW_RVL #ifdef HW_RVL
@ -23,6 +26,7 @@
#include "../../config.def.h" #include "../../config.def.h"
#include "../input_driver.h"
#include "../../tasks/tasks_internal.h" #include "../../tasks/tasks_internal.h"
#ifdef GEKKO #ifdef GEKKO