libretro: Analog controller/DualShock support

This commit is contained in:
Connor McLaughlin
2020-06-30 02:47:47 +10:00
parent 51b4776b8f
commit 38aa485f8f
3 changed files with 51 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ private:
void UpdateSettings();
void UpdateControllers();
void UpdateControllersDigitalController(u32 index);
void UpdateControllersAnalogController(u32 index);
void GetSystemAVInfo(struct retro_system_av_info* info, bool use_resolution_scale);
void UpdateSystemAVInfo(bool use_resolution_scale);
void UpdateGeometry();