Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
sdbrook ParticipantFor volume control, I configured mine so that I hold Select then press Up or Down on my controller. I have Select set as my hotkey, which for my controller is button 6: 
 input_enable_hotkey_btn = “6”I set my Up and Down buttons to control the volume up and down: 
 input_volume_up_axis = “-1”
 input_volume_down_axis = “+1”sdbrook ParticipantOpen the file: opt\retropie\configs\n64\mupen64plus.cfg 
 Locate the line that says: Joy Mapping Stop =
 This is the joystick event string for stopping the emulator. For my iBuffalo SNES controller I set the exit button to Select, which is button 6, since the N64 controller has no Select button anyway.Since I’m using button 6, I set that line to: Joy Mapping Stop = “J0B6” J0 means player 1 and B6 means button 6. You cannot use hot keys for this emulator, but with this configuration I simply press select while in game and it exits out to Emulationstation. I hope this info is useful. sdbrook ParticipantHow are you putting it into demo-mode? sdbrook ParticipantSeebach, 
 I would really like to control Kodi with my USB SNES controller. I read your blog post you linked but am unclear. I installed Kodi from the experimental section of the Retropie setup script. What are the steps needed to get my USB SNES controller working in Kodi?sdbrook ParticipantI’ve heard this may help: Open opt/retropie/configs/all/retroarch.cfg 
 set “video_hard_sync = true” and make sure it is not commented out.sdbrook ParticipantI’m also very interested in getting it to boot directly into Kodi then having it load Emulation Station upon exiting Kodi. 
- 
		AuthorPosts