Thread safety patch for HQ4x_32 filter. BIG THANKS to chrono for his work.
This commit is contained in:
parent
5cb6c0dab7
commit
911450eff1
|
@ -147,4 +147,7 @@ Mudlord
|
|||
DJRobX
|
||||
Nach
|
||||
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
|
@ -190,7 +190,7 @@ EXSTYLE WS_EX_TOOLWINDOW
|
|||
CAPTION "About"
|
||||
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
||||
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 "Copyright © 2008 VBA-M development team",IDC_STATIC,6,48,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
|
||||
LTEXT "",IDC_DATE,96,30,78,8,SS_NOPREFIX
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue