diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-06-27 15:28:33 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-06-27 15:28:33 +0100 |
| commit | 42176205ce9ed9aa2408d4042a816fe5cd082519 (patch) | |
| tree | 43fae5134a8a72f3a5902a6be9972f0188029b76 /win32/resource.h | |
| parent | cfa7b3ad119aed09b12aa44521f70d12df234414 (diff) | |
Imporved CPU integration
- Change PGXP integration to use wrapper functions
- Use modified function lookup tables to call wrappers or default funnctions based on mode
- Implement wrappers for interpreter too, recompiler sometimes calls interpreter functions
- Add UI elements for selecting CPU modes
- Only call precision version of NCLIP in modes where there are not going to be stale vertices in GTE registers
- Added support for CP0 co-processor functions
- Improve support for CPU functions (still broken in many games)
- Improved debug output to show values for inputs before they're modified
GPU plugin
- Ignore stale vertices (occurs when CPU mode no longer writes to memory)
- Add Cyan vertex colouring for stale vertices
Diffstat (limited to 'win32/resource.h')
| -rwxr-xr-x | win32/resource.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win32/resource.h b/win32/resource.h index 34f701eb..10b6bc01 100755 --- a/win32/resource.h +++ b/win32/resource.h @@ -167,8 +167,12 @@ #define IDC_TESTGPU 1057
#define IDC_PGXP_PERSP 1057
#define IDC_ABOUTGPU 1058
+#define IDC_PGXP_MODE 1058
#define IDC_CONFIGSPU 1059
+#define IDC_PGXPMODESEL 1059
#define IDC_TESTSPU 1060
+#define IDC_PGXPMODETEXT 1060
+#define IDC_PGXP_MODETEXT 1060
#define IDC_ABOUTSPU 1061
#define IDC_CONFIGCDR 1062
#define IDC_GPR11 1063
@@ -370,7 +374,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 118
#define _APS_NEXT_COMMAND_VALUE 40047
-#define _APS_NEXT_CONTROL_VALUE 1057
+#define _APS_NEXT_CONTROL_VALUE 1061
#define _APS_NEXT_SYMED_VALUE 103
#endif
#endif
|
