Commit Graph

825 Commits

Author SHA1 Message Date
bgk 4ea036dea2 Applied patch 2732666 to fix build with GCC 4.4 2009-09-26 13:27:12 +00:00
spacy51 6686e10d26 REMOVE unsupported 30 bit color format listing. Rename color formats for D3D correctly. 2009-09-23 14:57:20 +00:00
spacy51 052dd8c0cc FIX MBC2 saving/loading
keep in mind VBA-M does NOT truncate the MBC2 ram reads/writes to 4bits, even though it should. FF Legend still saves&loads fine, though
2009-09-18 19:43:59 +00:00
spacy51 513d3b3732 fix compiling with latest DirectX SDK 2009-09-18 18:45:35 +00:00
squall-leonhart c790b49221 more fixes for the size. 2009-09-15 09:49:15 +00:00
squall-leonhart 947e10311e working to fix the return to 5x and 6x windowed mode after esc full screen 2009-09-15 09:21:37 +00:00
squall-leonhart 8af8f4dffa added 5x and 6x window sizes to Win MFC builds (requires testing) 2009-09-11 04:33:34 +00:00
spacy51 900f13a124 fix compiling with Windows 7 SDK 2009-09-02 22:42:37 +00:00
spacy51 74a091b69c improve code quality 2009-08-30 21:35:16 +00:00
spacy51 e512e02b3d improve code quality 2009-08-30 20:21:34 +00:00
squall-leonhart 592843e4f4 Applied Chrono's UPS Fix patch 2009-08-29 21:04:19 +00:00
spacy51 2e608ad0ba remove x64 support 2009-08-29 16:36:50 +00:00
spacy51 42f712395b Add support for compiling x64 builds. These can not use the optimized x86 assembler code, which is used in the GBA core and several pixel filters. 2009-08-28 16:57:04 +00:00
spacy51 ca5b2c72a9 Update version info in resource file. 2009-08-22 17:48:27 +00:00
spacy51 d1dd74f65b Speed & detection improvement for save type detection tool. 2009-08-20 21:04:34 +00:00
spacy51 25fc661f12 Backup media detection tool: improve speed & ignore if running non-GBA 2009-08-19 21:08:26 +00:00
spacy51 e7087a90fe Added "detect now" tool for detecting the backup media of the cartridge. 2009-08-19 20:40:29 +00:00
spacy51 3659a3fb67 Reduce build time by about 66% by using precompiled headers for MFC GUI code. 2009-08-19 16:27:48 +00:00
spacy51 08bd48b812 Add new command line switch: "--configpath YOURPATHHERE" 2009-08-18 20:32:26 +00:00
spacy51 3162c1554e parseCommandLine function is unnecessary because __argc and __argv are defined in stdlib.h 2009-08-18 19:01:30 +00:00
spacy51 3ffff59c80 Update DevInfo.txt.
Add the new SoundDriver.h file to the project file.
2009-08-16 14:54:35 +00:00
spacy51 a71e976f2a Change output file name to VisualBoyAdvance-M.exe 2009-08-16 14:08:05 +00:00
spacy51 11a0154b7d Append -M to "VisualBoyAdvance", put SVN revision into braces 2009-08-16 13:53:26 +00:00
spacy51 02728a8008 Added a hint for fixing LNK2005 linker errors if linker hack would be disabled. maybe someone else can figure it out somewhen.
Ignore SVN revision file.
2009-08-16 12:06:34 +00:00
spacy51 9e5140e582 Clean up stdafx.h and other header includes.
#ifdef __AFX_H__ is now properly detected
2009-08-16 10:37:48 +00:00
spacy51 daa8105c07 Fix file type associations for Windows Vista.
Use Chip-Like icon from shell32.dll for all ROMs.
2009-08-15 19:48:32 +00:00
spacy51 4d4f53425e If vba.ini exists in executable's folder, use it. Else create/use one in %appdata% folder. 2009-08-15 17:43:53 +00:00
squall-leonhart def4cc5b1f 2009-08-10 09:15:07 +00:00
squall-leonhart d7a58068d8 2009-08-10 07:13:07 +00:00
jbo_85 aa75c7dccb Fixed some GB-Z80 instructions. Special thanks to Blargg and Dwedit. 2009-08-08 20:09:09 +00:00
squall-leonhart b97e038bc5 applied Fix GDB support patch, needs testing, but patch provider verified it to work. 2009-08-08 15:28:56 +00:00
jbo_85 27301c1155 Fixed saving of pauseWhenInactive setting to the config file. Fixed logic bug with autoFrameSkip setting to not disable autoFrameSkip when throttle is disabled. 2009-07-27 01:57:21 +00:00
mudlord 4571763225 Fixed DirectSound initialization issues. 2009-06-16 12:01:18 +00:00
squall-leonhart 379349f199 saving the autoskip option still not working... hmmm 2009-03-26 03:59:25 +00:00
squall-leonhart 7367776d30 autoframeskipping wasn't saving to cfg, that is now fixed. 2009-03-25 17:05:31 +00:00
squall-leonhart c309704d55 :) Applied OV2's pause when inactive fix, now works great! that'll make people happy. 2009-03-25 06:10:43 +00:00
squall-leonhart 9948bf65bb filepathremover should be fixed as well as fileexists 2009-03-24 05:32:37 +00:00
squall-leonhart aa84c0b486 2009-03-24 05:30:20 +00:00
squall-leonhart b2fbc4b8a9 2009-03-24 05:27:55 +00:00
squall-leonhart 71741ffc3c Code reverted to prior to spacy's relative directories.
Maybe we can do this properly in the future, but for now it was causing issues for people who like to keep saves with the roms, as well as breaking the rom open dialogues.
2009-03-24 05:15:25 +00:00
squall-leonhart 67f3dfd8ce 2009-03-24 05:01:02 +00:00
squall-leonhart 6c75bd7d4a autoframe skipping now working. 2009-03-24 02:08:58 +00:00
squall-leonhart 3a5aac88f8 2009-03-24 01:23:14 +00:00
squall-leonhart 8201eb85b3 2009-03-23 18:33:46 +00:00
squall-leonhart f48fde13af 2009-03-23 17:25:55 +00:00
squall-leonhart c2ec406870 missed this one previously. - pause when inactive fix. 2009-03-23 16:56:15 +00:00
squall-leonhart c60b3f4e44 found some more protector code to remove, and added back in pause when inactive toggle/function. 2009-03-23 15:19:42 +00:00
squall-leonhart 3a4bc53645 more removal of protection,
MFC may not compile at all at this point.
2009-03-23 14:34:29 +00:00
squall-leonhart 086a299061 removed quick open rom Menu's and classes. (broke the other open rom menu's)
Deleted protect.c and protect.h (last appearance is svn 860)
2009-03-23 12:59:59 +00:00
squall-leonhart b8784ccfe2 removed the protection... yeah i dont think this is needed anymore... its more of a pita then anything. 2009-03-23 12:10:30 +00:00