mupen64plus-oldsvn/main
James Hood dd00ce7987 -Added support for mapping emulator special functions (fullscreen, stop emulation, etc) to joystick buttons or axis movements.
-Added new tab to configuration dialog for user to create mappings.
-Minor fix: Reset configuration dialog to have first tab selected everytime it's shown.
2008-04-03 22:07:45 +00:00
..
gui_gtk -Added support for mapping emulator special functions (fullscreen, stop emulation, etc) to joystick buttons or axis movements. 2008-04-03 22:07:45 +00:00
adler32.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
Audio_#1.1.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
config.c Changed project name to Mupen64Plus 2008-03-15 16:23:36 +00:00
config.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
Controller_#1.1.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
Gfx_#1.3.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
guifuncs.c Removed gui_load_rom call from guifuncs.h. It's not a necessary call for common code. 2008-03-26 23:16:51 +00:00
guifuncs.h Removed gui_load_rom call from guifuncs.h. It's not a necessary call for common code. 2008-03-26 23:16:51 +00:00
ioapi.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
ioapi.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
lirc.c -Added support for adjusting the volume (PCM channel via /dev/mixer) during emulation. Volume functions are in new files volume.[ch]. Also added support for volume keyboard shortcuts and LIRC commands. 2008-03-30 05:07:14 +00:00
lirc.h -Fixed LIRC support (it was broken during gui/nogui merge). 2008-03-25 05:40:42 +00:00
main.c -Added support for mapping emulator special functions (fullscreen, stop emulation, etc) to joystick buttons or axis movements. 2008-04-03 22:07:45 +00:00
main.h * Fixed some compilation problems (defines PATH_MAX to 1024 in a couple files, if they aren't already defined) 2008-03-27 20:29:30 +00:00
md5.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
md5.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
mupenIniApi.c Changed project name to Mupen64Plus 2008-03-15 16:23:36 +00:00
mupenIniApi.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
plugin.c -Made changes so only plugin filenames (not paths) are stored in the mupen64plus.conf file. 2008-03-19 07:59:47 +00:00
plugin.h -Fixed LIRC support (it was broken during gui/nogui merge). 2008-03-25 05:40:42 +00:00
rom.c Don't print "Info: Loading Rom: XX%" 100 times 2008-03-19 06:39:57 +00:00
rom.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
Rsp_#1.1.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
savestates.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
savestates.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
translate.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
translate.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
unzip.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
unzip.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
util.c -Added support for mapping emulator special functions (fullscreen, stop emulation, etc) to joystick buttons or axis movements. 2008-04-03 22:07:45 +00:00
util.h -Added support for mapping emulator special functions (fullscreen, stop emulation, etc) to joystick buttons or axis movements. 2008-04-03 22:07:45 +00:00
vcr.c added some necessary includes back to main/vcr.c 2008-03-31 23:19:44 +00:00
vcr.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
vcr_compress.cpp Removed unnecessary headers added last update. 2008-03-30 20:36:36 +00:00
vcr_compress.h Fixes compilation of the VCR GUI. It couldn't possibly work before because it relied on a header that no longer exists. It adds alot of includes for standard headers though, I believe some of them are not needed (I'll fix that right now, trial and error.) 2008-03-30 20:23:56 +00:00
vcr_resample.c Removed unnecessary headers added last update. 2008-03-30 20:36:36 +00:00
vcr_resample.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
version.h Updated version numbers for post-1.3 tag 2008-03-29 19:40:20 +00:00
volume.c -Added support for adjusting the volume (PCM channel via /dev/mixer) during emulation. Volume functions are in new files volume.[ch]. Also added support for volume keyboard shortcuts and LIRC commands. 2008-03-30 05:07:14 +00:00
volume.h -Added support for adjusting the volume (PCM channel via /dev/mixer) during emulation. Volume functions are in new files volume.[ch]. Also added support for volume keyboard shortcuts and LIRC commands. 2008-03-30 05:07:14 +00:00
winlnxdefs.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00