Removed unnecessary white-spaces.
Some minor re-formatting git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@502 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
1effb8b3e9
commit
1efad29a20
|
@ -50,6 +50,8 @@ D3DX9_37.DLL
|
||||||
The first two are available from http://vba-m.ngemu.com/vbam/vbacompiles/msvc2008/dll.7z,
|
The first two are available from http://vba-m.ngemu.com/vbam/vbacompiles/msvc2008/dll.7z,
|
||||||
while the last requires an update to DirectX, you can use the following tool to update - http://vba-m.ngemu.com/vbam/vbacompiles/msvc2008/Directx_9c_webupdater.zip
|
while the last requires an update to DirectX, you can use the following tool to update - http://vba-m.ngemu.com/vbam/vbacompiles/msvc2008/Directx_9c_webupdater.zip
|
||||||
|
|
||||||
|
The OpenAL runtime may be downloaded from http://openal.org/downloads.html
|
||||||
|
|
||||||
|
|
||||||
==============
|
==============
|
||||||
To Do List
|
To Do List
|
||||||
|
@ -128,9 +130,10 @@ Known Bugs:
|
||||||
- This is caused by the 16bit hack which does not re-process the emulated image.
|
- This is caused by the 16bit hack which does not re-process the emulated image.
|
||||||
It results in the display devices treating the image at pix with the wrong bit depth.
|
It results in the display devices treating the image at pix with the wrong bit depth.
|
||||||
|
|
||||||
=================
|
|
||||||
|
=======
|
||||||
Credits
|
Credits
|
||||||
=================
|
=======
|
||||||
|
|
||||||
VisualBoy and VisualBoy Advance Developers:
|
VisualBoy and VisualBoy Advance Developers:
|
||||||
Forgotten
|
Forgotten
|
||||||
|
@ -142,13 +145,19 @@ Nach
|
||||||
Jonas Quinn
|
Jonas Quinn
|
||||||
Spacy
|
Spacy
|
||||||
|
|
||||||
Special Thanks go to:
|
|
||||||
|
==============
|
||||||
|
Special Thanks
|
||||||
|
==============
|
||||||
|
|
||||||
chrono:
|
chrono:
|
||||||
ASM genius, fixed a bug in the HQ3x/4x filters.
|
- Fixed a bug in the HQ3x/4x filters
|
||||||
Made HQ3x/4x and Bilinear filters (ASM versions) thread-safe
|
- Made HQ3x/4x and Bilinear filters (ASM versions) thread-safe
|
||||||
|
|
||||||
bgKu:
|
bgKu:
|
||||||
GTK GUI port
|
- GTK GUI port
|
||||||
Various assistance with Linux issues
|
- Various assistance with Linux issues
|
||||||
|
|
||||||
blargg:
|
blargg:
|
||||||
Assistance with the implementation of his highly accurate GB audio core
|
- Assistance with the implementation of his highly accurate GB audio core
|
||||||
Implemented his unreleased File_Extractor library
|
- Implemented his unreleased File_Extractor library
|
||||||
|
|
Loading…
Reference in New Issue