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
20d9708b4d
Make Readme MFC only (create seperate Qt Readme if necessary)
2008-09-09 11:20:26 +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
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