Very small misc changes,mainly in plugin about boxes and 2 pcsx2 console messages

This commit is contained in:
bosit
2008-05-02 00:11:04 +00:00
parent 945d371cb0
commit 3ee4d02e28
8 changed files with 116 additions and 174 deletions

View File

@@ -627,7 +627,7 @@ int LoadState(char *file) {
// pcsx2 supports opening these formats
if( dwCurSaveStateVer != 0x7a30000d && dwCurSaveStateVer != 0x7a30000e && dwCurSaveStateVer != 0x7a30000f) {
gzclose(f);
SysPrintf("Save state wrong version\n");
SysPrintf("State to load is a different version from current.\n");
return 0;
}
}

View File

@@ -319,7 +319,7 @@ void inifile_read( char * name )
if( !f1 )
{
SysPrintf( _( "patch file for this game not found. Can't apply any patches\n" ));
SysPrintf( _( "No patch found.Resuming execution without a patch (this is NOT an error).\n" ));
return;
}

View File

@@ -1694,10 +1694,6 @@
RelativePath="..\ps2_silver.bmp"
>
</File>
<File
RelativePath="..\ps2_silver.jpg"
>
</File>
<File
RelativePath="..\..\Stats.c"
>

View File

@@ -31,10 +31,10 @@ IDB_ZEROGSLOGO BITMAP "zerogs.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// Data
// RCDATA
//
IDR_SHADERS RCDATA "ps2fx.dat"
IDR_SHADERS RCDATA "ps2fx.dat"
/////////////////////////////////////////////////////////////////////////////
//
@@ -42,169 +42,118 @@ IDR_SHADERS RCDATA "ps2fx.dat"
//
IDD_CONFIG DIALOGEX 0, 0, 427, 385
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |
WS_SYSMENU
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
CONTROL "Interlace Enable (toggle with F5)\n there are 2 modes + interlace off",
IDC_CONFIG_INTERLACE,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,7,7,134,18
CONTROL "Bilinear Filtering (Shift+F5)\n Best quality is on, turn off for speed.",
IDC_CONFIG_BILINEAR,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,7,31,135,18
CONTROL "None",IDC_CONFIG_AANONE,"Button",BS_AUTORADIOBUTTON |
WS_GROUP,19,92,34,11
CONTROL "2X",IDC_CONFIG_AA2,"Button",BS_AUTORADIOBUTTON,69,92,26,
11
CONTROL "4X",IDC_CONFIG_AA4,"Button",BS_AUTORADIOBUTTON,111,92,
28,11
CONTROL "8X",IDC_CONFIG_AA8,"Button",BS_AUTORADIOBUTTON,69,108,
26,11
CONTROL "16X",IDC_CONFIG_AA16,"Button",BS_AUTORADIOBUTTON,111,
108,28,11
CONTROL "Wireframe rendering (F7)",IDC_CONFIG_WIREFRAME,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,129,93,10
CONTROL "Interlace Enable (toggle with F5)\n there are 2 modes + interlace off",IDC_CONFIG_INTERLACE,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,7,134,18
CONTROL "Bilinear Filtering (Shift+F5)\n Best quality is on, turn off for speed.",IDC_CONFIG_BILINEAR,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,31,135,18
CONTROL "None",IDC_CONFIG_AANONE,"Button",BS_AUTORADIOBUTTON | WS_GROUP,19,92,34,11
CONTROL "2X",IDC_CONFIG_AA2,"Button",BS_AUTORADIOBUTTON,69,92,26,11
CONTROL "4X",IDC_CONFIG_AA4,"Button",BS_AUTORADIOBUTTON,111,92,28,11
CONTROL "8X",IDC_CONFIG_AA8,"Button",BS_AUTORADIOBUTTON,69,108,26,11
CONTROL "16X",IDC_CONFIG_AA16,"Button",BS_AUTORADIOBUTTON,111,108,28,11
CONTROL "Wireframe rendering (F7)",IDC_CONFIG_WIREFRAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,129,93,10
CONTROL "Capture Avi (zerogs.avi) (F12)",IDC_CONFIG_CAPTUREAVI,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,145,109,10
CONTROL "Save Snapshots as BMPs (default is JPG)",
IDC_CONFIG_BMPSS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,
162,147,10
CONTROL "Fullscreen (Alt+Enter)\n to get out press Alt+Enter again",
IDC_CONFIG_FULLSCREEN,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,7,178,146,17
CONTROL "640 x 480",IDC_CONF_WIN640,"Button",BS_AUTORADIOBUTTON |
WS_GROUP,15,233,59,8
CONTROL "800 x 600",IDC_CONF_WIN800,"Button",BS_AUTORADIOBUTTON,
78,233,59,8
CONTROL "1024 x 768",IDC_CONF_WIN1024,"Button",
BS_AUTORADIOBUTTON,15,246,59,8
CONTROL "1280 x 960",IDC_CONF_WIN1280,"Button",
BS_AUTORADIOBUTTON,78,246,59,8
CONTROL "960 x 540",IDC_CONF_WIN960W,"Button",BS_AUTORADIOBUTTON,
14,270,53,8
CONTROL "1280 x 720",IDC_CONF_WIN1280W,"Button",
BS_AUTORADIOBUTTON,77,270,53,8
CONTROL "1920 x 1080",IDC_CONF_WIN1920W,"Button",
BS_AUTORADIOBUTTON,14,283,53,8
CONTROL "Save Snapshots as BMPs (default is JPG)",IDC_CONFIG_BMPSS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,162,147,10
CONTROL "Fullscreen (Alt+Enter)\n to get out press Alt+Enter again",IDC_CONFIG_FULLSCREEN,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,178,146,17
CONTROL "640 x 480",IDC_CONF_WIN640,"Button",BS_AUTORADIOBUTTON | WS_GROUP,15,233,59,8
CONTROL "800 x 600",IDC_CONF_WIN800,"Button",BS_AUTORADIOBUTTON,78,233,59,8
CONTROL "1024 x 768",IDC_CONF_WIN1024,"Button",BS_AUTORADIOBUTTON,15,246,59,8
CONTROL "1280 x 960",IDC_CONF_WIN1280,"Button",BS_AUTORADIOBUTTON,78,246,59,8
CONTROL "960 x 540",IDC_CONF_WIN960W,"Button",BS_AUTORADIOBUTTON,14,270,53,8
CONTROL "1280 x 720",IDC_CONF_WIN1280W,"Button",BS_AUTORADIOBUTTON,77,270,53,8
CONTROL "1920 x 1080",IDC_CONF_WIN1920W,"Button",BS_AUTORADIOBUTTON,14,283,53,8
DEFPUSHBUTTON "OK",IDOK,7,364,50,14
PUSHBUTTON "Cancel",IDCANCEL,94,364,50,14
GROUPBOX "Anti-aliasing for sharper graphics",IDC_STATIC,7,57,136,
66
GROUPBOX "Default Window Size (no speed impact)",IDC_STATIC,7,223,
141,76
LTEXT "Show Frames Per Second (Shift+F7)",IDC_STATIC,7,314,140,
10
GROUPBOX "Anti-aliasing for sharper graphics",IDC_STATIC,7,57,136,66
GROUPBOX "Default Window Size (no speed impact)",IDC_STATIC,7,223,141,76
LTEXT "Show Frames Per Second (Shift+F7)",IDC_STATIC,7,314,140,10
GROUPBOX "Advanced Options",IDC_STATIC,152,7,268,371
LTEXT "Each option is presented with a unique ID in hex. In order to preserve options across games, go into the game's patch (.pnach) file and type\n zerogs=IDS\nwhere IDS is the OR all of the values in hex for every option you want enabled. ",
IDC_STATIC,161,16,252,33
PUSHBUTTON "Use Defaults (recommended)",IDC_CONF_DEFAULT,159,76,151,
14
LTEXT "Each option is presented with a unique ID in hex. In order to preserve options across games, go into the game's patch (.pnach) file and type\n zerogs=IDS\nwhere IDS is the OR all of the values in hex for every option you want enabled. ",IDC_STATIC,161,16,252,33
PUSHBUTTON "Use Defaults (recommended)",IDC_CONF_DEFAULT,159,76,151,14
CONTROL "Disable alpha testing - 00080000",IDC_CONFOPT_00080000,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,159,104,119,10
CONTROL "Disable stencil buffer - 00002000\nusually safe to do for simple scenes",
IDC_CONFOPT_00002000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,159,114,118,22
CONTROL "No target CLUT - 00001000\n(use on RE4, or foggy scenes)",
IDC_CONFOPT_00001000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,158,169,120,24
CONTROL "Disable stencil buffer - 00002000\nusually safe to do for simple scenes",IDC_CONFOPT_00002000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,159,114,118,22
CONTROL "No target CLUT - 00001000\n(use on RE4, or foggy scenes)",IDC_CONFOPT_00001000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,158,169,120,24
CONTROL "Disable depth updates - 00000200",IDC_CONFOPT_00000200,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,158,161,125,10
CONTROL "FFX hack - 00000080\nshows missing geometry",
IDC_CONFOPT_00000080,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,158,190,121,17
CONTROL "Exact color testing - 00000020\nfixes overbright or shadow/black artifacts (crash n burn)",
IDC_CONFOPT_00000020,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,158,209,119,25
CONTROL "Tex Target checking - 00000001\nlego racers",
IDC_CONFOPT_00000001,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,158,233,123,22
CONTROL "Interlace 2X - 00000004\nfixes 2x bigger screen (gradius3)",
IDC_CONFOPT_00000004,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,158,254,119,20
CONTROL "FFX hack - 00000080\nshows missing geometry",IDC_CONFOPT_00000080,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,158,190,121,17
CONTROL "Exact color testing - 00000020\nfixes overbright or shadow/black artifacts (crash n burn)",IDC_CONFOPT_00000020,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,158,209,119,25
CONTROL "Tex Target checking - 00000001\nlego racers",IDC_CONFOPT_00000001,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,158,233,123,22
CONTROL "Interlace 2X - 00000004\nfixes 2x bigger screen (gradius3)",IDC_CONFOPT_00000004,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,158,254,119,20
CONTROL "32 bit render targets - 00200000",IDC_CONFOPT_00200000,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,285,93,117,10
CONTROL "No Vertical Stripes - 00004000\n try when there's a lot of garbage on screen",
IDC_CONFOPT_00004000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,285,138,111,28
CONTROL "No depth resolve - 00008000\nmight give z buffer artifacts",
IDC_CONFOPT_00008000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,285,164,121,19
CONTROL "full 16 bit resolution - 00010000\nuse when half the screen is missing, etc",
IDC_CONFOPT_00010000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,285,185,125,23
CONTROL "Auto Reset Targs - 00000002\nshadow hearts, samurai warriors (use when game is slow and toggling AA fixes it)",
IDC_CONFOPT_00000002,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,283,212,124,32
CONTROL "Tex Alpha Hack - 00000008\nnightmare before christmas",
IDC_CONFOPT_00000008,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,286,252,125,17
EDITTEXT IDC_CONFOPT_IDS,372,364,48,14,ES_AUTOHSCROLL |
ES_READONLY
CONTROL "Resolve Hack #1 - 00000400\nspeeds some games (kingdom hearts)",
IDC_CONFOPT_00000400,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,285,270,135,19
CONTROL "Resolve Hack #2 - 00000800\nshadow hearts, urbz",
IDC_CONFOPT_00000800,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,158,276,117,17
CONTROL "Resolve Hack #3 - 00020000\nneopets",
IDC_CONFOPT_00020000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,285,292,125,17
CONTROL "Fast Update - 00040000\nspeeds some games (okami)",
IDC_CONFOPT_00040000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,158,297,125,17
CONTROL "No Vertical Stripes - 00004000\n try when there's a lot of garbage on screen",IDC_CONFOPT_00004000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,138,111,28
CONTROL "No depth resolve - 00008000\nmight give z buffer artifacts",IDC_CONFOPT_00008000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,164,121,19
CONTROL "full 16 bit resolution - 00010000\nuse when half the screen is missing, etc",IDC_CONFOPT_00010000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,185,125,23
CONTROL "Auto Reset Targs - 00000002\nshadow hearts, samurai warriors (use when game is slow and toggling AA fixes it)",IDC_CONFOPT_00000002,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,283,212,124,32
CONTROL "Tex Alpha Hack - 00000008\nnightmare before christmas",IDC_CONFOPT_00000008,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,286,252,125,17
EDITTEXT IDC_CONFOPT_IDS,372,364,48,14,ES_AUTOHSCROLL | ES_READONLY
CONTROL "Resolve Hack #1 - 00000400\nspeeds some games (kingdom hearts)",IDC_CONFOPT_00000400,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,270,135,19
CONTROL "Resolve Hack #2 - 00000800\nshadow hearts, urbz",IDC_CONFOPT_00000800,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,158,276,117,17
CONTROL "Resolve Hack #3 - 00020000\nneopets",IDC_CONFOPT_00020000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,292,125,17
CONTROL "Fast Update - 00040000\nspeeds some games (okami)",IDC_CONFOPT_00040000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,158,297,125,17
PUSHBUTTON "Compute OR of IDS",IDC_CONFOPT_COMPUTEOR,287,364,73,14
LTEXT "Important options are listed first. Note, setting option here means that they will be ADDED to whatever options are set in each pnach file.",
IDC_STATIC,159,50,252,23
CONTROL "No target resolves - 00000010\nStops all resolving of targets (try this first for really slow games)",
IDC_CONFOPT_00000010,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,285,104,111,33
LTEXT "Important options are listed first. Note, setting option here means that they will be ADDED to whatever options are set in each pnach file.",IDC_STATIC,159,50,252,23
CONTROL "No target resolves - 00000010\nStops all resolving of targets (try this first for really slow games)",IDC_CONFOPT_00000010,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,104,111,33
CONTROL "Disable Multiple RTs - 00100000",IDC_CONFOPT_00100000,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,159,91,119,10
CONTROL "No color clamping - 00000040\nSpeeds games up but might be too bright or too dim",
IDC_CONFOPT_00000040,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,157,137,123,22
CONTROL "Specular Highlights - 01000000\nMakes xenosaga graphics faster by removing highlights",
IDC_CONFOPT_01000000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,285,313,125,25
CONTROL "Partial Targets - 02000000\nReduces artifacts and speeds up some games (mgs3)",
IDC_CONFOPT_02000000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,158,319,125,24
CONTROL "Partial Depth - 04000000\nTries to save the depth target as much as possible (mgs3)",
IDC_CONFOPT_04000000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,159,347,125,24
LTEXT "shortcuts: F6 - next, Shift+F6 - prev",IDC_STATIC,24,71,
116,11
CONTROL "No color clamping - 00000040\nSpeeds games up but might be too bright or too dim",IDC_CONFOPT_00000040,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,157,137,123,22
CONTROL "Specular Highlights - 01000000\nMakes xenosaga graphics faster by removing highlights",IDC_CONFOPT_01000000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,313,125,25
CONTROL "Partial Targets - 02000000\nReduces artifacts and speeds up some games (mgs3)",IDC_CONFOPT_02000000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,158,319,125,24
CONTROL "Partial Depth - 04000000\nTries to save the depth target as much as possible (mgs3)",IDC_CONFOPT_04000000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,159,347,125,24
LTEXT "shortcuts: F6 - next, Shift+F6 - prev",IDC_STATIC,24,71,116,11
CONTROL "16:9 widescreen (Shift+F9)",IDC_CONFIG_WIDESCREEN,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,
199,146,17
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,199,146,17
LTEXT "Widescreen:",IDC_STATIC,14,257,89,11
CONTROL "Relaxed Depth - 08000000\nMight show hidden sprites (xenosaga text)",
IDC_CONFOPT_08000000,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,285,338,125,25
CONTROL "Relaxed Depth - 08000000\nMight show hidden sprites (xenosaga text)",IDC_CONFOPT_08000000,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,338,125,25
END
IDD_ABOUT DIALOGEX 0, 0, 182, 220
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |
WS_SYSMENU
IDD_ABOUT DIALOGEX 0, 0, 182, 78
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "GSabout"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,65,199,50,14
LTEXT "ZeroGS\n\nauthor: zerofrog(@gmail.com)\n\n\nthanks to Gabest for SSE optimizations",
IDC_STATIC,7,7,160,47
LTEXT "Static",IDC_ABOUTTEXT,7,65,152,124
DEFPUSHBUTTON "OK",IDOK,65,57,50,14
LTEXT "ZeroGS v0.97.1",IDC_STATIC,7,7,160,11
LTEXT "Thanks to Gabest for some SSE optimizations",IDC_ABOUTTEXT,7,39,152,12
LTEXT "Author: zerofrog(@gmail.com)",IDC_STATIC,8,23,144,14
END
IDD_LOGGING DIALOG 0, 0, 152, 55
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |
WS_SYSMENU
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,40,35,50,14
PUSHBUTTON "Cancel",IDCANCEL,95,35,50,14
CONTROL "Log",IDC_LOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,60,
15,28,10
CONTROL "Log",IDC_LOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,60,15,28,10
END
@@ -229,7 +178,7 @@ BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 175
TOPMARGIN, 7
BOTTOMMARGIN, 213
BOTTOMMARGIN, 71
END
IDD_LOGGING, DIALOG

View File

@@ -67,7 +67,7 @@ END
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
#ifdef _WIN32
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(1252)
#pragma code_page(1253)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -75,31 +75,32 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
// Dialog
//
IDD_ABOUT DIALOGEX 0, 0, 239, 175
IDD_ABOUT DIALOGEX 0, 0, 239, 198
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About the P.E.Op.S. SPU2 DSound Audio Driver..."
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,98,155,44,14
RTEXT "Version :",IDC_STATIC,5,5,74,9
DEFPUSHBUTTON "OK",IDOK,98,178,44,14
RTEXT "Version:",IDC_STATIC,5,7,74,9
RTEXT "Release date :",IDC_STATIC,5,16,74,9
RTEXT "Coded by :",IDC_STATIC,5,27,74,9
RTEXT "Pete's EMail :",IDC_STATIC,5,40,74,9
RTEXT "Pete's homepage :",IDC_STATIC,5,51,74,9
LTEXT "1.03",IDC_STATIC,82,5,154,9
LTEXT "02.09.2005",IDC_STATIC,81,16,154,9
LTEXT "1.9.0",IDC_STATIC,81,7,155,9
LTEXT "11.11.2007",IDC_STATIC,81,16,154,9
LTEXT "Pete Bernert and the P.E.Op.S. team",IDC_STATIC,81,27,154,9
LTEXT "BlackDove@addcom.de",IDC_STATIC,81,40,154,9
LTEXT "http://www.pbernert.com",IDC_STATIC,81,51,154,9
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,9,107,218,41,WS_EX_DLGMODALFRAME
RTEXT "Greetings to:",IDC_STATIC,16,116,45,9
LTEXT "- Kanodin, Elly and zenogais (I wouldn't have started without their sources).\n- Neill Corlett (for his always excellent work)",IDC_STATIC,65,116,153,27
RTEXT "P.E.Op.S. homepage :",IDC_STATIC,5,91,74,9
LTEXT "https://sourceforge.net/projects/peops/",IDC_STATIC,81,91,154,9
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,5,132,218,41,WS_EX_DLGMODALFRAME
RTEXT "Greetings to:",IDC_STATIC,5,137,45,9
LTEXT "- Kanodin, Elly and zenogais (I wouldn't have started without their sources).\n- Neill Corlett (for his always excellent work)",IDC_STATIC,56,137,153,27
RTEXT "P.E.Op.S. homepage :",IDC_STATIC,5,87,74,9
LTEXT "https://sourceforge.net/projects/peops/",IDC_STATIC,82,87,154,9
RTEXT "linuzappz :",IDC_STATIC,10,63,69,10
LTEXT "http://www.pcsx.net",IDC_STATIC,81,63,142,10
RTEXT "kode54 :",IDC_STATIC,10,75,69,10
LTEXT "http://home.earthlink.net/~kode54/",IDC_STATIC,81,75,142,10
LTEXT "Additional changes by Refraction of PCSX2 team",IDC_STATIC,12,103,198,14
END
IDD_CFGDLG DIALOGEX 0, 0, 258, 150
@@ -271,10 +272,10 @@ GUIDELINES DESIGNINFO
BEGIN
IDD_ABOUT, DIALOG
BEGIN
LEFTMARGIN, 7
LEFTMARGIN, 5
RIGHTMARGIN, 236
TOPMARGIN, 7
BOTTOMMARGIN, 168
BOTTOMMARGIN, 192
END
IDD_CFGDLG, DIALOG

View File

@@ -64,28 +64,26 @@ LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
// Dialog
//
IDD_CONFIG DIALOGEX 0, 0, 212, 121
IDD_CONFIG DIALOGEX 0, 0, 203, 81
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "SPU2configure"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,48,100,50,14
PUSHBUTTON "Cancel",IDCANCEL,113,100,50,14
DEFPUSHBUTTON "OK",IDOK,48,60,50,14
PUSHBUTTON "Cancel",IDCANCEL,113,60,50,14
CONTROL "Enable logging(for develop use only)",IDC_LOGGING,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,7,159,15
END
IDD_ABOUT DIALOGEX 0, 0, 177, 106
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "SPU2NULL ABOUT"
IDD_ABOUT DIALOGEX 0, 0, 181, 82
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About SPU2 Null..."
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,65,85,50,14
DEFPUSHBUTTON "OK",IDOK,65,61,50,14
LTEXT "SPU2 Null Driver",IDC_NAME,70,10,54,8
GROUPBOX "",IDC_STATIC,5,35,170,40
LTEXT "Author: shadowpcsx2@yahoo.gr \n linuzappz",
IDC_STATIC,7,41,141,22
LTEXT "Authors: Shadow (shadowpcsx2@yahoo.gr) Linuzappz",IDC_STATIC,14,29,145,24
END
@@ -100,17 +98,17 @@ BEGIN
IDD_CONFIG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 205
RIGHTMARGIN, 196
TOPMARGIN, 7
BOTTOMMARGIN, 114
BOTTOMMARGIN, 74
END
IDD_ABOUT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 170
RIGHTMARGIN, 174
TOPMARGIN, 7
BOTTOMMARGIN, 99
BOTTOMMARGIN, 75
END
END
#endif // APSTUDIO_INVOKED

View File

@@ -87,16 +87,14 @@ BEGIN
END
IDD_ABOUT DIALOGEX 0, 0, 177, 106
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "SPU2NULL ABOUT"
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About ZeroSPU2..."
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,65,85,50,14
LTEXT "SPU2 Null Driver",IDC_NAME,70,10,54,8
LTEXT "ZeroSPU2 driver v0.4.6",IDC_NAME,51,7,79,15
GROUPBOX "",IDC_STATIC,5,35,170,40
LTEXT "Author: shadowpcsx2@yahoo.gr \n linuzappz",
IDC_STATIC,7,41,141,22
LTEXT "Author: Zerofrog Additional coding: Refraction Based on SPU2 Null driver by Shadow and Linuzappz",IDC_STATIC,7,26,141,42
END