Solved run app with recalbox
- 
					
					
					
					
 can I initialize a debian application with recalbox? I want to create a counter 
 to find out how many times the player presses select button
 I created a debian application that does this for me.if not possible 
 is there a way to create a script that does this function?example if Key = Button_Select 
 {
 ini.LoadFile ("counter.ini");
 ini.GetValue ("counter", "pulses", NULL);
 ini.SetValue ("counter", "pulses", "NULL + 1");
 }File counter.ini [COUNTER] 
 Pulses=12
- 
					
					
					
					
 @djmatrix-hu3 
 I'm using a USB joystick
 Not GPIO 
- 
					
					
					
					
 @djmatrix-hu3 just curios... what‘s the purpuse of it? 
- 
					
					
					
					
 @paradadf I want to put a MAME cabinet in a public place get numbers of how many people will play during the day    
- 
					
					
					
					
 @djmatrix-hu3 I hope you are aware of what you are legally entitled to do and what you aren‘t. 
- 
					
					
					
					
 @paradadf said in run app with recalbox: @djmatrix-hu3 I hope you are aware of what you are legally entitled to do and what you aren‘t. Yes, I'm aware 
 I am not using for profit, but for statistical purposes and study..I made a python script that sends the numbers to my IOS app 
 I could post the script, but some people may use it for illegal purposes 
