diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-18 01:34:01 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-18 01:34:01 +0000 |
| commit | c4f5208806fe4136b19cce9f63f03820fc49d0cf (patch) | |
| tree | c1f42770d9fc0f88538993f0fb4cc78c364c056e /plugins/peopsxgl/menu.h | |
| parent | c4a77870fcb7793bd5a7611b9994a5b15a335a3c (diff) | |
| download | pcsxr-c4f5208806fe4136b19cce9f63f03820fc49d0cf.tar.gz | |
peopsxgl: Readded windows support.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56180 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/menu.h')
| -rw-r--r-- | plugins/peopsxgl/menu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/peopsxgl/menu.h b/plugins/peopsxgl/menu.h index 426eaccd..6c244952 100644 --- a/plugins/peopsxgl/menu.h +++ b/plugins/peopsxgl/menu.h @@ -36,6 +36,10 @@ void SwitchDispMenu(int iStep); void CreatePic(unsigned char * pMem);
void DisplayPic(void);
void DestroyPic(void);
+#ifdef _WINDOWS
+void ShowGpuPic(void);
+void ShowTextGpuPic(void);
+#endif
void ShowGunCursor(void);
#endif // _GL_MENU_H_
|
