forked from dolphin-emu/dolphin
		
	git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2781 8ced0084-cf51-0410-be5f-012b33b47a6e
		
			
				
	
	
		
			72 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
//{{NO_DEPENDENCIES}}
 | 
						|
// Microsoft Visual C++ generated include file.
 | 
						|
// Used by resource.rc
 | 
						|
//
 | 
						|
 | 
						|
#define IDC_STATIC						-1
 | 
						|
#define IDD_ABOUT                       101
 | 
						|
#define IDD_SETTINGS                    102
 | 
						|
#define IDD_DEBUGGER                    103
 | 
						|
#define IDD_ADVANCED                    104
 | 
						|
#define IDD_ENHANCEMENTS                105
 | 
						|
#define IDC_ENABLETEXTURING             1001
 | 
						|
#define IDC_CHECK2                      1002
 | 
						|
#define IDC_WIREFRAME                   1002
 | 
						|
#define IDC_USESHADERS                  1002
 | 
						|
#define IDC_FORCEANISOTROPY             1002
 | 
						|
#define IDC_FULLSCREENENABLE            1002
 | 
						|
#define IDC_LIST1                       1003
 | 
						|
#define IDC_FULLSCREENENABLE2           1003
 | 
						|
#define IDC_VSYNC                       1003
 | 
						|
#define IDC_DEBUGSTEP                   1004
 | 
						|
#define IDC_RENDER_TO_MAINWINDOW        1004
 | 
						|
#define IDC_REGISTERS                   1005
 | 
						|
#define IDC_ENABLEDEBUGGING             1006
 | 
						|
#define IDC_TAB1                        1007
 | 
						|
#define IDC_REGISTERSELECT              1007
 | 
						|
#define IDC_ADAPTER                     1008
 | 
						|
#define IDC_DEVICE                      1009
 | 
						|
#define IDC_RESOLUTION                  1010
 | 
						|
#define IDC_RESOLUTIONWINDOWED          1011
 | 
						|
#define IDC_ANTIALIASMODE               1012
 | 
						|
#define IDC_PPPARAM1                    1013
 | 
						|
#define IDC_SHADERVERSION               1013
 | 
						|
#define IDC_PPPARAM2                    1014
 | 
						|
#define IDC_CHECK1                      1015
 | 
						|
#define IDC_POSTPROCESS                 1016
 | 
						|
#define IDC_TRUFORM                     1016
 | 
						|
#define IDC_PPPARAM1LABEL               1017
 | 
						|
#define IDC_POSTPROCESSEFFECT           1017
 | 
						|
#define IDC_PPPARAM2LABEL               1018
 | 
						|
#define IDC_PPPARAM1LABEL2              1018
 | 
						|
#define IDC_ANTIALIASQUALITY            1019
 | 
						|
#define IDC_ENABLEPOSTPROCESS           1020
 | 
						|
#define IDC_ANIMATE1                    1021
 | 
						|
#define IDC_OVERLAYSTATS                1022
 | 
						|
#define IDC_DLOPTLEVEL                  1023
 | 
						|
#define IDC_PREUPSCALETYPE              1024
 | 
						|
#define IDC_TRUFORMLEVEL                1025
 | 
						|
#define IDC_PREUPSCALE                  1026
 | 
						|
#define IDC_SLIDER1                     1027
 | 
						|
#define IDC_TEXDUMPPATH                 1028
 | 
						|
#define IDC_TEXDUMP                     1029
 | 
						|
#define IDC_FORCEFILTERING              1030
 | 
						|
#define IDC_BROWSETEXDUMPPATH           1031
 | 
						|
#define IDC_SHOWSHADERERRORS            1033
 | 
						|
#define IDC_CHECK3                      1034
 | 
						|
#define IDC_TEXFMT_CENTER               1034
 | 
						|
#define IDC_TEXFMT_OVERLAY              1035
 | 
						|
#define IDC_OVERLAYPROJSTATS            1036
 | 
						|
#define IDC_DUMPFRAMES                  1037
 | 
						|
 | 
						|
// Next default values for new objects
 | 
						|
// 
 | 
						|
#ifdef APSTUDIO_INVOKED
 | 
						|
#ifndef APSTUDIO_READONLY_SYMBOLS
 | 
						|
#define _APS_NEXT_RESOURCE_VALUE        106
 | 
						|
#define _APS_NEXT_COMMAND_VALUE         40001
 | 
						|
#define _APS_NEXT_CONTROL_VALUE         1036
 | 
						|
#define _APS_NEXT_SYMED_VALUE           101
 | 
						|
#endif
 | 
						|
#endif
 |