Skip to content

Commit

Permalink
Added OUYA and Archos Gamepad to profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
paulscode committed Jan 15, 2013
1 parent 00380eb commit f67f2f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/paulscode/android/mupen64plusae/persistent/AppData.java
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,9 @@ else if( arg.equals( "hardware" ) )

else if( hardware.contains( "tuna" )
|| hardware.contains( "mapphone" )
|| hardware.contains( "amlogic meson3" ) )
|| hardware.contains( "amlogic meson3" )
|| hardware.contains( "rk30board" )
|| hardware.contains( "cardhu" ) )
hardwareType = HARDWARE_TYPE_OMAP_2;

else if( hardware.contains( "liberty" )
Expand Down

0 comments on commit f67f2f2

Please sign in to comment.