diff options
| author | 2022-12-30 18:09:03 -0800 | |
|---|---|---|
| committer | 2023-06-03 00:05:27 -0700 | |
| commit | 5e198d1421372f7673f181666df76acc8ff1607d (patch) | |
| tree | 31102f83a8115545ef00dc6b5ce6b6adc327adfd /src/android/code-style-java.xml | |
| parent | video_core: vk_blit_screen: Rotate viewport for Android landscape. (diff) | |
| download | yuzu-5e198d1421372f7673f181666df76acc8ff1607d.tar.gz yuzu-5e198d1421372f7673f181666df76acc8ff1607d.tar.xz yuzu-5e198d1421372f7673f181666df76acc8ff1607d.zip | |
android: Minimize frontend & convert to yuzu.
Diffstat (limited to 'src/android/code-style-java.xml')
| -rw-r--r-- | src/android/code-style-java.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/code-style-java.xml b/src/android/code-style-java.xml index a8ed003c8..1c9014dd9 100644 --- a/src/android/code-style-java.xml +++ b/src/android/code-style-java.xml | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <code_scheme name="Citra-Java" version="173"> | 1 | <code_scheme name="Yuzu-Java" version="173"> |
| 2 | <option name="OTHER_INDENT_OPTIONS"> | 2 | <option name="OTHER_INDENT_OPTIONS"> |
| 3 | <value> | 3 | <value> |
| 4 | <option name="INDENT_SIZE" value="2" /> | 4 | <option name="INDENT_SIZE" value="2" /> |
| @@ -238,3 +238,4 @@ | |||
| 238 | </arrangement> | 238 | </arrangement> |
| 239 | </codeStyleSettings> | 239 | </codeStyleSettings> |
| 240 | </code_scheme> | 240 | </code_scheme> |
| 241 | |||