Commit Graph

639 Commits

Author SHA1 Message Date
spacy51 d38eef5aa4 SMALL documentation update 2008-09-04 12:43:48 +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
bgk 2ac54204fa SDL: Fixed default volume. Thanks to KunaiTeam for the report. 2008-09-03 08:23:43 +00:00
bgk d2a3440968 CMake : Removed the mtune=native from the CFLAGS to make packager's lifes easier. 2008-09-03 07:39:13 +00:00
bgk 51efd70d2c SDL : Fix build on OSX, thanks to KunaiTeam 2008-09-03 06:45:24 +00:00
bgk f10ff69671 GTK :
- Removed the GDK input system
- Enabled SDL input
- SDL Keymaps are now loaded from the config files
- The keymap edit dialog is currently disabled
2008-09-02 19:34:56 +00:00
bgk ee1234f278 SDL Input :
- Added the ability to change the default keymap
- A bit of cleanup

GTK : The SDL Input is working great. Though the config dialog is not updated yet, so it is disabled by default.
2008-09-02 17:15:30 +00:00
bgk 6feda5d3a0 SDL : More stderr > stdout thanks to tttttttttanaka 2008-09-02 09:40:25 +00:00
bgk 66260d208f SDL : Changed some references to VisualBoyAdvance.cfg in the readme 2008-09-02 06:39:50 +00:00
bgk d6fa4b79d2 SDL : Output information messages to stdout instead of stderr 2008-09-02 06:24:23 +00:00
bgk 474231f6bb SDL :
- Renamed the configuration file to vbam.cfg to avoid conflict with the original VBA (thanks to tttttttttanaka for the patch)
- Changed the window title to VBA-M
2008-09-02 06:16:34 +00:00
bgk 7cf772ea6c SDL Input : Changed the keymap codes to 32 bits values because the GDK keyboard syms are 16bit (as opposed to 8bits for SDL) + we still have to store the device number. Configuration changes are needed. 2008-09-01 19:51:07 +00:00
bgk 63fba2be26 GTK : Started hooking up the SDL input code. The events are well transmitted to the input module but the GDK code is still used. WIP. 2008-09-01 19:14:37 +00:00
spacy51 c599c978f1 ADDED soundInterpolation & soundFiltering options to audio core settings dialog
CHANGED soundInterpolation type from int to bool
REMOVED soundInterpolation settings from menu
2008-08-31 21:54:57 +00:00
spacy51 5fb91e0a92 ADDED gbSoundDeclicking option 2008-08-31 20:03:39 +00:00
spacy51 a831e6f5ea ADDED gbSoundSetDeclicking & gbSoundGetDeclicking [blargg] 2008-08-31 19:29:58 +00:00
bgk ed1eae96a9 SDL Input : Added a function to compute the keymap value from a SDL event. Will be used in the config dialog. 2008-08-31 17:21:27 +00:00
bgk 2c5a319c0c SDL Input: Now with a clean C module interface. Added a bit of doc to the header. 2008-08-31 16:38:41 +00:00
bgk f49b0a6ad6 Bad copy/paste 2008-08-30 19:36:06 +00:00
bgk 89f52661ab SDL input: Replaced all the interface global vars by accessors 2008-08-30 19:29:38 +00:00
bgk 4e454fcb86 SDL:
Started factoring out the input code to a new file. Only moved code at this point. The ultimate goal is to reuse this code for the GTK port.
2008-08-30 17:50:51 +00:00
bgk 24ed04f8f1 GTK:
Removed the Keymap class
2008-08-30 15:02:01 +00:00
bgk 14e58ee2bb GTK :
Removed an unnecessary include
2008-08-30 08:30:40 +00:00
bgk 4a3420f16c GTK:
The keymap now uses a std::map instead of a glib map
2008-08-30 08:27:17 +00:00
bgk 0c037c3998 Fixed a few (thousand) warnings when building the HQ scalers using GCC 4.3 2008-08-30 07:25:18 +00:00
bgk d257d96941 GTK:
Removed the ability to set the volume to a value higher than 200% since it didn't work
2008-08-29 20:11:59 +00:00
bgk 5e5d025fd5 GTK:
- Removed the PortAudio sound driver because it was quite unstable on some systems
- Use the SDL sound driver
- Fixed the SDL include path
2008-08-29 19:45:17 +00:00
bgk c2a1300926 Completely remove systemSoundOn 2008-08-29 19:04:05 +00:00
bgk c71336cc3b GTK:
Try loading the glade file from the source folder to allow running gvbam without installing it
2008-08-29 19:02:29 +00:00
bgk ccfed5c1c3 SDL:
- The expression parser/lexer is SDL specific, moved it to the sdl folder
- Readded the flex/bison source files from VBA's CVS
- Rebuilt the parser/lexer from source
2008-08-29 10:23:51 +00:00
bgk a80233260c No need to have SDL related stuff in the win32 port 2008-08-29 08:58:45 +00:00
spacy51 a6ab84bbb7 ADDED volume control to GB core [blargg]
CLEANUP gbSound.h [blargg]
2008-08-28 22:06:48 +00:00
spacy51 447342e3ce FIX use GBC audio core for GBC ROMs instead of GB mono 2008-08-28 21:07:26 +00:00
spacy51 bb21d4815f FIX really use GBA sound when GBA is selected instead of GBC 2008-08-28 12:03:11 +00:00
spacy51 2c4a89738b FIXED use blargg's default values for echo & stereo 2008-08-27 19:22:11 +00:00
spacy51 2fb3b0f555 ADDED save/load gb_effects_config to/from ini file 2008-08-27 19:18:07 +00:00
spacy51 7a988e84e8 REMOVED volume controls in menu bar 2008-08-27 19:02:19 +00:00
spacy51 7eaef013a3 ADDED volume control to audio effects dialog and renamed it to audio core settings dialog 2008-08-27 18:49:09 +00:00
bgk b2e13838db SDL :
- Cleaned up initialization and volume management
- Added shortcuts to change the volume at runtime
Thanks to chrono for the patch
2008-08-27 16:35:21 +00:00
bgk 57b7512db9 SDL :
- The filter is now stored as a decimal value in the config file instead of an hexadecimal value as it was undocumented and confused users. Thanks to fhorse for the patch.
- Removed an unused variable
2008-08-27 15:48:36 +00:00
bgk 2a2c0d6918 SDL : Use the new audio API. Fixes build. Thanks to slacker for the patch. 2008-08-27 15:17:41 +00:00