From 70a63ce3ecea7917f2add26d6b37542755225e13 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 13 Sep 2020 12:11:52 +1000 Subject: [PATCH] libretro: Build fix --- src/duckstation-libretro/libretro_host_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-libretro/libretro_host_interface.h b/src/duckstation-libretro/libretro_host_interface.h index 941d31ff8..07e0e23fb 100644 --- a/src/duckstation-libretro/libretro_host_interface.h +++ b/src/duckstation-libretro/libretro_host_interface.h @@ -54,7 +54,7 @@ private: void InitDiskControlInterface(); void InitRumbleInterface(); - void LoadSettings() override; + void LoadSettings(); void UpdateSettings(); void UpdateControllers(); void UpdateControllersDigitalController(u32 index);