diff options
author | Sardem FF7 <sardemff7.pub@gmail.com> | 2011-06-05 23:55:37 +0200 |
---|---|---|
committer | Sardem FF7 <sardemff7.pub@gmail.com> | 2011-06-05 23:55:37 +0200 |
commit | 05adb2c5ff2c8b3f56457cd19497729ca2b4d50c (patch) | |
tree | ec9ea476099d50202d2689bf53ddfdb18698b854 | |
parent | games-emulation/sdlmess: Update&fix (diff) | |
download | sardemff7-05adb2c5ff2c8b3f56457cd19497729ca2b4d50c.tar.gz sardemff7-05adb2c5ff2c8b3f56457cd19497729ca2b4d50c.tar.bz2 sardemff7-05adb2c5ff2c8b3f56457cd19497729ca2b4d50c.zip |
games-emulation/sdlmess: Cleanup config file
-rw-r--r-- | games-emulation/sdlmess/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/sdlmess/files/mess.ini.in | 61 | ||||
-rw-r--r-- | games-emulation/sdlmess/sdlmess-9999.ebuild | 3 |
3 files changed, 39 insertions, 29 deletions
diff --git a/games-emulation/sdlmess/Manifest b/games-emulation/sdlmess/Manifest index f45fac2..e328b98 100644 --- a/games-emulation/sdlmess/Manifest +++ b/games-emulation/sdlmess/Manifest @@ -1,3 +1,3 @@ -AUX mess.ini.in 6436 RMD160 21963b1485990d63f49a8c21b717ae4fb2a97973 SHA1 fe361e09cdb88b8446f2ea244b08b738bdd18c53 SHA256 7011d36654b763e2b29fc3b0fcd66ef0497b75bf197e7af0b77a66bbc8224bfc +AUX mess.ini.in 6808 RMD160 42b31d49c637b35d01329c4f864103838c88bc2e SHA1 1b7c8ceca62339dca1cc7c055ae64b949fc43bd6 SHA256 1ef234b7ab0707387b6079f871cd0664a08cc3f1becc7dc76be530e0a7e8b428 AUX vector.ini.in 119 RMD160 ca72c401ea186bc04da6db12667b0c8e66367c8c SHA1 c805e53b04c3e0df55c564b4863e9d987ffd992b SHA256 c65c4fae86c3a36b877d12c19c81a233ec496a1888380dfcb3171e43f7ad1b16 -EBUILD sdlmess-9999.ebuild 2564 RMD160 f930aa52a0e89cc3f301ef92213c011e4c3faf8b SHA1 9155bd2b5714bfd9154eb4cfdd749c526d848ec0 SHA256 7c2be0e8b6d44938f5efa1404e613b43ff57db5d3334a0a724dc875e0fed4611 +EBUILD sdlmess-9999.ebuild 2601 RMD160 36fe88f762a7330b5dcab07bc127ba44687101c7 SHA1 d17e722f79a164dc3123db4ac1cdbf7b068c51d7 SHA256 25d88d7d13f610aa73b96368f61215f6cf93a1c8f5297f9481abcefc6327566c diff --git a/games-emulation/sdlmess/files/mess.ini.in b/games-emulation/sdlmess/files/mess.ini.in index c948d33..9f7f9e7 100644 --- a/games-emulation/sdlmess/files/mess.ini.in +++ b/games-emulation/sdlmess/files/mess.ini.in @@ -2,6 +2,7 @@ # CORE CONFIGURATION OPTIONS # readconfig 1 +writeconfig 0 # # CORE SEARCH PATH OPTIONS @@ -31,15 +32,16 @@ comment_directory $HOME/.sdlmess/comments # # CORE STATE/PLAYBACK OPTIONS # -state +state autosave 0 -playback -record -mngwrite -wavwrite +playback +record +mngwrite +wavwrite snapname %g/%i snapsize auto snapview standard +burnin 0 # # CORE PERFORMANCE OPTIONS @@ -70,6 +72,8 @@ artwork_crop 0 use_backdrops 1 use_overlays 1 use_bezels 1 +use_cpanels 1 +use_marquees 1 # # CORE SCREEN OPTIONS @@ -78,6 +82,7 @@ brightness 1.0 contrast 1.0 gamma 1.0 pause_brightness 0.65 +effect none # # CORE VECTOR OPTIONS @@ -98,7 +103,7 @@ volume 0 # CORE INPUT OPTIONS # coin_lockout 1 -ctrlr +ctrlr mouse 1 joystick 1 lightgun 0 @@ -109,6 +114,7 @@ offscreen_reload 0 joystick_map auto joystick_deadzone 0.3 joystick_saturation 0.85 +natural 0 # # CORE INPUT AUTOMATIC ENABLE OPTIONS @@ -129,25 +135,31 @@ log 0 verbose 0 update_in_pause 0 debug 0 -debugscript +debugscript +debug_internal 0 # # CORE MISC OPTIONS # -bios +bios cheat 0 skip_gameinfo 0 +uifont default +ramsize # # DEBUGGING OPTIONS # oslog 0 +watchdog 0 # # PERFORMANCE OPTIONS # multithreading 0 +numprocessors auto sdlvideofps 0 +bench 0 # # VIDEO OPTIONS @@ -230,11 +242,7 @@ useallheads 0 # # SOUND OPTIONS # -audio_latency 3 - -# -# INPUT DEVICE OPTIONS -# +audio_latency 2 # # SDL KEYBOARD MAPPING @@ -247,7 +255,20 @@ keymap 0 #keymap_file @GAMES_DATADIR@/sdlmess/keymaps/km_de_LINUX.txt #keymap_file @GAMES_DATADIR@/sdlmess/keymaps/km_fr_LINUX.txt #keymap_file @GAMES_DATADIR@/sdlmess/keymaps/km_it_LINUX.txt -uimodekey uimodekey +uimodekey SCRLOCK + +# +# SDL JOYSTICK MAPPING +# +joy_idx1 auto +joy_idx2 auto +joy_idx3 auto +joy_idx4 auto +joy_idx5 auto +joy_idx6 auto +joy_idx7 auto +joy_idx8 auto +sixaxis 0 # # SDL LOW-LEVEL DRIVER OPTIONS @@ -255,15 +276,3 @@ uimodekey uimodekey videodriver auto audiodriver auto gl_lib auto - -# -# CORE COMMANDS -# - -# -# CONFIGURATION COMMANDS -# - -# -# FRONTEND COMMANDS -# diff --git a/games-emulation/sdlmess/sdlmess-9999.ebuild b/games-emulation/sdlmess/sdlmess-9999.ebuild index e1d879a..bc5f659 100644 --- a/games-emulation/sdlmess/sdlmess-9999.ebuild +++ b/games-emulation/sdlmess/sdlmess-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -82,6 +82,7 @@ src_install() { # Thanks to Sabayon ebuild doins -r hash || die "doins -r keymaps failed" doins -r keymaps || die "doins -r keymaps failed" + insinto "${GAMES_SYSCONFDIR}/${PN}" sed \ -e "s:@VIDEO@:$(use opengl && echo -n opengl || echo -n soft):" \ "${FILESDIR}"/vector.ini.in > "${ED}/${GAMES_SYSCONFDIR}/${PN}/"vector.ini \ |