Forum Replies Created
-
AuthorPosts
-
04/23/2015 at 17:44 in reply to: Updated emulator station and emulators but something got bad #95994tandreParticipant
Does this delete something on my config? Thank you so much!
tandreParticipantUP :)
tandreParticipantThank you! I’ll try…
tandreParticipant[quote=85625]I recommend to you the method 2 for Wiimote controllers. The configuration files in the tutorial for method 2 are awkward, but I managed to re-configure it in a proper way and I’m very pleased with the results. The only problem I still have, is that the analogue joysticks are not detected nor working, but the d-pad and every button is working flawlessly. I even managed to re-adjust that annoying problem with the piFBA emulator, no more inverted up and down joystick![/quote]
thank you for the reply!I don’t understand why a,b,1,2 are taken as same button in emulation station :(
what do you have in your “mywminput”?p.s. I couldn’t do copy/paste because of some type problem, did you encounter the same problem?
tandreParticipantfinally I’ve make it works!
Unfortunately A,B,1,2 are taken as SAME button :(
I could only pair with emulation station : up,down,left,right,home,plus,minusHow to fix?
tandreParticipantAfter exit emulator I’ve got a black screen and i must press start and reboot RPi because nothing more happens.
How should I fix it?
tandreParticipantwhen I’m getting out of a ROM I have a black screen and nothings happen… How to return to Emulation Station again? Thanks
tandreParticipant[quote=12756]
<div class=”d4p-bbt-quote-title”>tandre wrote:</div>
I dont know why but pressing 0 button, i.e. triangle on ps2 controller, emulators quit.Have you tried to set this one to “nul” and see if it still happens?
input_exit_emulator_btn = “9″
[/quote]
It was a stupid problem of quote i.e. “”input_enable_hotkey_btn = “8″
input_exit_emulator_btn = “9″
input_save_state_btn = “4″
input_load_state_btn = “5″In your post you have differente quotes, change to “”. It’s a text formatting problem ( dont know if i’ve been clear)
Another problem, when I’m getting out of a ROM I have a black screen and nothing happen… How to return to Emulation Station again? Thanks :)
tandreParticipantI dont know why but pressing 0 button, i.e. triangle on ps2 controller, emulators quit.
Also the load/save buttons doesnt work…
[code]system_directory = /home/pi/RetroPie/roms/../BIOS
config_save_on_exit = false
video_aspect_ratio = 1.33
video_smooth = false
video_threaded = true
input_enable_hotkey = escape
rewind_enable = false
rewind_buffer_size = 10
rewind_granularity = 2
input_rewind = r
video_gpu_screenshot = true
input_shader_next = m
input_shader_prev = n
video_shader_dir = /opt/retropie/emulators/RetroArch/shader/
input_player1_a = x
input_player1_b = z
input_player1_y = a
input_player1_x = s
input_player1_start = enter
input_player1_select = rshift
input_player1_l = q
input_player1_r = w
input_player1_left = left
input_player1_right = right
input_player1_up = up
input_player1_down = down
input_autodetect_enable = true
joypad_autoconfig_dir = /opt/retropie/emulators/RetroArch/configs/
input_player1_b_btn = "2"
input_player1_y_btn = "3"
input_player1_select_btn = "8"
input_player1_start_btn = "9"
input_player1_up_axis = "-1"
input_player1_down_axis = "+1"
input_player1_left_axis = "-0"
input_player1_right_axis = "+0"
input_player1_a_btn = "1"
input_player1_x_btn = "0"
input_player1_l_btn = "6"
input_player1_r_btn = "7"
input_player1_l2_btn = "4"
input_player1_r2_btn = "5"
input_player1_l3_btn = "11"
input_player1_r3_btn = "10"
input_player1_l_x_plus_btn = "h0up"
input_player1_l_x_minus_btn = "h0down"
input_player1_l_y_plus_btn = "h0right"
input_player1_l_y_minus_btn = "h0left"
input_player1_r_x_plus_btn = "+2"
input_player1_r_x_minus_btn = "-2"
input_player1_r_y_plus_axis = "+3"
input_player1_r_y_minus_axis = "-3"
input_enable_hotkey_btn = “8″
input_exit_emulator_btn = “9″
input_save_state_btn = “11″
input_load_state_btn = “10″
[/code]tandreParticipantSame problem, does someone knows?
tandreParticipantI see that SNESDev could be modify, could I make it works?
Could someone help me? :)
tandreParticipantcould someone help me with this?
http://pimame.org/forum/discussion/580/mp-8866-dual-usb-joypad-pimame-debian-support/p1
to retropieor
this:
I’ve been trying to debug this one on my Gentoo system. I’ve found that if
you run usbmodules with the –device paramter will have the side effect of
allowing the adapter to work.
For example:
Plug in adapter [joydev is loaded, /dev/input/js0 is created]
cat /dev/input/js0 [a few bytes, then silence; never any response from pushing
buttons]
usbmodules –device /proc/bus/usb/###/### [no output]
cat /dev/input/js0 [now it responds to button pressescant do it
tandreParticipantHow to change driver?
tandreParticipantYes the analog led on controller works normally, also the led on the usb device works: If any button or axis is pushed/moved the led start “glittering”
tandreParticipantjtest /dev/input/js0 or js1
start working but no button or axis is detected, so I think that raspberry find correctly the device but drivers are not the right.
the raspberry uses LinuxRaw but could i use another like dinput? -
AuthorPosts