bunnei
62cf3140dc
android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
...
- Because android phones aren't very fast.
2020-06-16 15:03:45 -04:00
bunnei
035bb32281
android: core: Prepare for ARM64 dynarmic support.
2020-06-16 15:03:45 -04:00
bunnei
2353fbe146
android: frontend: Settings: Section categories must match INI settings.
2020-06-16 15:03:45 -04:00
bunnei
e110b458a3
android: frontend: Settings: Various updates and preserve single choice text in UI.
2020-06-16 15:03:45 -04:00
bunnei
27e84f9cfc
android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings.
2020-06-16 15:03:44 -04:00
bunnei
f37bdd0121
android: frontend: Enlarge icon for launcher.
2020-06-16 15:03:44 -04:00
bunnei
b9cd650a24
android: frontend: SettingsFragmentPresenter: Organize settings into logical categories.
2020-06-16 15:03:44 -04:00
bunnei
88cdfb093a
android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting.
2020-06-16 15:03:44 -04:00
bunnei
8ce38efd13
android: frontend: InputOverlay: Fix setting save for portrait mode.
2020-06-16 15:03:44 -04:00
bunnei
2acca2b6ca
android: frontend: Fix settings slider cancel button.
2020-06-16 15:03:44 -04:00
bunnei
2064653bcd
android: frontend: auto-reformat all code for consistent style.
2020-06-16 15:03:44 -04:00
bunnei
c48e96dc1f
android: dynarmic: Use internal dynarmic submodule.
2020-06-16 15:03:43 -04:00
James Rowe
9c4524281b
Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain
2020-06-16 15:03:43 -04:00
bunnei
99a2391d05
(jroweboy) Remove existing code in src/android
...
Move src/citra_android to src/android/app/src/main/jni
Disable gdbstub breakpoints on android (could be done better)
Disable LOD_BIAS for GLES (not support on gles)
2020-06-16 15:03:43 -04:00
bunnei
7b54e7dfc7
android: frontend: Implement MobilePortrait layout, which makes more sense for mobile.
2020-06-16 15:03:42 -04:00
bunnei
3eac04285c
android: native: Remove several unused hooks.
2020-06-16 15:03:42 -04:00
bunnei
3a4b387908
android: native: Add hooks for SwitchScreenLayout and SwapScreens.
2020-06-16 15:03:42 -04:00
bunnei
5b38151729
android: config: Update to reflect latest settings.
2020-06-16 15:03:42 -04:00
bunnei
248a406e99
android: frontend: Add base project.
2020-06-16 15:03:42 -04:00
xperia64
2e24183e53
Interpolation v2, w/vector and roundf ( #5350 )
2020-06-14 14:56:10 -04:00
Pengfei Zhu
16913feb44
Merge pull request #5273 from xperia64/frame_timing_tweak
...
Update FPS to roughly match the actual 3DS rate
2020-06-12 22:14:03 +08:00
xperia64
b0aa58ba56
Fix cheat frame interval
2020-06-11 23:29:12 -04:00
xperia64
c873b38387
Update codec information
2020-06-11 22:05:29 -04:00
Pengfei Zhu
5b245aafd3
Merge pull request #5402 from xperia64/update_teakra_sync
...
Update teakra, adjust TeakraSlice for new audio frame period
2020-06-11 22:41:01 +08:00
Pengfei Zhu
9b20ff0369
Merge pull request #5401 from xperia64/fix_pipe_read_size
...
Fix ReadPipeIfPossible Size
2020-06-11 22:37:50 +08:00
Pengfei Zhu
2632b421c2
Merge pull request #5266 from xperia64/audio_ticks_tweak
...
Adjust audio_frame_ticks
2020-06-11 22:37:30 +08:00
Pengfei Zhu
565e5988ef
Merge pull request #5404 from xperia64/wmf_aac_bad
...
Fix WMF AAC Decoder Bug
2020-06-11 22:23:41 +08:00
xperia64
b0a20180ee
Update comments after hardware testing
2020-06-10 23:05:02 -04:00
xperia64
c63797a096
Recomment the ffmpeg backend
2020-06-10 19:47:28 -04:00
xperia64
016d2b08e3
Fix ffmpeg time base
2020-06-10 19:42:23 -04:00
xperia64
62e2cd6239
Use samples_per_frame instead of hardcoded 160
2020-06-10 17:10:50 -04:00
xperia64
20d823a42a
Fix WMF AAC decoder bug
2020-06-10 16:58:09 -04:00
Pengfei Zhu
e6ad0d390e
Merge pull request #5381 from zhaowenlan1779/swkbd-another-fix
...
applets/swkbd: Properly handle button_text
2020-06-08 22:04:49 +08:00
xperia64
daf0e750d2
Update teakra, adjust TeakraSlice for new audio frame period
2020-06-07 20:06:22 -04:00
xperia64
fd0a618b16
Fix ReadPipeIfPossible
2020-06-07 16:16:36 -04:00
Pengfei Zhu
edb5977fba
Merge pull request #5400 from lioncash/count
...
fs/file: Make use of std::move where applicable
2020-06-07 23:00:08 +08:00
Pengfei Zhu
1643cf5b86
Merge pull request #5398 from lioncash/call
...
am: Remove redundant c_str() calls
2020-06-07 22:57:40 +08:00
Pengfei Zhu
0b307a86a6
Merge pull request #5394 from lioncash/uninit
...
cro_helper: Silence -Wuninitialized warning
2020-06-07 22:53:06 +08:00
Pengfei Zhu
dbd1a389ef
Merge pull request #5393 from lioncash/signed
...
nwm: Eliminate signed conversion warnings
2020-06-07 22:52:18 +08:00
Lioncash
5259ab7566
fs/file: Make use of std::move where applicable
...
Avoids unnecessary atomic reference count increments and decrements.
2020-06-06 11:24:36 -04:00
Lioncash
d859f5c9eb
am: Remove redundant c_str() calls
...
Avoids redundant std::string constructions.
2020-06-06 00:00:03 -04:00
Lioncash
9e515a50b7
cro_helper: Silence -Wuninitialized warning
...
We can simply initialize the variable in this case with a consistent
value.
2020-06-05 20:58:23 -04:00
Lioncash
f8ab6e9247
nwm: Eliminate signed conversion warnings
...
While we're at it, we can also improve some of the allocations and
copying that would be going on in one case by preallocating and then
emplacing before modifying.
2020-06-05 20:52:28 -04:00
xperia64
76253063a3
Merge pull request #5376 from xperia64/save_default_controls
...
Actually save the input when clearing/resetting to default
2020-05-31 16:27:55 -04:00
Pengfei Zhu
81a1e5680f
Merge pull request #5163 from z87/input-touch-mapping
...
input: allow mapping buttons to touchscreen
2020-05-31 22:23:02 +08:00
zhupengfei
46e8c38395
Use attribute instead of comment
2020-05-31 10:47:46 +08:00
zhupengfei
190a053987
applets/swkbd: Properly handle button_text
...
I'm not sure why we decided to have a boolean here, but apparently that wasn't the correct behaviour. According to HW tests, the Software Keyboard simply displays the default text when the button text provided is empty (**not necessarily all zero**). For example, if you set a text for one of the buttons and leave others empty, the button you set will have your text, while others will have their default texts. Removed the boolean and updated frontend code to make it correct.
2020-05-31 09:41:30 +08:00
xperia64
8d19e144cb
Actually save the input when clearing/resetting to default
2020-05-28 20:03:29 -04:00
xperia64
7dc472a3a7
Fix "core.cpp" clang-format ( #5375 )
2020-05-29 01:53:14 +02:00
Pengfei Zhu
61c8ea3fe9
Merge pull request #5333 from lioncash/heap
...
fs_user: std::move vectors where applicable
2020-05-28 22:49:57 +08:00