VBA-M Forums

Full Version: SVN515 Download & Infos (Win32/MFC/Linux)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Download link:
http://visualboyadvance-m.googlecode.com...nce515.rar

DX9 Updater:
http://www.microsoft.com/downloads/detai...laylang=en

Enjoy!

Changes:
QT:
Fixed up Qt4 project file
Started preliminary Qt4 directory dialog in options

Linux:
(new/changed functionality is mostly described in the new file doc/ReadMe.SDL.txt)
Reworked rewinds
More schemes for save/load keybindings
Savestate backups
Per-gamepad autofire (binds to a button on the real pad/keyboard)
Allow adding cheat codes from commandline
Allow adding IPS patch files from commandline
Fix bug in configuration for pad 4
Configurable default scaling of window size for openGL (when filter=0)
Assorted code cleanups (using DEFINEs instead of literals, factored-out chunks of code
from the big switch to functions, ...)
New switches for muting sound (CTRL+S), toggling cheats (CTRL-E)
Added timestamp to console messages
All messages go to console, even if they go to screen
Some messages no longer go to screen
Added new options:
Joy#_AutoA, Joy#_AutoB, openGLscale, saveKeysSwitch
Fixed maximum value for rewindTimer.

Win32/MFC
Updated about info
Added GBA_LOGGING for debug build
Added some fun.......
I'll copy this post and link back the original post on my site Smile but it will have to be tomorrow when my high speed connection is hooked up
Very nice. Another fine revision Wink
One of these Day's I'll compile my own build Tongue just need to install the Windows SDK to compile as VC 2008 is complaning it can't find afxwin.h and I also had to fix some paths to zlib.h and also some png headers in the source file
thibeaz Wrote:One of these Day's I'll compile my own build Tongue just need to install the Windows SDK to compile as VC 2008 is complaning it can't find afxwin.h and I also had to fix some paths to zlib.h and also some png headers in the source file


afx* are MFC files, which are not part of the Windows SDK, but rather of Visual Studio (non-Express).

Nevertheless, if you need some help compiling, don't fear to contact me.
Well I got the headers needed to compile I just need vc express to use them
VC Express requires environment changes to compile applications
Kind of figured Tongue
I recommend a look at doc/DevInfo.txt

In the "Download locations" section, you can find all the additional software you need to compile VBA/MFC.
Well Doesn't matter I got what I needed (bought the Professional Edition last night) all I need is the OpenAL headers, do you mind pointing out where you got your headers from?
http://openal.org/downloads.html

"OpenAL 1.1 SDK for Windows"


It links you to some creative developer site where you can download it.
thats what I though thnx I downloaded as well the DirectX SDK (not sure if it is the right one or not but we will see soon)
to muddlord:

Can you also please provide the GTK, Qt and SDL version for downloading? I believe I would attract more attentions from the Linux community.
Well seeing as the Qt build is not operational at all building and offering it for download would be pointless and probably bring in a lot of pointless complaints about it not being able to emulate anything.
Reference URL's