Commit Graph

1172 Commits

Author SHA1 Message Date
wowzaman12 15d1ae5e3a changed the panel to have a black background when a rom isn't loaded. Also fixed compiling dsound driver in the wxwidgets interface via mingw-w64 2015-03-27 17:54:45 +00:00
wowzaman12 df505a78dd forgot the wxwidgets interface icons. 2015-03-27 17:49:26 +00:00
wowzaman12 dc3b921700 cmakelists changes, wxwidgets interface build fix to follow. 2015-03-27 17:48:42 +00:00
skidau 2af279f274 Added VS2013 solution by mickdermack.
Have to install the Multibyte MFC Library for Visual Studio 2013, because Multibyte strings were deprecated in favor of wchar strings.

https://www.microsoft.com/download/details.aspx?id=40770
2015-03-26 21:19:37 +00:00
skidau e19d04c4fd Added Solar Sensor support from VBA-Wii.
Requires EEPROM+Sensor save type and Real Time Clock enabled.  The solar sensor can be controlled by the left and right motion sensor controls.
2015-03-26 09:08:30 +00:00
skidau 8ac02202e9 Re-enable the save type auto-detect code instead of enabling all save types. 2015-03-25 11:01:50 +00:00
skidau 4be7fed788 Added a Auto-start link option 2015-03-24 13:30:49 +00:00
skidau 0d306b67ba Fixed the crash that would occur if a GBA link mode were used with a GB game. 2015-03-23 13:35:01 +00:00
skidau a704653234 Ported AdamN's Game Link (Game Boy link) code from 1030e.
Seems to work better with a link timeout of 1.
2015-03-23 12:17:26 +00:00
skidau 0db7dfc323 Fixed NO_LINK build. 2015-03-23 06:38:51 +00:00
skidau b3903da2ce Ported AdamN's Wireless Adapter code from 1030e.
Known Issue :
* Instability with 3-4 players on pokemon games due to another client interfering a client and host communication, causing both clients to think their data never reached the host and repeatedly resending the data again (a few retries before dropping the connection)

TODO :
* Host may need to send the ACK data to the Client who send the data instead of broadcasting to all clients, to prevent other Clients from getting the wrong ACK data and thinking their data never reached the Host.
2015-03-23 03:42:39 +00:00
squall-leonhart ae88acca57 bgklink merged to trunk. 2015-03-20 14:23:14 +00:00
skidau c7a7e04395 Fixed importing GameShark snapshots 2015-03-20 12:02:28 +00:00
squall-leonhart 80c8917be5 bios dialog struck through enable text fixed
controls disabled however, because we don't have the execution implemented for cgb bios.
2015-03-20 03:39:21 +00:00
squall-leonhart d1bbb0c75d i had issues applying the xbrz patch and had to revert manually several times, and forgot to add the new files as a result
so here they are.
2015-03-20 02:58:03 +00:00
skidau f1e3094c68 Preliminary update to the GameCube to GBA link cable emulation. Fixes Zelda Wind Waker's Tingle Tuner connection, Pac-Man Vs, Final Fantasy: Crystal Chronicles multiplayer, and most other Gamecube to GBA link cable games.
* Added a second socket at port 49420 (0xc10c) which sends clock information
* Handled disconnections from the GBA and GC
* Made the transfers asynchronous
* Blocks the socket before the connection times out

Requires Dolphin 4.0-5899 or later.
2015-03-20 02:11:12 +00:00
squall-leonhart 65a976a8cc XBRZ 1.2 added as a built in filter 2015-03-19 01:44:47 +00:00
squall-leonhart 02928a204b reverted the removal of backup enabled checks, and changes to remote.cpp 2015-03-19 00:52:47 +00:00
squall-leonhart 478e77c081 Adds a item for the DisableSFX speedhack back to the Video menu. 2014-04-20 09:24:10 +00:00
squall-leonhart b6ffe99fc8 updates subwcrev and applies minor fixes patch 46 2014-03-08 07:11:53 +00:00
kode54 da5cc60685 SDL sound code now posts to semaphores no matter what, in case the other side is still waiting after a speedup transition 2013-11-14 23:32:08 +00:00
kode54 885172ea9c Rewrote SDL sound synchronization, using a very old patch as a base for some of the changes 2013-11-14 07:51:57 +00:00
normmatt234 9e8671042b Remove useless backup enabled checks in read handlers.
Fix illegal halfword and byte reads.
2013-10-22 18:04:02 +00:00
kode54 2404d08f1f Mother 3 fix, refined to not break Metroid Fusion or hopefully anything else 2013-10-22 01:17:06 +00:00
kode54 12172db5ac Changed PCM FIFO refill behavior to only stuff the FIFO with silence if it runs completely empty, which seems to fix the stuttering in Mother 3. From the technical behavior, Mother 3's sound code would periodically set DMA 1 and 2 to reason 0, then reset them back to reason 3. This presumably occurs every time the source buffers run empty and the source addresses are reset. Unfortunately, with the current execution and memory timing, this occurs just in time for the DMA buffers to run down to only 16 samples each, and then the attempted refill call will trigger while the DMA reason is 0, so they don't refill, and the timer routine thus stuffs the FIFO buffers with 16 samples worth of silence, causing a stutter. Now, the buffer is allowed to drop below 16, which gives Mother 3's sound code enough time to restart the DMA channels, and they continue to pump samples gracefully, as I never detected a full underrun in my testing. 2013-10-21 21:46:49 +00:00
kode54 552a8cf2ff Add tiled rendering define to Android makefiles, too. 2013-09-24 11:53:04 +00:00
kode54 ce3e37223a Add tiled rendering define - big performance improvement 2013-09-24 11:52:20 +00:00
kode54 ae81a99e81 Fix target output name 2013-09-24 11:51:36 +00:00
kode54 7654a7b1ed Fix build for Android 2013-09-24 11:50:37 +00:00
kode54 08886eaf53 Sonic Advance 1/2 work now with NO_LINK defined 2013-09-21 16:18:54 +00:00
kode54 8c034c3b67 (Libretro) Fix build 2013-09-21 16:18:04 +00:00
squall-leonhart e1534a9400 re-adding the fix for zelda oracles 2013-09-21 15:09:45 +00:00
kode54 f4c26dcd95 Let's try that again. 2013-09-21 13:57:40 +00:00
squall-leonhart 3949de1b14 revert 1207-1210 as its not really ready for integration yet. 2013-09-21 02:42:37 +00:00
thibeaz 3460b0bab9 rolling back, it seems there was some more issues than original thought 2013-09-21 02:25:42 +00:00
thibeaz 6fccc53080 fix a goof I made with the last commit, this should fix it 2013-09-21 02:16:27 +00:00
thibeaz ed00ced891 just a small revert, old data got mixed in the last commit 2013-09-20 21:25:50 +00:00
thibeaz bdf78c1247 libretro merge into trunk, the individual interfaces can still be compiled on their own so the gtk/sdl/mfc interfaces can still work as originally intended. Special thanks to Squarepusher of the libretro team for helping us get this merged 2013-09-20 21:08:23 +00:00
squall-leonhart 69991ad411 fixes zelda oracles without breaking duke nukem or 007 2013-09-19 03:24:22 +00:00
normmatt234 943f67937c Implement memory mirrors for SRAM/FLASH.
Correctly handle 16/32bit reads from SRAM.
Removed unaligned handler for CPUReadHalfWordSigned.
2013-09-18 22:08:42 +00:00
squall-leonhart 620548d19e This fixes the colour issue when using opengl and a HQ3 or 4x filter. 2013-09-17 15:23:47 +00:00
normmatt234 510e9778ab Revert changes to the ioReadable table from r1200 which broke Megaman Battle Network series. 2013-09-16 18:44:46 +00:00
normmatt234 8f61c07f8f Move the cpuDmaHack assignments into doDMA. (Fixes Croket 2 regression) 2013-09-15 07:15:31 +00:00
normmatt234 7ee3bfe379 Re-added the DMA Prefetch buffer. This fixes Phantasy Star Collection. 2013-09-14 08:00:19 +00:00
squall-leonhart 05794ee3e8 another tom harder patch, fixing some warnings in the gvbam and wxvbam 2013-06-17 04:17:12 +00:00
squall-leonhart 0470a1d8ad commiting Tim Harders patch for libav/ffmpeg 2013-06-17 04:05:37 +00:00
squall-leonhart 6277cae2a9 bring branches into line
fixes duke nukem on bgk-link and silences gcc warning on trunk
ignore a few more files
2013-05-04 15:31:45 +00:00
normmatt234 e4dde67e52 Fixed register used in asm. 2013-04-07 05:47:26 +00:00
squall-leonhart 90fa689737 reduce new lines
fix duke nukem cgb menu | in my limited testing this has not regressed any other games.
2013-04-06 20:18:14 +00:00
squall-leonhart f8615b0c3d dirty buildfix for linux, can do it properly later. 2013-04-06 18:33:15 +00:00
normmatt234 d51ed1f59e Make the asm code increment lsl/lsr/asr rm by 4 if rm is pc. (ASM now passes the armwrestler MOV opcode test) 2013-04-06 09:27:12 +00:00
normmatt234 56a8cc6e8d Fix clock cycles in some arm/thumb opcodes.
Implement missing ARM instruction used in the wstein.gba homebrew.
Remove cpuDmaHack has it causes graphical glitches in Lufia and incorrectly handles unmapped reads.
2013-04-06 08:51:58 +00:00
squall-leonhart d3c562a1cf couldn't just add a guy who's contributed more in 3 days then anyone has in the last 3 years to the "Contributors" list ;D 2013-03-31 12:37:45 +00:00
squall-leonhart 19cd8f5384 some small pvs warning fixes 2013-03-31 12:19:34 +00:00
squall-leonhart b36bd990aa move around apu reset a bit, doesn't seem to have broken anything
doesn't seem to have fixed anything either.
2013-03-31 11:20:41 +00:00
normmatt234 f19a0529ca Fix handling of unused memory when reading 16/8 bit data. 2013-03-30 06:10:23 +00:00
normmatt234 2bea418980 Add missing ARM opcode variant strh (w=1) used in several homebrew gba demos (e.g. afire). 2013-03-30 06:08:20 +00:00
normmatt234 c70d1d7501 Make 32bit read out of bounds not get rotated if they are unaligned. 2013-03-28 17:27:55 +00:00
normmatt234 97fa577cf9 hopefully fixed unaligned reads correctly this time... 2013-03-28 16:56:22 +00:00
normmatt234 cf4e7eb148 Fix yet another oversight in the unaligned read code.
Implemented missing thumb opcode (Which is invalid according to gbatek but Moto GP seems to use it)
2013-03-28 16:24:14 +00:00
normmatt234 1ff3ce6378 opps forgot to change change the unaligned 16bit rotate to check against old address. 2013-03-28 15:44:01 +00:00
normmatt234 8c98ac97bc Fixed unaligned 16/32 bit reads. 2013-03-28 15:27:45 +00:00
squall-leonhart 0d28963abc commit this and see who complains? :D 2013-02-11 07:59:03 +00:00
squall-leonhart 5dd3e72258 more improvements to gba-arm by Normmatt 2013-02-04 06:53:17 +00:00
squall-leonhart 66ac24cde5 lets commit the right version of the arm patch this time eh. 2013-02-04 06:26:16 +00:00
squall-leonhart 9958c493bd Applied fixes to NormMatts r1150 fixes - V-Rally 3 working again
Re-added nasm.props to vs2008 build folder + changes to nasm.rules for spaces in paths.
2013-02-04 06:15:53 +00:00
squall-leonhart 306291cd55 implement ALL of abhoriels patch correctly. 2013-02-03 17:25:22 +00:00
bgk 26acc55d93 GBA: Revert r1150 since it adds artifacts in (at least) V-Rally 3
Please fix and commit again.
2013-02-03 13:47:51 +00:00
bgk d193d8069d GTK: Apply patch #3524058 - Auto-load/save cheats
Thanks go to unmacaque
2013-02-03 12:59:48 +00:00
bgk 76da586883 GTK: Updated the .desktop file to validate 2013-02-03 12:56:12 +00:00
bgk ff2ddffbcf GTK: Fix "#3598672 - emulated system option in gvbam changes by itself in Linux"
Applied patch 3599614 thanks to Mika Attila
2013-02-03 12:51:40 +00:00
bgk bc103fbf60 GBA: Fix build 2013-02-03 12:43:01 +00:00
squall-leonhart 6579cd900d commit abhoriels RSBS and RSCS patch 2013-02-02 03:48:32 +00:00
squall-leonhart aa28c4d967 patch to correct some behavior in arm tests. 2013-01-23 00:38:00 +00:00
squall-leonhart d10e657c36 OSX/Mac buildfix changes to GBALink 2012-11-20 08:58:44 +00:00
squall-leonhart f3956ff5b5 merge Fix for SDL colours on OSX as indicated by x3ro 2012-11-20 04:04:57 +00:00
bgk a8bf9389b3 GTK: Fix a GCC warning 2012-10-03 17:49:39 +00:00
bgk b1ddfdd553 GTK: Fix an invalid memory access in the joypad config dialog 2012-10-03 17:18:17 +00:00
squall-leonhart a50c95b566 file type fixes 2012-09-11 21:53:26 +00:00
squall-leonhart c45a74deee removed the modal else from the client connection dialogue
now it doesn't crash when clicking connect on debug builds




still does on release builds, just like start server :(
2012-09-03 09:36:28 +00:00
squall-leonhart 1f50361e25 this makes the serverwait dialog appear.
still causes a crash in release builds and points at output.c in an area of unicode :|
2012-09-03 09:14:27 +00:00
bgk 34963ad142 LINK: Don't assume the data we want to send is the first to be written to SIOMLT_SEND since last transfer.
But rather the one present in SIOMLT_SEND when master sets the start transfert bit.
Fixes Advance Wars
2012-09-02 17:26:08 +00:00
bgk 00791f6801 WX: Somewhat fix lan link. Advance wars won't link properly whereas it is working with mem link. 2012-09-02 14:26:22 +00:00
bgk cf02712b34 WX: Fix build with LINK enabled 2012-09-01 17:59:13 +00:00
kode54 4178854b85 Fixed a crash on Windows XP and older systems 2012-08-26 07:44:19 +00:00
squall-leonhart 7944d44390 removing some cases where then and else do exactly the same thing
i could not see any functional differences anywhere, but there might be something im overlooking.
2012-08-19 21:22:16 +00:00
bgk 41d22899e3 WX: Fix build on non-win32 2012-08-08 19:09:37 +00:00
bgk 959e485b91 FFMPEG: Fix build with newer versions of the library. 2012-08-08 19:08:42 +00:00
kode54 d2e00a0085 Added device change notifier to XAudio2 outputs 2012-08-04 22:15:46 +00:00
squall-leonhart 4d174be28a clarified, and ignored another user side project file 2012-07-22 20:31:54 +00:00
squall-leonhart 79928d627f maybe emucr will get the hint now. 2012-07-22 19:59:26 +00:00
squall-leonhart a1cefd764a commit latest nasm and kode54's change to gb_oscs that has seemed to have resolved the channel 3 issue in a number of games. 2012-05-23 09:29:46 +00:00
squall-leonhart aca9b01af8 how did the spanish version of fire red get its save type set to eeprom (savetype=1) 2012-05-23 06:40:11 +00:00
squall-leonhart b7eb2e4cf5 cleans up a unary minus unsigned still unsigned warning
also fixes channel 3 in Mario and luigi super star saga.  DON'T ASK ME HOW, i have no idea.  Infact changing other area's affected the channels as well, so i have no idea how the fuck this works.
2012-05-12 06:13:10 +00:00
bgk d9062bbcd6 FFMPEG: Fix build for newer versions of the library.
Thanks to Tim Harder for the patch.
2012-03-25 08:14:31 +00:00
bgk 092f67b0e8 Fix build errors with zlib-1.2.6.
The problem relates to gzFile not being a typedef of voidp anymore in zlib-1.2.6.
Thanks to Tim Harder for the patch.
2012-03-25 08:09:07 +00:00
squall-leonhart 9837e61c00 update FSF address 2012-01-23 08:49:39 +00:00
thibeaz 2273a18e59 added shuffles patch for fixing wxwidgets interface build, unfortunetly still fails building on link enabling. but if disabled it will build and run. 2012-01-23 03:46:47 +00:00
squall-leonhart 2ade4f5def clicking start server crashes vba-m, so lets not let people click it for now. 2012-01-21 01:06:43 +00:00
squall-leonhart 2908c33111 shuffles magic mush...... trunk MSVC2010 buildfix 2012-01-20 22:03:27 +00:00
thibeaz 113f7c1f81 added the option to disable/enable xaudio2 support in the cmakelist since it was neglected the first time around, also going to be looking into expanding the sound settings dialog and enhancing it some as soon as I figure out some xrc specifics for wxPropertySheetDialog. 2012-01-16 18:44:25 +00:00
squall-leonhart d33d2a0d70 reverts ini file generation to pre rev885 behaviour 2012-01-16 01:48:28 +00:00
squall-leonhart da25a02d6b SubWCRev is no longer standalone, removed from dependencies and pointed the project files to find it via path
updated DevInfo.txt
applied khh's patch for gbalink.cpp though more changes are required to bring trunk up to building since the Wx patches
2012-01-04 19:38:33 +00:00
squall-leonhart 093da8983f took drnach's dmg association and expanded on it :)
looks like the branch doesn't have properties assigned
2011-12-28 13:05:40 +00:00
bgk 9ca7db29f5 SDL: Install vba-over.ini in the data directory and use it. 2011-12-28 10:23:38 +00:00
n-a-c-h 4817403abf Add missing extensions. Note though that the association section is still missing .dmg 2011-12-27 22:09:31 +00:00
n-a-c-h 25fa212b56 Add missing extensions. 2011-12-27 22:01:34 +00:00
n-a-c-h 638e79009f Add missing extensions. 2011-12-27 21:56:00 +00:00
n-a-c-h b13ee88b4e I'm not sure where these MIME types came from, but if we're going to invent some, let's invent some proper ones. I'm not sure if -rom is the best suffix though. 2011-12-27 21:49:55 +00:00
bgk 3c9f24465d GTK: Hint the file manager it can use gvbam to open GB and GBA rom files 2011-12-27 21:30:59 +00:00
bgk 6e93397b07 GTK: Fix an uninitialized variable causing potential crashes in the joypad config dialog. 2011-12-27 19:20:49 +00:00
bgk 9c6a9025a2 Some fixes to help building on NetBSD 2011-12-27 15:34:39 +00:00
bgk 244e4e85d8 SDL/WX: Fix build with asm scalers enabled.
If Win32 has issues with OpenGL those should not be hacked around in common code.
2011-12-03 13:47:20 +00:00
bgk ef92bdd1ec GTK: Applied patch #3386384 to fix build when NLS is disabled.
Thanks to Dmitry Marakasov.
2011-12-03 13:11:19 +00:00
squall-leonhart 233fae21ca correction to OP_MVNS, fixed by AdamN, fixes vrally 3 flickering 2011-07-28 12:18:28 +00:00
thibeaz 273bf93b7d in the EXECUTE_PROCESS command in the CmakeLists.txt file for the wxwidgets gui was missing the end bracket, this should fix it, next on the list is work on using ffmpeg as an external dependency and not need it as a requirement (hopefully), if it doesn't work, you can shoot me Squall 2011-06-30 01:54:32 +00:00
squall-leonhart c08726589d wx about box fix from darktjm 2011-06-14 13:38:10 +00:00
squall-leonhart a236fff312 apply the vba config file rename to the trunk, this has come about because older versions use some values slightly differently which would cause those versions to fail to work or have the wrong settings. 2011-06-13 15:46:20 +00:00
squall-leonhart 8e6a51211e all current vba-m Wx patches applied to trunk. 2011-05-25 11:55:46 +00:00
squall-leonhart 98215cfb30 buncha patches by darktjm
sdl fix not applied yet
2011-05-24 07:39:29 +00:00
bgk 7145f8083d SDL: Enable OpenGL by default 2011-05-07 07:09:21 +00:00
squall-leonhart f1812fd2e3 should fix GS codes that don't work on games which use lcd interrupts instead of vblank
thanks unmacaque
2011-05-05 13:17:13 +00:00
squall-leonhart 5f5ddb11a4 Bugger unicode support, we can just convert multibyte to widestring using google cloud services and a bunch of midgets running in spinwheels.
Also enables whole program optimisation (funnily i was only doing linker time optimisation so it wasn't as good as it could be.)
2011-04-26 07:25:16 +00:00
bgk 432e8b627f GTK: Fixed bug #3201910 2011-03-12 08:51:23 +00:00
bgk bca14a4b2e GTK: Fix emulation stuck paused after closing the general options dialog when the "pause when inactive" option has been toggled. 2011-03-01 16:48:35 +00:00
bgk a8c1e753b1 GTK: Merged the GB and GBA cheat list dialogs. Patch by unmacaque. 2011-02-26 10:06:32 +00:00
bgk e49be92119 FILTERS: Changed the 2xSaImmx implementation to GPLv2+, since the author allowed it. This will make life easier to packagers. 2011-02-25 19:25:17 +00:00
bgk 1cdcbe07c4 GTK: Add missing file. Oops. 2011-02-25 19:03:37 +00:00
bgk 414c65f156 ALL: Update vba-over.ini with an older but better version 2011-02-25 18:23:42 +00:00
bgk 5c61339992 GTK: Add GameBoy cheats support. Thanks to unmacaque for the patch. 2011-02-25 17:56:10 +00:00
bgk e3eb811e7f GTK: Fix NLS for the directories config dialog 2011-02-24 21:02:47 +00:00
bgk 8f412ed1c4 GTK: Add vba-over.ini support 2011-02-24 19:34:56 +00:00
bgk 6622a584e6 GTK: Cleanup 2011-02-24 18:40:20 +00:00
bgk 1474f6e50b GTK: More NLS WIP 2011-02-24 17:01:10 +00:00
bgk b94eae1925 GTK: NLS support WIP 2011-02-24 13:06:17 +00:00
bgk 247beb025d GTK: Add support for 7z archives 2011-02-24 10:52:33 +00:00
bgk a59c64a292 GTK: Mark more strings as translatable 2011-02-24 08:19:59 +00:00
bgk 924f9f6492 GTK: Remove the StringTokenizer class and move the functionality to tools.cpp 2011-02-22 18:04:08 +00:00
bgk b213ae372b GTK: Turned the last menu based settings into a dialog 2011-02-20 19:03:38 +00:00
bgk ef8609241a GTK: Cleanup includes. Don't instanciate global objects. 2011-02-20 16:36:25 +00:00
bgk 8c0ea991c8 GTK: Added GBA cheats support. Thanks to unmacaque for the patch. 2011-02-20 14:53:04 +00:00
bgk 6c80badb98 CMAKE: Allow building without SFML 2011-02-20 12:22:58 +00:00
bgk 573aaca70b GTK: Don't reset the renderer when entering the display config dialog 2011-02-20 10:38:42 +00:00
bgk f656e4fe45 GTK: Don't disable rendering when using the menus. Thanks to fernandotcl for the patch. 2011-02-20 10:15:03 +00:00
bgk 3c6e0514a9 SDL: Allow vbam to run on systems without an audio device. Thanks to jcranmer for the patch. 2011-02-20 09:25:07 +00:00
bgk 2009faab00 GTK: Change the OpenGL texture size when changing scaler size. Thanks to fernandotcl for the patch. 2011-02-20 09:02:46 +00:00
bgk de6db92249 GTK: Rename the main GtkBuilder file for consistency 2011-02-20 08:33:01 +00:00
bgk 9962e4e679 GTK: Convert the remaining parts of the UI from Glade to GtkBuilder. Thanks to Rafał Mużyło for the patch. 2011-02-20 08:28:48 +00:00
bgk 1d6b01bd8b GTK: Fix the joypad config dialog using 100% CPU 2011-02-19 22:01:09 +00:00
bgk 2c2804aa60 SVN: Applied proper properties to all files, mainly to get native end of lines. 2011-02-19 21:33:53 +00:00
Squall-Leonhart 6ae6c005d5 missing ; after break on line 263 2011-01-10 02:12:20 +00:00
Squall-Leonhart 60f7dad351 applied kode54's sdl/gtk joypad patch 2011-01-09 20:14:40 +00:00
squall-leonhart 81862972a9 applied gtk_rtc.patch by unmacaque 2010-11-27 01:06:20 +00:00
squall-leonhart bda76285e2 stupid log told me it wasn't patched but it was 2010-10-24 20:39:53 +00:00
squall-leonhart fe91393d34 gdbconnect patch, fixes remote debug 2010-10-24 20:27:49 +00:00
squall-leonhart d5b4f885d7 gdbconnection patch - fixes remote debugging 2010-10-24 19:46:47 +00:00
squall-leonhart f9e8205db6 another patch, this time for GSV snapshots. 2010-10-24 15:53:08 +00:00
squall-leonhart e15113d5b9 more patches, save type detection now only available when a rom is loaded. 2010-10-24 15:41:11 +00:00
squall-leonhart 3aa925ea22 applied patches by jlaukkanen
Import Pro Action Replay Snapshots
Compilation error when no_xaudio2
Focus Lost in cheat dialogue MFC
2010-10-24 05:14:52 +00:00
squall-leonhart c3dadd8149 by popular demand, the layers menu is back. 2010-09-10 12:12:18 +00:00
squall-leonhart ec046d276b enable SSE optimisations in VCProj, intrinsics update nasm and revert shuffles changes to gb_apu_state.cpp.
i prefer warnings during compilation rather then a lack of function in the emulator, we can look at correcting the warnings in a less broken manner later.
2010-09-10 11:31:31 +00:00
squall-leonhart ad4990823d Directinput fixed. 2010-08-29 15:52:24 +00:00
squall-leonhart 29c3cee6b1 patch from billiard to attempt a fix for the broken DI8 enumeration. 2010-08-26 07:08:25 +00:00
shuffle2 fe5952a115 fix linking on windows: remove unused "lspeed" variable from win32 2010-03-19 18:14:08 +00:00
shuffle2 b9c5ff1ba3 Quiet some compile warnings (gcc likes to make sure you know operator precedence...) 2010-03-16 23:19:54 +00:00
shuffle2 eca4821498 should fix remaining build errors on linux... 2010-03-15 20:44:20 +00:00
shuffle2 f6b049bb2f fix the cmake/linux build
moves dependencies/File_Extractor-1.0.0 to trunk/fex - we can't expect people to have this lib, and fex has dropped support for the "fex_mini".
2010-03-15 03:36:45 +00:00
shuffle2 308ca56dd6 just quiet some warnings 2010-02-24 21:33:18 +00:00
spacy51 90c02269b1 Fix bug 2802274 from VBA1 on sourceforge:
http://sourceforge.net/tracker/index.php?func=detail&aid=2802274&group_id=63889&atid=636220

CPUImportEepromFile
file pointer not closed if file size wrong
2010-02-24 17:26:35 +00:00
shuffle2 dc394a3baa update to File_Extractor-1.0.0 2010-02-24 16:50:30 +00:00
squall-leonhart 10989d232a 2010-02-23 23:47:28 +00:00
spacy51 d7c987f63b Add GBC BIOS selection 2010-01-02 17:26:26 +00:00
squall-leonhart 7a4723004d working gfx are better then speed. 2009-11-10 17:54:11 +00:00
squall-leonhart e671d51d3c reupped untouched versions (pending proper migration of the sensor functions from VBA-GX 2009-10-22 21:31:51 +00:00
squall-leonhart d998964391 2009-10-22 21:26:06 +00:00
squall-leonhart 1843339183 2009-10-22 21:25:20 +00:00
squall-leonhart c0242964b7 removing and reverting. 2009-10-22 21:22:49 +00:00
spacy51 39056bc7c3 fix compile errors with MSVC 2008 2009-10-22 21:02:53 +00:00
squall-leonhart c9865dacb7 fixes Kodes patch, fixes u8h compiling on MSVC (Thanks for the help Nach) and includes preliminar vcxproject for MSVC2010 2009-10-22 17:55:53 +00:00
squall-leonhart 96868aa21b added rumble, and solar sensor to Core, however they will need to be properly exposed and integrated into the MFC/GTK/SDL interface ports at a later time. 2009-10-11 08:43:52 +00:00
squall-leonhart cf20d2c133 kode54 - LCD merged into Gameboy colours setting.
bgk - gfx patch added
2009-10-09 13:12:55 +00:00
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 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 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 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
bgk a8993064d8 Oops 2009-03-21 09:55:13 +00:00
bgk 0354e4aa06 GTK : Removed the XVideo renderer since it was badly written, and OpenGL
does a better job in all cases now.
2009-03-19 10:41:38 +00:00
bgk 7595ec268f GTK: Rewrote the OpenGL code. The old code used a software path with
Mesa drivers. The new one (taken from the SDL port) is much faster with 
these drivers.
2009-03-19 10:20:42 +00:00
bgk d94765205a Fixed OpenGL display for mesa drivers 2009-03-07 08:23:25 +00:00
bgk e62f3407c5 Removed some unused vars 2009-01-26 18:52:42 +00:00
bgk 628d618662 GTK : New GBA settings dialog 2009-01-24 10:09:10 +00:00
bgk 9788aba1e3 GTK : Removed 2 global vars 2009-01-23 14:40:18 +00:00
bgk 34da50d9be GTK : Added GB bootrom file support 2009-01-23 13:41:24 +00:00
bgk 63d2caa1d9 Add an initializer for a static const member. 2009-01-14 12:02:19 +00:00
bgk 5e7c3ce5cd The number of samples in the system sound driver buffer has to be a
power of 2 on some machines.
2009-01-12 21:12:46 +00:00
bgk 115c39154d Converted some NULLs to zeros to fix build on some systems. 2009-01-12 07:56:04 +00:00
bgk 1543a02585 GTK : Introducing the new Game Boy config dialog 2009-01-06 21:20:18 +00:00
bgk 6b9ebdc62c Fixed loading non gzipped roms, thanks to mnk for the report 2009-01-04 13:32:18 +00:00
bgk 1c9664414d Fixed a few warnings 2009-01-01 20:18:09 +00:00
bgk 210b97e5ff Fixed MFC 2009-01-01 17:17:40 +00:00
bgk 3047995169 Forgot a file 2009-01-01 16:53:56 +00:00
bgk db8ec308dd Moved more GBA specific code to the gba folder. 2009-01-01 16:11:02 +00:00
bgk a9370648df This was apparently not used anymore. 2009-01-01 15:24:31 +00:00
bgk ba89436ad2 No more cryptic names ... 2009-01-01 15:20:03 +00:00
bgk 716d9feab0 No need to use cryptic names 2009-01-01 14:52:03 +00:00
bgk 4004472458 Moved the APU files up by one level, since they are shared between the GB and GBA cores. 2009-01-01 14:43:18 +00:00
bgk 56f42e81eb Modified the includes so that files from the dmg folder don't include anything from the agb folder. 2009-01-01 14:34:16 +00:00
bgk 6c6e4a8b97 Moved some files to the common folder. 2009-01-01 14:21:18 +00:00
bgk 8e2cc38c7c Fixed the VC2008 project for my last commit 2009-01-01 13:23:09 +00:00
bgk f1199d4533 Moved the filters to their own directory. 2009-01-01 13:02:35 +00:00
bgk 8ed219a700 Fixed a warning 2008-12-30 16:44:26 +00:00
bgk 973c7123c9 Simplified the SDL audio driver by using a generic ring buffer (from Gambatte). Changed the A/V max delay and sound update framerate to saner values. Emulation smoothness and sound quality have improved on my system. Please report any issue. 2008-12-30 14:34:33 +00:00
bgk 9383abc719 GTK : Added an option to allow a sound sample rate of 48 000 Hz (finally ...) 2008-12-30 12:14:04 +00:00
bgk 6d394b2d9f Fixed MFC for my previous commit. 2008-12-30 11:18:15 +00:00
bgk 5ab2d916dc More conversion from sound quality to sample rate. 2008-12-30 11:09:37 +00:00
bgk de4c414e86 Directly use sound sample rate instead of "quality" 2008-12-30 10:42:34 +00:00
bgk a67fe271a9 Fixed MFC for my previous commit 2008-12-26 20:11:33 +00:00
bgk 8bc8270984 Made the emulation core use the new sound framework. MFC is currently broken. 2008-12-26 19:33:19 +00:00
bgk b334392f48 MFC : Fixed my nick in the about dialog 2008-12-26 17:57:55 +00:00
bgk a970f93727 Made the MFC port use the new sound framework. Win32 devs, please check. 2008-12-26 17:55:22 +00:00
bgk 9ab357571a SDL sound driver : renamed some variables 2008-12-26 15:35:28 +00:00
bgk e2e749245e Comments 2008-12-26 13:22:45 +00:00
bgk 2b3a6f8c9b New sound driver framework. Made the SDL and GTK+ frontends use it. It will help cleaning up the sound related global variables hell. It should be easy enough to port the sound drivers of the MFC frontend to it. Now if someone could do it, it would allow using the sound drivers directly from the core, removing the C wrappers and a lot of global vars. 2008-12-26 12:19:33 +00:00
bgk 753b72123d GTK : Replaced the sound configuration menu by a dialog 2008-12-23 13:51:48 +00:00
bgk 21563e5ca4 Regenerated the lexer using a newer version of flex to fix a warning with GCC 4.3 2008-12-23 12:27:43 +00:00
bgk 95f2f0c10e Fixed a few warnings. 2008-12-23 12:18:09 +00:00
xkiv 4e286c724a Switch declaration and definition of autoFireMaxCount to let gvbam build (hopefully). 2008-11-29 11:19:27 +00:00
xkiv f1d9fecd27 fixed an off-by-one countdown mistake in my previous commit 2008-11-25 12:11:12 +00:00
xkiv e217204271 SDL: new option to slow down autofire (needed for it to work with some games) 2008-11-24 20:13:57 +00:00
spacy51 f1047fc358 PATCH by KunaiTeam: off64_t undefined on OS X and BSD 2008-11-12 22:48:39 +00:00
bgk 169f84fbc2 GTK+ : Fix bad English 2008-11-04 16:59:25 +00:00
bgk 7d0dc0afc7 GTK+ : Set the default sound sampling rate to 44000 Hz to fix latencies with some newer sound chips. 2008-11-04 16:56:28 +00:00
bgk 702f357082 GTK : Some preparation for the future sound config dialog 2008-11-01 13:17:17 +00:00
bgk de45a83c47 GTK : Updated the license and copyright informations in the about box 2008-11-01 12:55:42 +00:00
bgk 9fe6d69a2e PPC core fix by Tantric 2008-10-31 09:03:14 +00:00
spacy51 644ea117dc ADDED new function "Load Game -> Do not change cheat list" 2008-10-29 10:41:52 +00:00
spacy51 817c6a43dc Enable autoSaveLoadCheatList by default 2008-10-29 09:41:24 +00:00
bgk 3b0d12d51f GTK: made gvbam installable again 2008-10-28 09:44:04 +00:00
bgk a24c229a28 GTK : Moved the video scale selection to the display config dialog 2008-10-28 09:20:13 +00:00
bgk 22608c2585 Oops, that should not have been in French ;) 2008-10-27 21:48:22 +00:00
bgk d31dc7c8d4 GTK : Filter code cleanup 2008-10-27 20:52:37 +00:00
bgk 37f8bdf884 Silenced a few warnings 2008-10-27 20:06:04 +00:00
bgk 0656b44a39 GTK : WIP display config dialog 2008-10-27 19:48:33 +00:00
spacy51 ec3e07d6a8 even more beautiful code 2008-10-27 18:23:21 +00:00
spacy51 abb71b9b39 MOVE copyright/license text from the top of every code file to seperate 'License.txt' file. 2008-10-27 09:59:14 +00:00
spacy51 9c8d2d7049 beautified code 2008-10-26 20:47:35 +00:00
spacy51 1b80b3577d ADDED "change backdrop color" button to palette view and added corresponding hack to the core rendering engine for all graphic modes. 2008-10-25 18:29:07 +00:00
spacy51 cbff68bd78 Enable/disable refresh button in MapViewer when automatic refresh is enabled. 2008-10-25 16:53:52 +00:00
spacy51 6a61496c93 improved code beauty :) 2008-10-25 15:41:42 +00:00
spacy51 217548de1e ADDED video layer reset "OptionsVideoLayersReset" function to commands list, CTRL+0 2008-10-24 11:59:30 +00:00
spacy51 6972fb6e7f ADDED information messages when enabling/disabling layers 2008-10-24 11:41:33 +00:00
spacy51 f9eded2c00 MOVED rewind interval to Tools menu. 2008-10-22 14:04:55 +00:00
spacy51 ca8905eb0a Added default "screenshots" directory. 2008-10-21 19:46:44 +00:00
spacy51 dedbb05edd Set default directories "battery" and "savestates".
Code cleanup.
Automatically & silently create directories in a relative path.
2008-10-21 19:00:37 +00:00
spacy51 e780fd98b4 FIXED building with GCC/MinGW 2008-10-20 16:34:33 +00:00
spacy51 b29789d8b7 REMOVED gbafilter.cpp/h because it was not used anywhere 2008-10-18 14:15:48 +00:00
spacy51 bee2003c36 small resource file fix 2008-10-16 16:02:56 +00:00
spacy51 80b5a685f1 ADDED support for .ips .ups .ppf files to the GUI. 2008-10-16 15:29:53 +00:00
spacy51 400418b1d3 ADDED patch files to Win32/MFC project
ADDED Microsoft compatible replacements for fseeko64, ftello64 and __off64_t
2008-10-16 14:16:09 +00:00
spacy51 89c0a7b049 Patches by chrono:
[CORE] Add UPS/PPF patch support
[SDL] Add UPS/PPF patch support
[SDL] Fix memory leak
2008-10-16 13:56:49 +00:00
spacy51 dcc2f30119 REMOVED second u8/u16/u32 typedefs 2008-10-16 11:46:58 +00:00
spacy51 b74c1f4706 REMOVED old Qt files from trunk. See branches/qt for Qt front-end. 2008-10-16 08:49:15 +00:00
bgk 6d1984a81d GTK :
Moved the directories config dialog to a separate file.
2008-09-26 18:25:23 +00:00
bgk 9f89bfd42d GTK :
Moved a few menu items to prepare for the upcoming config dialogs.
2008-09-26 17:38:45 +00:00
bgk 2af55d0f0b GTK :
- Changed the config file location to follow the freedesktop.org XDG Base Directory Specification. There is no point to be compatible with the old location since we haven't made a release yet.
2008-09-26 17:23:12 +00:00
squall-leonhart 1892a3ebb6 applied GB Clear Vram, MBC 1 Mapper and Sound Volume fix for beetlejuice patches provided by Chrono 2008-09-25 21:20:37 +00:00
squall-leonhart a794890f86 applied Chrono GB-Multiple-LCDC-interrupt-fix 2008-09-23 23:56:02 +00:00
bgk 52ab553907 GTK :
Factored out a lot of common code from ScreenAreaCairo, ScreenAreaXv and ScreenAreaGl to the parent class, ScreenArea.
2008-09-20 19:59:04 +00:00
bgk 6bac5170fc GTK :
- Autofire is now configurable using the Joypad config dialog.
- This allowed simplifying the Joypad menu to a single item.
2008-09-20 13:11:13 +00:00
squall-leonhart be21f833ec Applied Crono's Joypad interrupt patch 2008-09-20 06:02:29 +00:00
squall-leonhart dba48b820c 2008-09-19 01:12:57 +00:00
spacy51 4705cdf9bb REMOVED predefined fullscreen modes from menu
REARRANGED video menu
FIXED: Switching "Ignore aspect ratio" will not resize the window
RENAMED fsMaxScale to maxScale
FIXED OpenGL maxScale and aspectRatio switching
2008-09-17 19:19:08 +00:00
bgk 3dcb29b208 GTK :
Readded wrongly removed includes. Thanks to mnk for the tip.
2008-09-14 15:11:02 +00:00
bgk 6f066367a4 GTK : Fixed a bug with default joypad selection. 2008-09-13 18:16:09 +00:00
bgk 8af83ed1cb SDL : Add Gb sound effects support (patch by chrono) 2008-09-13 17:36:54 +00:00
bgk 437eb7dc39 GTK : Color init change (patch by chrono)
This fixes the wrong colors when using Cairo output
2008-09-13 16:58:32 +00:00
bgk 93cdd07256 CORE : Fix small memory leak (patch by chrono) 2008-09-13 16:53:00 +00:00
bgk 28fe0ce01c SDL : Fix small memory leak (patch by chrono) 2008-09-13 16:52:11 +00:00
bgk 88c9a2ad24 GTK :
Include cleanup, in an attempt to make build process faster.
2008-09-13 16:35:32 +00:00
bgk e8b08761c9 GTK :
Moved default joypad selection to the joypad config dialog.
2008-09-13 15:51:06 +00:00
bgk 3d34d0d9eb GTK :
Merged the 4 joypad config menu items into one.
2008-09-13 15:01:33 +00:00
bgk a3f1c3be29 GTK :
Started reorganizing the menus
2008-09-13 12:10:05 +00:00
bgk 1a5e6f0835 GTK :
- Increased the emulation signal priority. The emulation speed is now more stable.
- Fixed a bug in the frameskipping computation code and adjusted the values to make its time constant higher.
2008-09-13 11:19:21 +00:00
bgk 3c70cf79a8 GTK :
Removed some glade stuff.
2008-09-13 10:23:51 +00:00
bgk 6e58ac1ab5 GTK :
Removed throttle support. It was broken, and IMO not so useful.
2008-09-13 10:17:34 +00:00
bgk 0f60a9ce61 GTK :
Removed debugger support. The SDL and MFC versions have much better debug features.
2008-09-13 10:11:18 +00:00
bgk c79612a379 GTK :
- Converted the "Directories" dialog to plain gtkmm
- Cleaned up the Joypad dialog
2008-09-13 09:59:45 +00:00
spacy51 805315a8d1 ADDED "Quick Open ROM..." menu entry 2008-09-09 12:48:44 +00:00
spacy51 89212b8e38 Code cleanup & refactoring 2008-09-09 12:28:15 +00:00
spacy51 a008b39055 REMOVE "always use last dir" option 2008-09-09 11:34:31 +00:00
spacy51 49523c372c static link to MFC, c runtime, zlib, libpng 2008-09-08 22:46:51 +00:00
bgk 0caa163467 GTK :
- Rewrote the joypad config dialog in plain gtkmm instead of libglade
- A bit of cleanup
2008-09-07 08:18:54 +00:00
bgk b6a46709fd SDL : Fixed a few more warnings 2008-09-06 15:51:43 +00:00
bgk 60ee931a0a SDL : Silenced a few warnings 2008-09-06 15:39:52 +00:00
spacy51 19ecae92a5 FIX: XAudio2: Just skip devices where GetDeviceDetails() fails and continue with the next one. 2008-09-04 21:16:18 +00:00
bgk 3ac8ad230f GTK : Fixed autofire 2008-09-04 21:07:36 +00:00
bgk 13977737d1 GTK : Autofire is broken. Disable it for now. 2008-09-04 20:57:40 +00:00
bgk 5a156d9f03 GTK : Fixed build for changes made in rev697
Updated the debian packaging scripts
2008-09-04 20:54:14 +00:00
spacy51 4e35f820a4 MOVED sample rate selection from menu to audio core settings dialog
Code cleanup
2008-09-04 12:28:31 +00:00
bgk ecc0ec3f43 GTK : Reenabled the autofire menu. 2008-09-03 21:06:11 +00:00
bgk 992d7f735a GTK : The joypad config dialog can now be used to configure the 4 joypads. 2008-09-03 20:36:29 +00:00
bgk a3afc456bf GTK : Reenabled joypad switching. 2008-09-03 20:26:18 +00:00
spacy51 2491d71bc7 SMALL fix to XAudio2 config dialog 2008-09-03 20:15:48 +00:00
spacy51 4758016d2a FIX: Do not use stereo to surround upmixing, when no matrix available. 2008-09-03 20:08:02 +00:00
bgk 644a7719fc GTK : Fix bad direction detection for analog axes. 2008-09-03 20:02:03 +00:00
bgk 81bee10766 GTK : The joypad config dialog now works for Joystick events too. Joystick support is now almost complete. 2008-09-03 19:53:28 +00:00
bgk b41de462b4 GTK : The joypad config dialog now works again for keyboards events. 2008-09-03 18:57:21 +00:00
bgk 1785eeb5f9 GTK :
- The Joypad config dialog can now display the key associations, but it's read only for now.
2008-09-03 09:31:14 +00:00