Home
last modified time | relevance | path

Searched refs:PcsxConfig (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dpsxcommon.h138 } PcsxConfig; typedef
140 extern PcsxConfig Config;
H A Dpsxcommon.c27 PcsxConfig Config;
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dpsxcommon.h138 } PcsxConfig; typedef
140 extern PcsxConfig Config;
H A Dpsxcommon.c27 PcsxConfig Config;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxcommon.h168 } PcsxConfig; typedef
170 extern PcsxConfig Config;
H A Dpsxcommon.c27 PcsxConfig Config;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfig.c74 int LoadConfig(PcsxConfig *Conf) { in LoadConfig()
H A DLnxMain.c293 memset(&Config, 0, sizeof(PcsxConfig)); in main()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c47 PcsxConfig *Conf = &Config; in LoadConfig()
113 PcsxConfig *Conf = &Config; in SaveConfig()
H A DWndMain.c158 memset(&Config, 0, sizeof(PcsxConfig)); in WinMain()