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
bgk
de99887998
CMake : Use gtkmm library path from pkg-config
2008-08-27 15:01:38 +00:00
bgk
c915c8a492
GTK : Remove some useless config values
2008-08-27 12:20:00 +00:00
bgk
8d732a7704
GTK :
...
Readded the sound mute option using the new API
2008-08-27 12:18:38 +00:00
bgk
f5c7bb5d28
GTK :
...
Fixed build by removing obsolete sound options
SDL :
Still broken
2008-08-27 11:47:52 +00:00
spacy51
43572d4e60
SMALL fix
2008-08-26 23:55:52 +00:00
spacy51
c566b321ea
Sound code clean up
2008-08-26 23:45:34 +00:00
spacy51
92c8f3c30c
ADDED blargg to about box
2008-08-26 22:15:19 +00:00
spacy51
c2b00fc595
REMOVED unused global soundBufferTotalLen
...
MOVED soundNextPosition from sound core to DirectSound
2008-08-26 21:12:46 +00:00
spacy51
99d5c6e6df
REMOVED soundOffFlag remains
2008-08-26 20:48:25 +00:00
spacy51
ae0394a1e4
REMOVED sound reverse stereo remains
2008-08-26 20:34:45 +00:00
spacy51
f5eabba1c7
REMOVED remains of soundLowPass option
2008-08-26 20:28:32 +00:00
spacy51
e1e218c554
REMOVED sound echo menu item
2008-08-26 20:20:30 +00:00
spacy51
781c3b66e9
FIXED warnings about macro redefinition
2008-08-26 20:00:30 +00:00
spacy51
ea11c4735b
ADDED Audio Effects config dialog
2008-08-26 13:36:40 +00:00
spacy51
111b6f0890
Resource file cleanup
2008-08-26 10:46:32 +00:00
spacy51
377340575c
REMOVED Sound Off option
...
REMOVED Sound On option
2008-08-26 10:05:00 +00:00
spacy51
bb710be856
ADDED Now recognizes GBA sound hardware mode
...
ADDED gbSoundConfigEffects function to apply new effects configuration [blargg]
2008-08-25 22:51:46 +00:00
spacy51
79cc82a59f
FIXED GB audio state loading [blargg]
2008-08-25 22:02:15 +00:00
spacy51
a5179953ab
FIX build fails with non-SP1
2008-08-25 20:49:55 +00:00
spacy51
712a39c387
SMALL documentation update
2008-08-14 17:27:49 +00:00
spacy51
e8edf2863e
SMALL documentation update
2008-08-14 17:16:11 +00:00
spacy51
e8edf63a3f
SMALL documentation update
2008-08-14 16:55:17 +00:00
spacy51
82b4889980
CHANGED everything to use C/C++/MFC runtime DLLs + libpng/zlib DLL versions
...
ADDED workaround for missing crc32_combine function in default zlib DLL
2008-08-14 16:36:51 +00:00
spacy51
54addad74b
FIX compiling Qt build with MSVC++
2008-08-13 23:20:45 +00:00
spacy51
45a0581966
ADDED small how-to for compiling Qt on Windows
2008-08-13 23:04:31 +00:00
spacy51
2c6ae00982
FORGOT this on last commit
2008-08-13 17:32:30 +00:00
spacy51
453871ad4f
FIX compiling with NO_OGL
2008-08-13 17:27:07 +00:00
spacy51
9146d8d68e
ADDED more sound skip protection on GUI interaction
...
REMOVED zutil.h dependency
SMALL code cleanup
2008-08-13 14:24:50 +00:00
spacy51
86a59cdbcf
REMOVED pause when inactive option as audio skips were inevitable when it was disabled.
...
REMOVED remains of generic flashcard option in GUI
2008-08-13 12:46:49 +00:00
spacy51
dd40cfdc00
FIX resource compile system
2008-08-13 11:38:46 +00:00
spacy51
09893c94c6
REMOVED outdated VC2005 project files
...
REMOVED libpng source code
REMOVED zlib source code
RENAMED vc2008 to vc2008_qt
MOVED Win32/MFC project files to 'project/vc2008_mfc' folder
CHANGED XAudio2 to default sound output
2008-08-13 10:01:39 +00:00