-
compatibility setting disable high dpi scaling was provided for this.
2010-02-09 08:20:02 UTC by squall-leonhart
-
never had a problem myself. try other codes.
2010-02-09 08:19:24 UTC by squall-leonhart
-
It wont except gameboy game genie codes ###-###-### Ive tried several time to frustration and cant get them to go in the cheat list.
2010-01-20 03:06:23 UTC by nobody
-
Add compatibility for the new high dpi settings in windows vista & windows 7 (120 dpi, 144 dpi):
http://www.rw-designer.com/DPI-aware
Like no$gba supports. (see attachment). When i open VBA-M in High DPI (144 dpi) the program GUI is blured, like high-dpi incompatible programs.
Is realy easy to add.
2010-01-11 01:20:45 UTC by lainz
-
Scratch this, I had it reported to me for VBAGX (never played this game). If you talk to the other guy, he moves out of the way too.
2010-01-08 22:58:49 UTC by tantricity
-
1. Go into the color dungeon
2. Answer the question correctly
Normally, both of the characters should walk away from the path, but
instead they both walk in the same direction, still blocking the path.
2010-01-08 22:29:10 UTC by tantricity
-
While testing out VBA-M on another system with no sound devices, I noticed that it was crashing or hanging in SoundSDL.cpp because of illegal values for the pthread mutexes.
Attached is a patch to the current SVN tip that appears to fix the problem.
2010-01-04 21:43:05 UTC by jcranmer
-
Trunk code won't compile using Intel C/C++ Compiler version 11.1.0.54 as compiler.
I'm trying to compile VBAM using Intel C/C++ Compiler to be able to optimize the binary for my processor. ICC can generate optimized code for the i7 platform (i.e. using up to SSE4.2 instructions) and I would like to take advantage of that.
The first relevant error and warning could be these two...
2010-01-03 18:39:39 UTC by nobody
-
src/common/Patch.cpp contains a check for BSD when doing a typedef:
#if defined(__APPLE__) || defined (BSD)
However, the "BSD" variable is undefined on FreeBSD until sys/param.h is included. An easy fix is simply adding the following to the same file:
#include <sys/param.h>
. After that, the entire application builds successfully.
Tested on FreeBSD 8.0 amd64.
2010-01-03 02:13:42 UTC by okeeblow
-
spacy51 committed revision 928 to the VBA-M SVN repository, changing 7 files.
2010-01-02 17:26:26 UTC by spacy51