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 |
|
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 |
|