bunnei
|
2955e087d3
|
android: EmulationActivity: Fix variable shadowing in fragment creation.
|
2023-05-30 14:43:03 -07:00 |
|
bunnei
|
df4a59da7e
|
android: res: fragment_emulation: Ensure FPS counter is shown.
|
2023-05-30 14:43:03 -07:00 |
|
bunnei
|
d0da712d11
|
android: settings: Dynamically evaluate valueAsString
Co-Authored-By: bunnei <bunneidev@gmail.com>
|
2023-05-30 14:43:01 -07:00 |
|
bunnei
|
eda7cdd47e
|
android: frontend: Add unique error strings for Vulkan initialization errors.
|
2023-05-30 14:42:51 -07:00 |
|
bunnei
|
fc0a0bbdba
|
android: build.gradle: Cleanup build types.
|
2023-05-30 14:42:49 -07:00 |
|
bunnei
|
6df9f81ef0
|
android: frontend: settings: Add graphics debugging.
|
2023-05-30 14:42:49 -07:00 |
|
bunnei
|
363bd5cddc
|
android: jni: Ensure system is only initialized once.
- Fixes likelihood that fastmem allocation succeeds.
|
2023-05-30 14:42:49 -07:00 |
|
bunnei
|
032bfb7b28
|
video_core: vulkan_device: Correct error message for unsuitable driver.
|
2023-05-30 14:42:49 -07:00 |
|
bunnei
|
f4067d9f62
|
android: frontend: Cleanup framerate counter.
|
2023-05-30 14:42:49 -07:00 |
|
bunnei
|
5ea10323da
|
android: vulkan: Implement adrenotools turbo mode.
|
2023-05-30 14:42:48 -07:00 |
|
bunnei
|
3a5ca6d021
|
android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm.
- Newer drivers report this as supported, but it is broken.
|
2023-05-30 14:42:48 -07:00 |
|
bunnei
|
06fc9413dc
|
android: frontend: Add support for GPU driver selection.
|
2023-05-30 14:42:48 -07:00 |
|
bunnei
|
6dc642c734
|
android: native: Add support for custom Vulkan driver loading.
|
2023-05-30 14:42:48 -07:00 |
|
bunnei
|
3202b0dcfa
|
core: frontend: Refactor GraphicsContext to its own module.
|
2023-05-30 14:42:48 -07:00 |
|
bunnei
|
05fd5644d6
|
common: dynamic_library: Add ctor for existing handle.
|
2023-05-30 14:42:48 -07:00 |
|
bunnei
|
73daf3cdfd
|
android: EmulationFragment: Always reset overlay.
- Ensures correct placement until we have better overlay configuration.
|
2023-05-30 14:42:48 -07:00 |
|
bunnei
|
ad74e8d532
|
android: frontend: Implement game grid view. (#9)
|
2023-05-30 14:42:46 -07:00 |
|
bunnei
|
75d3e0f2d8
|
android: strings: Refresh key dumping URL.
|
2023-05-30 14:42:46 -07:00 |
|
bunnei
|
031f4d5414
|
android: frontend: Modify ROM load messaging for invalid keys.
|
2023-05-30 14:42:46 -07:00 |
|
bunnei
|
e9de6494a2
|
android: frontend: Integrate key installation for SAF.
|
2023-05-30 14:42:45 -07:00 |
|
bunnei
|
df3a6eb96f
|
android: jni: Add function to reload keys.
|
2023-05-30 14:42:45 -07:00 |
|
bunnei
|
5e11ebc572
|
core: crypto: key_manager: Add methods to reload & validate keys.
|
2023-05-30 14:42:45 -07:00 |
|
bunnei
|
309205894b
|
android: EmulationActivity: Temporarily disable running notification.
|
2023-05-30 14:42:45 -07:00 |
|
bunnei
|
d8a9867947
|
android: Implement SAF support & migrate to SDK 31. (#4)
|
2023-05-30 14:42:45 -07:00 |
|
bunnei
|
9556258d0c
|
android: Harden emulation shutdown when loader fails.
|
2023-05-30 14:42:45 -07:00 |
|
bunnei
|
5175168e2e
|
android: SettingsFragmentPresenter: Fix default renderer backend.
|
2023-05-30 14:42:44 -07:00 |
|
bunnei
|
96cd359c2e
|
android: jni: native: Add lock around HaltEmulation, tighten run loop.
|
2023-05-30 14:42:44 -07:00 |
|
bunnei
|
b5a68380e7
|
android: jni: native: Refactor locking for is_running.
|
2023-05-30 14:42:44 -07:00 |
|
bunnei
|
494bfc4285
|
android: jni: native: Remove unnecessary atomic for is_running.
|
2023-05-30 14:42:44 -07:00 |
|
bunnei
|
4bf3d4736b
|
android: jni: native: Tighten up emulation start/stop signaling.
|
2023-05-30 14:42:44 -07:00 |
|
bunnei
|
d316e4e80c
|
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-05-30 14:42:44 -07:00 |
|
bunnei
|
94dee0717d
|
android: Frontend: Fix rendering aspect ratio & add a setting for it.
|
2023-05-30 14:42:44 -07:00 |
|
bunnei
|
eb6dc7dbe4
|
android: Integrate settings frontend with yuzu & remove unused code.
|
2023-05-30 14:42:44 -07:00 |
|
bunnei
|
975c3d07c4
|
video_core: vulkan_device: Device initialization for Adreno.
|
2023-05-30 14:42:43 -07:00 |
|
bunnei
|
5a17c13664
|
video_core: vk_pipeline_cache: Disable support_descriptor_aliasing on Android.
|
2023-05-30 14:42:43 -07:00 |
|
bunnei
|
3042dc9da7
|
video_core: vk_swapchain: Fix image format for Android.
|
2023-05-30 14:42:43 -07:00 |
|
bunnei
|
0097181ff0
|
android: Minimize frontend & convert to yuzu.
|
2023-05-30 14:42:43 -07:00 |
|
bunnei
|
61f2a6bddd
|
video_core: vk_blit_screen: Rotate viewport for Android landscape.
|
2023-05-30 14:42:42 -07:00 |
|
bunnei
|
a1423efcfa
|
common: error: Fix for Android.
|
2023-05-30 14:42:42 -07:00 |
|
bunnei
|
190e08f8c1
|
common: fs: Implement for Android.
|
2023-05-30 14:42:42 -07:00 |
|
bunnei
|
b412b23233
|
common: logging: Implement Android logcat backend.
|
2023-05-30 14:42:41 -07:00 |
|
bunnei
|
0f5477b7cc
|
common: host_memory: Implement for Android.
|
2023-05-30 14:42:41 -07:00 |
|
bunnei
|
11acf6399c
|
android: Minimal JNI for yuzu.
|
2023-05-30 14:42:41 -07:00 |
|
bunnei
|
daf36fd560
|
android: Add Citra frontend.
|
2023-05-30 14:42:41 -07:00 |
|
bunnei
|
2e68d12407
|
cmake: Integrate bundled FFmpeg for Android.
|
2023-05-30 14:42:41 -07:00 |
|
bunnei
|
29aabdc762
|
cmake: Integrate submoduled LLVM & fixes for Android.
|
2023-05-30 14:42:41 -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 |
|
bunnei
|
e46074a2e3
|
externals: Update dynarmic to include latest patch.
|
2023-05-07 12:04:42 -07:00 |
|
bunnei
|
f36b5dfd18
|
Merge pull request #10180 from german77/debug
input_common: Revert debugging changes
|
2023-05-06 22:26:53 -07:00 |
|
bunnei
|
3547248ec2
|
Merge pull request #10125 from lat9nq/vsync-select
configuration: Expose separate swap present modes
|
2023-05-06 21:55:39 -07:00 |
|
bunnei
|
82188b2f79
|
Merge pull request #10174 from german77/motriod
input_common: Add experimental motion to button
|
2023-05-06 21:40:20 -07:00 |
|
bunnei
|
5467d39bc3
|
Merge pull request #10171 from german77/powera
input_common: Add property to invert an axis button
|
2023-05-06 21:39:44 -07:00 |
|
bunnei
|
bb2e407772
|
Merge pull request #10159 from german77/home_screenshot
core: hid: Fix state of capture and home buttons
|
2023-05-05 12:02:15 -07:00 |
|
bunnei
|
055ee84024
|
Merge pull request #10142 from FernandoS27/missing-astc
GPU: implement missing ASTC
|
2023-05-03 16:49:27 -07:00 |
|
bunnei
|
a661c547d8
|
Merge pull request #10088 from FernandoS27/100-gelato-flavor-test-builds-later
Y.F.C Implement Asynchronous Fence manager and Rework Query async downloads
|
2023-05-03 15:10:22 -07:00 |
|
bunnei
|
737e1ca101
|
Merge pull request #10117 from liamwhite/sync-register
kernel: match calls to Register and Unregister
|
2023-05-03 09:07:19 -07:00 |
|
bunnei
|
8f43b05d6b
|
Merge pull request #9973 from GPUCode/async-present
Implement asynchronous presentation
|
2023-05-02 17:54:57 -07:00 |
|
bunnei
|
689f9a75a7
|
Merge pull request #10110 from Morph1984/intel-disable-compute
vk_pipeline_cache: Skip compute pipelines on Intel proprietary drivers
|
2023-04-29 23:02:45 -07:00 |
|
bunnei
|
fe57f39676
|
Merge pull request #10082 from FernandoS27/the-testers-really-love-chocolate
Refactor Accelerate DMA and do downloads through TC.
|
2023-04-29 11:46:01 -07:00 |
|
bunnei
|
0f1ff5f34e
|
Merge pull request #10076 from german77/TryPopMyFriend
core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
|
2023-04-21 23:15:07 -07:00 |
|
bunnei
|
d0e6eafe23
|
Merge pull request #10068 from twitchax/twitchax/dr_bind_address
Allow passing `--bind-address` to dedicated room.
|
2023-04-21 23:13:51 -07:00 |
|
bunnei
|
74d203fbe3
|
Merge pull request #10060 from german77/no_dead
core: hid: Remove deadzone of virtual controller
|
2023-04-21 23:13:21 -07:00 |
|
bunnei
|
0cfeb2e8d7
|
Merge pull request #10057 from liamwhite/its-not-in-the-timeline
vulkan: use plain fences when timeline semaphores are not available
|
2023-04-19 16:50:24 -07:00 |
|
bunnei
|
799579c8d2
|
Merge pull request #10053 from german77/nfp_full
service: nfp: Implement all interfaces
|
2023-04-19 10:36:28 -07:00 |
|
bunnei
|
e0895a8581
|
Merge pull request #10030 from Wollnashorn/botw-amd-fix
shader_recompiler: Fix ImageGather rounding on AMD/Intel
|
2023-04-14 16:56:34 -07:00 |
|
bunnei
|
25c4ae6e11
|
Merge pull request #10022 from liamwhite/gcc-13
general: fixes for gcc 13
|
2023-04-08 00:09:06 -07:00 |
|
bunnei
|
756f013d8a
|
Merge pull request #10020 from merryhime/update-dynarmic
externals: Update dynarmic to 6.4.6
|
2023-04-01 21:57:45 -07:00 |
|
bunnei
|
9c94faaa2b
|
core: arm_dynarmic_32: Update SaveContext/LoadContext.
|
2023-04-01 17:03:08 -07:00 |
|
bunnei
|
6775a6ee02
|
Merge pull request #9969 from bylaws/master
Audio synchronisation improvements
|
2023-04-01 14:34:59 -07:00 |
|
bunnei
|
0730dc6c44
|
Merge pull request #10005 from liamwhite/kernel-atomics
kernel: fix unbounded stack usage in atomics
|
2023-04-01 01:54:36 -07:00 |
|
bunnei
|
09da9da6fb
|
Merge pull request #9985 from liamwhite/funny-meme
vulkan: fix scheduler chunk reserve
|
2023-03-24 23:40:17 -07:00 |
|
bunnei
|
dba86ee007
|
Merge pull request #9965 from german77/thankYouEpicBoy
config: Fix controller config from resetting
|
2023-03-21 17:52:25 -07:00 |
|
bunnei
|
3d4c113037
|
Merge pull request #9970 from bunnei/string-util-view
common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.
|
2023-03-19 11:10:16 -07:00 |
|
bunnei
|
230d118252
|
Merge pull request #9972 from liamwhite/ipc-trace
kernel: fix LOG_TRACE in ipc
|
2023-03-19 11:00:42 -07:00 |
|
bunnei
|
00d401d639
|
common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.
|
2023-03-18 22:42:25 -07:00 |
|
bunnei
|
0eb3fa05e5
|
common: bounded_threadsafe_queue: Use polyfill_thread.
|
2023-03-17 23:42:17 -07:00 |
|
bunnei
|
889454f9bf
|
Merge pull request #9778 from behunin/my-box-chevy
gpu_thread: Use bounded queue
|
2023-03-17 22:14:29 -07:00 |
|
bunnei
|
8bcaa8c2e4
|
Merge pull request #9953 from german77/amiibo_crc
service: nfp: Actually write correct crc
|
2023-03-17 22:13:57 -07:00 |
|
bunnei
|
05f26e1337
|
Merge pull request #9951 from Morph1984/save
configure_audio: Fix output mode setting not saving
|
2023-03-13 18:49:14 -07:00 |
|
bunnei
|
4562f7af9a
|
Merge pull request #9906 from german77/metroid2
input_common: Increase mouse sensitivity range
|
2023-03-08 10:43:38 -08:00 |
|
bunnei
|
1f98634371
|
Merge pull request #9855 from liamwhite/kern-16-support
kernel: support for 16.0.0
|
2023-03-03 14:42:00 -08:00 |
|
bunnei
|
99d763888f
|
Merge pull request #9888 from liamwhite/vids
vulkan_common: disable vertexInputDynamicState on unsupported driver
|
2023-03-01 21:22:06 -08:00 |
|
bunnei
|
2b4ba90329
|
Merge pull request #9871 from yuzu-emu/revert-9824-burning-profiles
Revert "yuzu: config: Remove player 8 and 9 from config file"
|
2023-02-26 22:18:25 -08:00 |
|