summaryrefslogtreecommitdiff
path: root/win32/gui/Win32.h
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2016-05-16 16:17:19 +0100
committeriCatButler <i.am.catbutler@gmail.com>2016-05-16 16:17:19 +0100
commita64d62be4b433fcad3804d3bb616bdf4f13504f4 (patch)
treea149e7e9795065735e4e3966b3b0078b60caeb9b /win32/gui/Win32.h
parent1e37eec079558337768c4487fcd0fdd80ea8b005 (diff)
downloadpcsxr-a64d62be4b433fcad3804d3bb616bdf4f13504f4.tar.gz
Add PGXP configuration dialog
- Allows independent toggling of PGXP, vertex caching and texture correction
Diffstat (limited to 'win32/gui/Win32.h')
-rwxr-xr-xwin32/gui/Win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/gui/Win32.h b/win32/gui/Win32.h
index b03a1a09..b5950c81 100755
--- a/win32/gui/Win32.h
+++ b/win32/gui/Win32.h
@@ -42,6 +42,7 @@ void strcatz(char *dst, char *src);
LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);
BOOL CALLBACK ConfigureMcdsDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK ConfigureCpuDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
+BOOL CALLBACK ConfigurePGXPDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK ConfigureNetPlayDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
LRESULT WINAPI CheatDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);