Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
devmiyax committed Oct 12, 2020
1 parent 4ac202d commit e6b6ae0
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -656,11 +656,7 @@ private void SyncInputDeviceForPlayer2(){
plyaer2_input_device.setEntryValues(input_entryValues_p2);
plyaer2_input_device.setSummary(plyaer2_input_device.getEntry());

<<<<<<< HEAD

=======
/*
>>>>>>> 169c6d25d... Yaba Sanshiro 2
InputSettingPreference inputsetting= (InputSettingPreference)findPreference("pref_player2_inputdef_file");
if( inputsetting != null ){
try {
Expand Down Expand Up @@ -793,10 +789,5 @@ protected void onPause () {
public void onDestroy() {
super.onDestroy();

<<<<<<< HEAD
}

=======
}
>>>>>>> 169c6d25d... Yaba Sanshiro 2
}

0 comments on commit e6b6ae0

Please sign in to comment.