Thread safety patch for HQ4x_32 filter. BIG THANKS to chrono for his work.

This commit is contained in:
spacy51 2008-03-25 19:16:26 +00:00
parent 5cb6c0dab7
commit 911450eff1
3 changed files with 448 additions and 431 deletions

View File

@ -148,3 +148,6 @@ DJRobX
Nach Nach
Jonas Quinn Jonas Quinn
Spacy Spacy
Special Thanks go to:
chrono - ASM genius, fixed a bug in the HQ3x/4x filters and made them thread-safe

File diff suppressed because it is too large Load Diff

View File

@ -190,7 +190,7 @@ EXSTYLE WS_EX_TOOLWINDOW
CAPTION "About" CAPTION "About"
FONT 8, "MS Sans Serif", 0, 0, 0x1 FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN BEGIN
ICON IDI_MAINICON,IDC_STATIC,6,6,21,20 ICON IDI_MAINICON,IDC_STATIC,6,6,20,20
CTEXT "VisualBoyAdvance Emulator",IDC_STATIC,36,6,138,8 CTEXT "VisualBoyAdvance Emulator",IDC_STATIC,36,6,138,8
CTEXT "Copyright © 2008 VBA-M development team",IDC_STATIC,6,48,168,8 CTEXT "Copyright © 2008 VBA-M development team",IDC_STATIC,6,48,168,8
CTEXT "https://vbam.bountysource.com",IDC_URL,6,138,168,8 CTEXT "https://vbam.bountysource.com",IDC_URL,6,138,168,8
@ -201,7 +201,7 @@ BEGIN
RTEXT "Date compiled:",IDC_STATIC,36,30,54,8 RTEXT "Date compiled:",IDC_STATIC,36,30,54,8
LTEXT "",IDC_DATE,96,30,78,8,SS_NOPREFIX LTEXT "",IDC_DATE,96,30,78,8,SS_NOPREFIX
GROUPBOX "Thanks go to:",IDC_STATIC,102,72,72,60 GROUPBOX "Thanks go to:",IDC_STATIC,102,72,72,60
CTEXT "Orig. VBA team\nCostis",IDC_STATIC,108,84,60,42 CTEXT "Orig. VBA team\nCostis\nchrono",IDC_STATIC,108,84,60,42
END END
IDD_DIRECTORIES DIALOGEX 0, 0, 222, 270 IDD_DIRECTORIES DIALOGEX 0, 0, 222, 270
@ -2230,3 +2230,14 @@ END
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED