bunnei
|
42074dc6c7
|
Merge pull request #10595 from 8bitDream/deprecated
android: Replace deprecated and Java code
|
2023-06-03 22:08:30 -07:00 |
|
bunnei
|
296ccb698d
|
android: cmake: Use cmake_dependent_option as appropriate.
|
2023-06-03 00:14:33 -07:00 |
|
bunnei
|
db6737f2ba
|
android: vk_presentation_manager: Fix unusued needs_recreation.
|
2023-06-03 00:06:08 -07:00 |
|
bunnei
|
df70fdc95b
|
android: vk_turbo_mode: Remove unnecessary device recreation.
- Fixes a rare crash.
|
2023-06-03 00:06:08 -07:00 |
|
bunnei
|
4ac9778652
|
android: EmulationFragment: Remove unnecessary surface destroy on pause.
|
2023-06-03 00:06:08 -07:00 |
|
bunnei
|
098e2c4077
|
android: renderer_vulkan: Fix crash with surface recreation.
|
2023-06-03 00:06:07 -07:00 |
|
bunnei
|
057117f009
|
android: Fix presentation layout on foldable and tablet devices.
|
2023-06-03 00:06:07 -07:00 |
|
bunnei
|
eb4ab9bc58
|
input_common: Fix virtual amiibos
|
2023-06-03 00:06:06 -07:00 |
|
bunnei
|
40e938376b
|
android: audio_core: Avoid shutdown hang.
|
2023-06-03 00:06:06 -07:00 |
|
bunnei
|
9ca8687b5f
|
android: ForegroundService: Handle null intent.
|
2023-06-03 00:06:06 -07:00 |
|
bunnei
|
17ae85e724
|
android: ImportExportSavesFragment: Cleanup strings.
|
2023-06-03 00:06:06 -07:00 |
|
bunnei
|
b325ad16bc
|
Update src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.kt
|
2023-06-03 00:06:06 -07:00 |
|
bunnei
|
b2570d2546
|
android: Use ext-android-bin for external binaries.
|
2023-06-03 00:06:06 -07:00 |
|
bunnei
|
ee8caac82f
|
android: Various fixes for CI.
|
2023-06-03 00:06:05 -07:00 |
|
bunnei
|
17b5ed9baf
|
android: externals: Update libadrenotools, use useLegacyPackaging.
|
2023-06-03 00:06:05 -07:00 |
|
bunnei
|
cf9f4f67dd
|
video_core: vk_rasterizer: Decrease draw dispatch count for Android.
|
2023-06-03 00:06:04 -07:00 |
|
bunnei
|
b4725332a2
|
android: config: Expose VSync as a configurable setting.
|
2023-06-03 00:06:04 -07:00 |
|
bunnei
|
f0ed20c8a2
|
android: GPU: Enable async presentation, increase frames in flight.
|
2023-06-03 00:06:03 -07:00 |
|
bunnei
|
5d43594a70
|
android: vulkan_device: Skip BGR565 emulation on S8gen2.
|
2023-06-03 00:06:01 -07:00 |
|
bunnei
|
1a424ea6c6
|
android: config: Use default anisotropic filtering.
|
2023-06-03 00:06:01 -07:00 |
|
bunnei
|
8b8123b733
|
android: vulkan_device: Only compile OverrideBcnFormats when used.
|
2023-06-03 00:06:00 -07:00 |
|
bunnei
|
befd477279
|
android: video_core: Disable some problematic things on GPU Normal.
|
2023-06-03 00:06:00 -07:00 |
|
bunnei
|
6b093224c1
|
android: settings: Use mailbox vsync by default.
|
2023-06-03 00:06:00 -07:00 |
|
bunnei
|
8dc7fe0c96
|
android: video_core: Disable problematic compute shaders.
- Fixes #104.
|
2023-06-03 00:06:00 -07:00 |
|
bunnei
|
117bc2ae6c
|
android: vulkan: Recreate surface after suspension & adapt to async. presentation.
|
2023-06-03 00:05:59 -07:00 |
|
bunnei
|
570c4a2c1b
|
android: config: Enable asynchronous presentation by default on Android.
|
2023-06-03 00:05:59 -07:00 |
|
bunnei
|
ca4bf3844e
|
video_core: Enable support_descriptor_aliasing on Turnip, disable storage atomic otherwise.
|
2023-06-03 00:05:58 -07:00 |
|
bunnei
|
12c9e18b55
|
android: vulkan: Disable vertex_input_dynamic_state on Qualcomm.
|
2023-06-03 00:05:51 -07:00 |
|
bunnei
|
d2e55558df
|
android: settings: Add scaling filter & anti-aliasing options. (#66)
|
2023-06-03 00:05:50 -07:00 |
|
bunnei
|
4006468f73
|
android: video_core: Add support for disk shader cache. (#64)
|
2023-06-03 00:05:50 -07:00 |
|
bunnei
|
6d2e7de2e0
|
android: vulkan_debug_callback: Ignore many innocuous errors.
|
2023-06-03 00:05:50 -07:00 |
|
bunnei
|
30bf5d5b07
|
android: config: Change docked mode and GPU accuracy to favor performance on Android.
|
2023-06-03 00:05:50 -07:00 |
|
bunnei
|
b2aeb50229
|
android: vulkan_device: Disable VK_EXT_custom_border_color on Adreno.
- Causes crashes on sampler creation with Super Mario Odyssey.
|
2023-06-03 00:05:48 -07:00 |
|
bunnei
|
d5ebfc8e21
|
android: Implement basic software keyboard applet.
|
2023-06-03 00:05:47 -07:00 |
|
bunnei
|
58ede89c60
|
android: config: Disable shader cache by default on Android.
|
2023-06-03 00:05:47 -07:00 |
|
bunnei
|
b5b4e50c32
|
android: EmulationActivity: Fix variable shadowing in fragment creation.
|
2023-06-03 00:05:43 -07:00 |
|
bunnei
|
f45a0b94d6
|
android: res: fragment_emulation: Ensure FPS counter is shown.
|
2023-06-03 00:05:43 -07:00 |
|
bunnei
|
c385b2b07b
|
android: settings: Dynamically evaluate valueAsString
Co-Authored-By: bunnei <bunneidev@gmail.com>
|
2023-06-03 00:05:42 -07:00 |
|
bunnei
|
2dfbfadf82
|
android: frontend: Add unique error strings for Vulkan initialization errors.
|
2023-06-03 00:05:34 -07:00 |
|
bunnei
|
26ee6844c2
|
android: build.gradle: Cleanup build types.
|
2023-06-03 00:05:32 -07:00 |
|
bunnei
|
4769d716fc
|
android: frontend: settings: Add graphics debugging.
|
2023-06-03 00:05:32 -07:00 |
|
bunnei
|
0276197744
|
android: jni: Ensure system is only initialized once.
- Fixes likelihood that fastmem allocation succeeds.
|
2023-06-03 00:05:32 -07:00 |
|
bunnei
|
ff2f370946
|
video_core: vulkan_device: Correct error message for unsuitable driver.
|
2023-06-03 00:05:32 -07:00 |
|
bunnei
|
dcbf0c43c0
|
android: frontend: Cleanup framerate counter.
|
2023-06-03 00:05:32 -07:00 |
|
bunnei
|
8248d69093
|
android: vulkan: Implement adrenotools turbo mode.
|
2023-06-03 00:05:32 -07:00 |
|
bunnei
|
21320d80d9
|
android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm.
- Newer drivers report this as supported, but it is broken.
|
2023-06-03 00:05:32 -07:00 |
|
bunnei
|
b0f8aef057
|
android: frontend: Add support for GPU driver selection.
|
2023-06-03 00:05:32 -07:00 |
|
bunnei
|
4c38220a64
|
android: native: Add support for custom Vulkan driver loading.
|
2023-06-03 00:05:31 -07:00 |
|
bunnei
|
ae099d583c
|
core: frontend: Refactor GraphicsContext to its own module.
|
2023-06-03 00:05:31 -07:00 |
|
bunnei
|
32cf6beee3
|
common: dynamic_library: Add ctor for existing handle.
|
2023-06-03 00:05:31 -07:00 |
|
bunnei
|
e9f35d3260
|
android: EmulationFragment: Always reset overlay.
- Ensures correct placement until we have better overlay configuration.
|
2023-06-03 00:05:31 -07:00 |
|
bunnei
|
0e52d11ede
|
android: frontend: Implement game grid view. (#9)
|
2023-06-03 00:05:30 -07:00 |
|
bunnei
|
7a89c2fe3a
|
android: strings: Refresh key dumping URL.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
ddf10cdb18
|
android: frontend: Modify ROM load messaging for invalid keys.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
93cf8c3090
|
android: frontend: Integrate key installation for SAF.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
63a98e3e1c
|
android: jni: Add function to reload keys.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
93bad47edb
|
core: crypto: key_manager: Add methods to reload & validate keys.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
f33776af67
|
android: EmulationActivity: Temporarily disable running notification.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
ef605f7d8f
|
android: Implement SAF support & migrate to SDK 31. (#4)
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
39ab81a098
|
android: Harden emulation shutdown when loader fails.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
e12e1efa40
|
android: SettingsFragmentPresenter: Fix default renderer backend.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
d6a41b3290
|
android: jni: native: Add lock around HaltEmulation, tighten run loop.
|
2023-06-03 00:05:29 -07:00 |
|
bunnei
|
d553fd4c3a
|
android: jni: native: Refactor locking for is_running.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
104ff475d2
|
android: jni: native: Remove unnecessary atomic for is_running.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
9ba67eab4f
|
android: jni: native: Tighten up emulation start/stop signaling.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
1e94d16dad
|
android: jni: native: Consolidate emulation state into EmulationSession singleton.
- Fixes state management issues across multiple boots.
- Fixes crashes related to unsafe access of perf stats.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
6cc21a56d9
|
android: Frontend: Fix rendering aspect ratio & add a setting for it.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
4f903d8d35
|
android: Integrate settings frontend with yuzu & remove unused code.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
2972a3ccc7
|
video_core: vulkan_device: Device initialization for Adreno.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
91350524c2
|
video_core: vk_pipeline_cache: Disable support_descriptor_aliasing on Android.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
6ed62a9f10
|
video_core: vk_swapchain: Fix image format for Android.
|
2023-06-03 00:05:28 -07:00 |
|
bunnei
|
5e198d1421
|
android: Minimize frontend & convert to yuzu.
|
2023-06-03 00:05:27 -07:00 |
|
bunnei
|
18527a8c42
|
video_core: vk_blit_screen: Rotate viewport for Android landscape.
|
2023-06-03 00:05:27 -07:00 |
|
bunnei
|
cdbab60bbb
|
common: error: Fix for Android.
|
2023-06-03 00:05:27 -07:00 |
|
bunnei
|
f8b87e6fab
|
common: fs: Implement for Android.
|
2023-06-03 00:05:27 -07:00 |
|
bunnei
|
99296a1510
|
common: logging: Implement Android logcat backend.
|
2023-06-03 00:05:26 -07:00 |
|
bunnei
|
afdee9abea
|
common: host_memory: Implement for Android.
|
2023-06-03 00:05:26 -07:00 |
|
bunnei
|
e6d5dbb58e
|
android: Minimal JNI for yuzu.
|
2023-06-03 00:05:26 -07:00 |
|
bunnei
|
bb2cbbfba3
|
android: Add Citra frontend.
|
2023-06-03 00:05:26 -07:00 |
|
bunnei
|
851b1008a8
|
cmake: Integrate bundled FFmpeg for Android.
|
2023-06-03 00:05:26 -07:00 |
|
bunnei
|
5de8ee7bba
|
cmake: Integrate submoduled LLVM & fixes for Android.
|
2023-06-03 00:05:26 -07:00 |
|
bunnei
|
e931bb8c44
|
Merge pull request #10575 from bm01/issue-template
issue_template: Add link to website, Getting Log Files
|
2023-06-02 23:58:04 -07:00 |
|
bunnei
|
05e38ee149
|
Merge pull request #10506 from Kelebek1/bc_channel_fix
Skip BufferCache tickframe with no channel state set
|
2023-05-30 14:42:12 -07:00 |
|
bunnei
|
83b502c08c
|
Merge pull request #10221 from Kelebek1/partial_dsp_revert
Add a 5ms tiemout to the DSP processing wait
|
2023-05-25 21:34:50 -07:00 |
|
bunnei
|
ffa1fba7d6
|
Merge pull request #10396 from german77/amiibo_write
input_common: Implement amiibo writing
|
2023-05-25 14:07:16 -07:00 |
|
bunnei
|
e264ab4ad0
|
Merge pull request #10415 from german77/amiibo-no-key
service: nfc: Remove encryption key requirement
|
2023-05-24 22:14:55 -07:00 |
|
bunnei
|
73a0ea0738
|
Merge pull request #10435 from FernandoS27/gotta-clean-mess-ups
Texture cache: revert wrong acceleration assumption
|
2023-05-24 21:00:53 -07:00 |
|
bunnei
|
593236f211
|
Merge pull request #10433 from FernandoS27/theres-a-lime-coming-around
Texture Cache Util: Fix block depth adjustment on slices.
|
2023-05-24 20:59:21 -07:00 |
|
bunnei
|
1e398e6c36
|
Merge pull request #10344 from german77/pro-amiibo
input_common: Fix pro controller amiibo support
|
2023-05-18 18:10:38 -07:00 |
|
bunnei
|
9d4a2de72b
|
Merge pull request #10262 from liamwhite/depth-clamp
vulkan_common: disable depth clamp dynamic state for older radv
|
2023-05-17 12:19:03 -07:00 |
|
bunnei
|
29c7176f55
|
Merge pull request #10286 from liamwhite/compatible-bits
vulkan_common: fix incompatible property flags
|
2023-05-14 01:23:29 -07:00 |
|
bunnei
|
021e503cc8
|
Merge pull request #10237 from liamwhite/cache-storage
fs: stub cache storage
|
2023-05-12 16:42:17 -07:00 |
|
bunnei
|
1805de0301
|
Merge pull request #10236 from liamwhite/thats-not-an-ibinder
nvnflinger: fix Parcel serialization
|
2023-05-12 16:07:35 -07:00 |
|
bunnei
|
2fe922aae5
|
Update README.md to remove Skyline license exception.
|
2023-05-10 15:52:30 -07:00 |
|
bunnei
|
b70a205a96
|
Merge pull request #10075 from Kelebek1/silence_nifm_spam
Silence network spam
|
2023-05-07 17:45:32 -07:00 |
|
bunnei
|
3d8eca92f9
|
Merge pull request #10197 from liamwhite/resume-token
bootmanager: remove stop_token header
|
2023-05-07 17:43:15 -07:00 |
|
bunnei
|
d6d60f7104
|
Merge pull request #10194 from bunnei/update-dynarmic-3
externals: Update dynarmic to include latest patch.
|
2023-05-07 17:13:32 -07:00 |
|
bunnei
|
7eb17f3aa5
|
externals: Update dynarmic to include latest patch.
|
2023-05-07 15:06:58 -07:00 |
|
bunnei
|
e58090c9c7
|
Merge pull request #10097 from german77/nfp_full
service: nfc: Merge device interfaces and create the device manager
|
2023-05-07 12:18:09 -07:00 |
|
bunnei
|
ed98afdebc
|
Merge pull request #10192 from bunnei/update-dynarmic-2
externals: Update dynarmic to include latest patch.
|
2023-05-07 12:17:40 -07:00 |
|