bunnei
c67c98f9d8
android: frontend: Add MobileLandscape layout profile for mobile devices.
2020-08-15 13:58:41 -04:00
James Rowe
cf07f93780
Adds in missing changes to gradle file and updates dynarmic
2020-08-15 13:58:41 -04:00
bunnei
7b02f415f3
android: jni: button_manager: Fix circle pad on subsequent game launch.
...
- We were missing an UnregisterFactory call for AnalogDevice.
2020-08-15 13:58:41 -04:00
bunnei
44886ba136
android: frontend: MainPresenter: Refresh game directory on app boot.
2020-08-15 13:58:41 -04:00
bunnei
812249c843
android: jni: game_info: Fix crash on banner load for missing title.
2020-08-15 13:58:41 -04:00
bunnei
c0526b6998
android: jni: config: Fix bug preventing creation of config.ini.
2020-08-15 13:58:41 -04:00
bunnei
9421406850
android: frontend: StartupHandler: Add an intro sequence to pick game dir.
2020-08-15 13:58:41 -04:00
bunnei
a218e890b5
android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
...
- Because android phones aren't very fast.
2020-08-15 13:58:41 -04:00
bunnei
90573da796
android: core: Prepare for ARM64 dynarmic support.
2020-08-15 13:58:41 -04:00
bunnei
06840d3616
android: frontend: Settings: Section categories must match INI settings.
2020-08-15 13:58:41 -04:00
bunnei
49deb3a50c
android: frontend: Settings: Various updates and preserve single choice text in UI.
2020-08-15 13:58:41 -04:00
bunnei
5cb9ea36a6
android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings.
2020-08-15 13:58:41 -04:00
bunnei
a429cda555
android: frontend: Enlarge icon for launcher.
2020-08-15 13:58:41 -04:00
bunnei
0cac2a4664
android: frontend: SettingsFragmentPresenter: Organize settings into logical categories.
2020-08-15 13:58:41 -04:00
bunnei
d9e4da52c8
android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting.
2020-08-15 13:58:41 -04:00
bunnei
e3f9892c02
android: frontend: InputOverlay: Fix setting save for portrait mode.
2020-08-15 13:58:40 -04:00
bunnei
c2acb596fa
android: frontend: Fix settings slider cancel button.
2020-08-15 13:58:40 -04:00
bunnei
0e7c8de026
android: frontend: auto-reformat all code for consistent style.
2020-08-15 13:58:40 -04:00
bunnei
ca8df8456f
android: dynarmic: Use internal dynarmic submodule.
2020-08-15 13:58:40 -04:00
James Rowe
24dede2522
Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain
2020-08-15 13:58:40 -04:00
bunnei
64a94d02cd
(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-08-15 13:58:40 -04:00
bunnei
ebc8f89d10
android: frontend: Implement MobilePortrait layout, which makes more sense for mobile.
2020-08-15 13:58:40 -04:00
bunnei
649a1e8f3c
android: native: Remove several unused hooks.
2020-08-15 13:58:40 -04:00
bunnei
44721b4519
android: native: Add hooks for SwitchScreenLayout and SwapScreens.
2020-08-15 13:58:40 -04:00
bunnei
4925d371b3
android: config: Update to reflect latest settings.
2020-08-15 13:58:40 -04:00
bunnei
df9ac5fac2
android: frontend: Add base project.
2020-08-15 13:58:40 -04:00
Pengfei Zhu
f72be7af2d
Merge pull request #5497 from GMaxera/fix-broken-mac-os-travis-build
...
Use gtimeout on Mac OS job to incrementally build up ccache
2020-08-07 20:30:52 +08:00
Gianluca Massera
52470d5f60
Use gtimeout on Mac OS job to incrementally build up ccache
2020-08-07 12:39:10 +01:00
Valeri
57da84ba63
Add LGTM static analyzer config file ( #5495 )
...
* Add LGTM static analyzer config file
* Install clang-format-6.0 as gets installed anyways
2020-08-07 09:34:39 +08:00
Marshall Mohror
b94f21eacd
Merge pull request #5462 from FearlessTobi/port-4376
...
Port yuzu-emu/yuzu#4376 : "frontend: Improve wait tree readability for dark themes"
2020-07-28 12:27:54 -05:00
xperia64
b4ec50ba21
Actually return true if InitMFDLL succeeded ( #5470 )
2020-07-23 00:46:10 -04:00
Pengfei Zhu
c3673ac9cd
Merge pull request #5468 from citra-emu/zhaowenlan1779-patch-1
...
Update scan_dll.py
2020-07-22 23:13:00 +08:00
Pengfei Zhu
967f6500cf
Update scan_dll.py
...
Fix the current crossbuilding issue
2020-07-22 21:55:39 +08:00
Marshall Mohror
a34888804b
Merge pull request #5464 from FearlessTobi/port-4347
...
Port yuzu-emu/yuzu#4347 : "settings: Make use of std::string_view over std::string for logging"
2020-07-21 08:46:18 -05:00
FearlessTobi
08f3fdfaec
settings: Make use of std::string_view over std::string for logging
...
In all usages of LogSetting(), string literals are provided.
std::string_view is better suited here, as we won't churn a bunch of
string allocations every time the settings are logged out.
While we're at it, we can fold LogSetting() into LogSettings(), given
it's only ever used there.
Co-Authored-By: Mat M. <lioncash@users.noreply.github.com>
2020-07-19 15:07:16 +02:00
David Marcec
7c578b0579
frontend: Improve wait tree readability for dark themes
2020-07-19 14:41:50 +02:00
Marshall Mohror
d88d22080d
Merge pull request #5453 from FearlessTobi/port-4221
...
Port yuzu-emu/yuzu#4221 : "cmake: stop linking against QGL"
2020-07-14 09:26:43 -05:00
Marshall Mohror
f6ced5def0
Merge pull request #5452 from FearlessTobi/port-4287
...
Port yuzu-emu/yuzu#4287 : "CMakeLists: Update fmt to 7.0.1"
2020-07-14 09:26:24 -05:00
Ben
1722701c07
[WIP] NCCHContainer: support for partitions if container is NCSD ( #5345 )
...
* GetProgramLaunchInfo: improve to for 3ds files
* NCSD: allow to load other partitions
* fix typo
* Update src/core/hle/service/fs/fs_user.cpp
Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com>
* Update src/core/hle/service/fs/fs_user.cpp
Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com>
Co-authored-by: Marshall Mohror <mohror64@gmail.com>
Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com>
2020-07-14 09:14:30 -05:00
Marshall Mohror
897e473da4
Merge pull request #5332 from Dragios/fix-exe-path
...
Correct output paths for executable binaries in CMakeLists.txt
2020-07-14 09:10:11 -05:00
Marshall Mohror
a83f819160
Merge pull request #5317 from MerryMage/compile-on-10.13
...
travis: Compile on macOS 10.13 with more up to date compiler
2020-07-14 09:06:03 -05:00
FearlessTobi
88edf9d62c
cmake: stop linking against QGL
...
Co-Authored-By: Jan Beich <jbeich@users.noreply.github.com>
2020-07-11 19:06:31 +02:00
FearlessTobi
97d1430ee5
CMakeLists: Update fmt to 7.0.1
...
Keeps the package up to date with the latest major release of fmt.
This version brings in quite a bit of improvements, such as code size
reduction, etc.
Co-Authored-By: Mat M. <lioncash@users.noreply.github.com>
2020-07-11 18:52:36 +02:00
Tobias
96fa75fb93
discord_impl: Update the client ID ( #5449 )
...
THis should hopefully fix Rich Presence for CItra.
2020-07-08 23:45:54 +02:00
Marshall Mohror
f4e727cc19
Merge pull request #5420 from citra-emu/xglTextureBarrier
...
videocore: When an image is the current framebuffer and is sampled, make a copy instead of using glTextureBarrier
2020-07-07 16:45:27 -05:00
BreadFish64
60282f35fe
fix clang format
2020-07-07 16:43:42 -05:00
Marshall Mohror
bd7ee8c315
Common: remove a mod from AlignUp ( #5441 )
...
In cases where the size is not a known constant when inlining, AlignUp<std::size_t> currently generates two 64-bit div instructions.
This generates one div and a cmov which is significantly cheaper.
2020-07-07 16:39:23 -05:00
Pengfei Zhu
835efd321e
Merge pull request #5438 from zhaobot/tx-update-20200701011708
...
Update translations (2020-07-01)
2020-07-07 20:39:14 +08:00
The Citra Community
add0deb3c5
Update translations (2020-07-01)
2020-07-01 01:17:39 +00:00
Pengfei Zhu
910cc9efc1
Merge pull request #5435 from FearlessTobi/port-4097
...
Port yuzu-emu/yuzu#4097 : "Fix framebuffer size on fractional scaling display."
2020-06-29 21:46:26 +08:00