8560 Commits

Author SHA1 Message Date
FearlessTobi
9a4bf2ca6d game_list: Move "Open ..." options to submenu
Helps to reduce visual clutter a bit.
2024-05-11 20:10:31 +00:00
OpenSauce04
3ec6e8b4f4 Corrected numerous references to Citra in translations and log output 2024-04-30 19:21:27 +01:00
OpenSauce04
09196d71bc Fixed formatting discrepancies 2024-04-29 15:10:42 +01:00
OpenSauce04
b5af14381c Android resolution setting now mirrors desktop interface
- Now has a radio button interface instead of a slider
- Now shows resolution alongside multiplier
2024-04-29 11:50:02 +01:00
OpenSauce04
d0eeb1bbe7 Rebranded log filenames
citra_log.txt --> lime3ds_log.txt
citra_log.txt.old.txt --> lime3ds_log.old.txt
2024-04-24 16:07:40 +01:00
OpenSauce
274afb7654
Merge pull request #87 from rtiangha/fix-smashbros
Fix for full screen Smash Bros crash in Vulkan
2024-04-19 23:57:04 +01:00
OpenSauce04
7c1f9a3080 Updated Android build dependencies
- Upgrade AGP dependency from 8.2.1 to 8.3.2
- Upgrade Gradle version to 8.4
2024-04-19 21:46:34 +01:00
OpenSauce04
efaf1bf85f Android: Corrected overlay joystick draw order 2024-04-19 21:45:41 +01:00
OpenSauce
cdd70e1f0c
Fix Mali GPU Performance issues on OpenGL
Co-authored-by: zhang wei <zwdreams@gmail.com>
2024-04-18 18:47:53 +01:00
Reg Tiangha
30cb4701bb
Rebase files after bad clang-format-18 application 2024-04-16 16:16:24 -06:00
Reg Tiangha
a378014156
Merge remote-tracking branch 'upstream/master' into fix-smashbros 2024-04-16 07:33:14 -06:00
OpenSauce04
106a4a2ef4 Fix compile errors on Clang 18 2024-04-15 22:34:49 +01:00
OpenSauce04
5f41a173fa Updated codebase formatting to be compliant with Clang 18 2024-04-15 19:03:40 +01:00
GPUCode
5c91cc522f
vk_render_manager: Minor cleanups and rename to RenderManager
* It is no longer just a renderpass cache
* Revert variable name change from render_manager back to renderpass_cache
2024-04-14 14:59:18 -06:00
Reg Tiangha
a06aa7981e
vk_texture_runtime.cpp: remove outdated references 2024-04-14 14:59:09 -06:00
GPUCode
af2efdd2b4
vk_master_semaphore: Remove waitable atomic
* These are buggy on some platforms and regular condition_variables are faster most of the time
2024-04-14 14:58:57 -06:00
GPUCode
222ca7de21
renderer_vulkan: Rewrite descriptor management
* Switch to batched vkUpdateDescriptorSets from cached descriptor sets with templates
2024-04-14 14:58:20 -06:00
GPUCode
b3c73d8e8e
renderer_vulkan: Rename renderpass cache to render manager
* It is no longer just a cache
2024-04-14 14:51:15 -06:00
GPUCode
b08f382c7c
renderer_vulkan: Remove vulkan prefix in SetObjectName 2024-04-14 14:49:55 -06:00
gperrio
2733189c0d
Android overlay: possibility to adjust the scale of individual buttons (#69)
* Can adjust the scale of each button individually 4x
---------

Co-authored-by: João Vitor Polverari <69534455+Polarzincomfrio@users.noreply.github.com>
2024-04-13 17:48:03 -03:00
OpenSauce04
c9f6f6e40e Removed seemingly redundant opacityId value 2024-04-13 19:58:55 +01:00
OpenSauce04
d22afdb97f Updated default opacity to 50%
This change accounts for the change in overlay image opacity to roughly equal how the overlay looks in 2108
2024-04-13 19:58:55 +01:00
OpenSauce04
460c580bdb Android: Increase opacity of button overlay images 2024-04-13 19:58:55 +01:00
Gamer64ytb
0dc86bab3c Android: Implement touch controls opacity option. 2024-04-13 19:58:55 +01:00
GPUCode
cfa672bfa3 rasterizer_cache: Improve validation skip heuristic 2024-04-13 12:35:43 +01:00
OpenSauce04
360d61131e Streamlined produced build files
- Android App Bundles are no longer produced
- 7Zip compressed archives are no longer produced
2024-04-13 00:10:43 +01:00
OpenSauce04
0a461898cb Removed traces of enable_telemetry setting 2024-04-12 23:31:47 +01:00
Reg Tiangha
0cc7cb4e9d
vk_instance.cpp: fix getting driver_id for vulkan device (#53)
* vk_instance.cpp: fix getting driver_id for vulkan device

* apply clang-format (fixed)

Co-authored-by: Malachi <malachicapela@gmail.com>
2024-04-12 18:39:04 +01:00
OpenSauce04
563be55156 Reverted prior quick telemetry fix to make way for a proper fix 2024-04-12 18:35:18 +01:00
OpenSauce04
1c5154dc60 Quick and dirty telemetry removal to buy us time to fix #53 2024-04-11 23:05:10 +01:00
OpenSauce04
2e4f53ec2b Revert "Remove telemetry"
This reverts commit 6be3af71d4ebbbaf35faee4ed14c63fc6f7012bb.
2024-04-11 22:10:24 +01:00
Mike
880292592c
Log the contents of the General Purpose Registers when an unrecoverable exception occurs (#66)
This information is valuable for individuals utilizing Lime3DS to assist in debugging processes.
2024-04-10 17:35:50 -03:00
gperrio
b57dc53d93
Android haptic feedback (#56)
* Android: Add haptic feedback to overlay controls

* Android: Add haptic feedback to overlay controls

---------

Co-authored-by: João Vitor Polverari <polverari.jv@gmail.com>
2024-04-10 12:26:39 -03:00
gperrio
15c9e3e007
Android: new overlay button to swap screens (#51)
Co-authored-by: gperrio <guillaume.perrio@ingenico.com>
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2024-04-07 22:31:28 +01:00
OpenSauce04
a62fd26fca Fixed the Exit hotkey not working correctly 2024-04-07 20:53:59 +01:00
OpenSauce04
7864eb6bab Fixed formatting 2024-04-07 19:04:59 +01:00
OpenSauce04
9ee8c76603 Fixed some message window titles displaying "Lime" instead of "Lime3DS" 2024-04-07 18:40:49 +01:00
OpenSauce04
3bc0312b45 Ported GPUCode's Android Vulkan stability fixes
Thanks!
2024-04-07 15:58:50 +01:00
OpenSauce04
127244a1d0 Rebranded default system settings 2024-04-06 00:01:01 +01:00
OpenSauce04
ff46656809 Android drawer is now locked by default 2024-04-04 21:04:08 +01:00
OpenSauce04
5913d8342f Corrected MacOS bundle identifier 2024-04-04 16:30:29 +01:00
OpenSauce04
b7d8373b2f Fixed formatting 2024-04-04 15:51:27 +01:00
OpenSauce04
0929a9ada9 Updated Android package ID to io.github.lime3ds.android 2024-04-04 15:47:52 +01:00
OpenSauce04
c42304c66d Updated default mobile portrait touch layout to be more ergonomic 2024-04-03 23:23:45 +01:00
OpenSauce04
7d581c4b63 Fixed MacOS branding 2024-04-03 22:04:06 +01:00
OpenSauce04
ecb2e8ff35 Discord presence is now greyed out instead of invisble when unavailable to avoid the tab being potentially empty 2024-04-03 21:56:34 +01:00
OpenSauce04
4e7fa95751 Gutted Web tab code for Web Service and Telemetry options 2024-04-03 21:56:34 +01:00
OpenSauce04
14a4825b65 Re-show Web tab in the UI 2024-04-03 21:56:34 +01:00
Reg Tiangha
fd6ab2da95 Restore Web tab 2024-04-03 21:56:34 +01:00
OpenSauce04
f9c96d1b76 nit: Removed blank line after function definition 2024-04-03 21:56:34 +01:00