Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
bb302f1c
Commit
bb302f1c
authored
Jan 27, 2014
by
TwistedUmbrella
Browse files
Make sure the customize view loads controller A by default
parent
0d5f2533
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell/android/src/com/reicast/emulator/InputModFragment.java
View file @
bb302f1c
...
...
@@ -38,7 +38,7 @@ public class InputModFragment extends Fragment {
private
SharedPreferences
mPrefs
;
private
Switch
switchModifiedLayoutEnabled
;
private
Switch
switchCompatibilityEnabled
;
private
String
player
;
private
String
player
=
"_A"
;
private
int
sS
=
2
;
// Container Activity must implement this interface
...
...
@@ -85,7 +85,7 @@ public class InputModFragment extends Fragment {
}
public
void
onNothingSelected
(
AdapterView
<?>
arg0
)
{
//
player = "A";
player
=
"
_
A"
;
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment