The continuing development of the legendary VBA gameboy advance emulator.
Go to file
mudlord 30c9988e0a Major Linux updates by bgKu:
- Added a basic manpage
- Added a default Linux configuration file
- Applied debian patch 01_use_dot_dir. This makes vba save the save states and battery files to $HOME/.vbam/. It is useful because the rom path is very likely to be read only. These paths can still be overridden using the config file. The configuration file and the vba-over.ini file can also be loaded from that .vbam path. Needs some Windows testing.
- Text.cpp/h getopt.c/h are sdl specific so moved them to the sdl folder.
- Removed the ability to disable the ASM version of the Sai2x scalers at runtime (to make them behave like the HQ filters)
- Fix the command line parsing bug I introduced in rev 191 (thanks to MNK)
- Gave to the interframe blending filters the same interface as fullscreen filters
2008-01-24 05:33:18 +00:00
debian Major Linux updates by bgKu: 2008-01-24 05:33:18 +00:00
doc ADDED full screen mode enumeration functionality to OpenGL (uses Windows GDI functions). 2008-01-20 20:22:57 +00:00
src Major Linux updates by bgKu: 2008-01-24 05:33:18 +00:00
Makefile Major Linux updates by bgKu: 2008-01-24 05:33:18 +00:00
VBA.sln NUKED skin support 2008-01-17 13:20:50 +00:00
VBA.vcproj Resource file cleanup. Remove reference to non-existent InterlaceIB function. Removed non-IFB MotionBlur. 2008-01-20 20:15:10 +00:00
VBA2008.sln Updated Visual Studio 2008 project files (thanks to diediedie) 2007-12-03 07:38:53 +00:00
VBA2008.vcproj Updated Visual Studio 2008 project files (thanks to diediedie) 2007-12-03 07:38:53 +00:00