Added Debug Button
This commit is contained in:
		@@ -38,6 +38,7 @@ enum Values {
 | 
			
		||||
    R,
 | 
			
		||||
    Start,
 | 
			
		||||
    Select,
 | 
			
		||||
    Dbg,
 | 
			
		||||
 | 
			
		||||
    ZL,
 | 
			
		||||
    ZR,
 | 
			
		||||
@@ -72,6 +73,7 @@ static const std::array<const char*, NumButtons> mapping = {{
 | 
			
		||||
    "button_r",
 | 
			
		||||
    "button_start",
 | 
			
		||||
    "button_select",
 | 
			
		||||
    "button_dbg",
 | 
			
		||||
    "button_zl",
 | 
			
		||||
    "button_zr",
 | 
			
		||||
    "button_home",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user