Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwei committed Oct 10, 2023
1 parent 085d6c8 commit e84d08d
Show file tree
Hide file tree
Showing 6 changed files with 319 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/android/app/src/main/assets/3dstdb-zh_CN.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@
0004000000191000 = 妖怪手表3 寿司
000400000018B000 = 妖怪三国志
00040000000AFC00 = 数码宝贝世界 复原解码
000400000019D100 = 数码宝贝宇宙 应用怪兽
0004000000120900 = 禁忌的玛古那
000400000007A000 = 合金装备 食蛇者
0004000000082400 = 合金装备 食蛇者
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
if (fragment != null) {
fragment.showSettingsList(mSettings);
}
Toast.makeText(this, R.string.reset_setting, Toast.LENGTH_SHORT).show();
return true;
} else if (item.getItemId() == R.id.menu_reset_cache) {
if (CitraDirectory.deleteAllFiles(CitraDirectory.getCacheDirectory())) {
Expand Down
Loading

0 comments on commit e84d08d

Please sign in to comment.