OpenSauce
7b9cd1cade
Added description to system config area in bug report template
2024-04-18 15:17:17 +01:00
OpenSauce04
ac5779be3f
Added automatic labels to issue templates
2024-04-18 11:07:23 +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
ea0b627dc4
Merged linux-fresh and linux-appimage build envs
2024-04-15 22:54:39 +01: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
OpenSauce04
2906a3e6a5
Updated clang-format command
2024-04-15 18:56:14 +01:00
OpenSauce04
9bf05bd68f
Actions now pull from new docker images
2024-04-15 18:53:41 +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
João Vitor Polverari
63c15b1467
Reverted changes made to the android section in 85f0036
2024-04-13 16:00:10 -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
João Vitor Polverari
85f0036ac0
Added link to Build instructions
2024-04-13 15:50:58 -03: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
0de85f6701
Merge https://github.com/OpenSauce04/Lime3DS
2024-04-12 23:42:14 +01:00
OpenSauce
ee2299702a
Updated Obtainium instructions to clarify which file to download
2024-04-12 23:39:13 +01:00
OpenSauce04
0a461898cb
Removed traces of enable_telemetry
setting
2024-04-12 23:31:47 +01:00
OpenSauce
e8404ad7f4
Added updated installation instructions for Android
2024-04-12 23:22:55 +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
OpenSauce
337ce6ec2d
Merge pull request #72 from rtiangha/updates
...
Dependency Updates
2024-04-11 23:33:21 +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 6be3af71d4
.
2024-04-11 22:10:24 +01:00
OpenSauce
51b6c6b848
Tweaked Linux install instructions
2024-04-11 18:41:22 +01:00
OpenSauce
9340da711f
README tweaks
...
- Updated order of install instructons in order of popularity
- Tweaked size of headers
2024-04-11 18:38:46 +01:00
Reg Tiangha
d29c9bfa63
Merge branch 'Lime3DS:master' into updates
2024-04-11 08:57:20 -06:00
Reg Tiangha
f758720785
externals: update libyuv to HEAD
2024-04-11 08:45:20 -06:00
Reg Tiangha
0e4873a9d4
workflows: update spirv-tools in msvc container
2024-04-11 08:43:20 -06:00
Reg Tiangha
56b4070db0
externals: update cubeb to HEAD
2024-04-11 08:41:07 -06:00
Reg Tiangha
f643399d1b
externals: update openal-soft to HEAD
2024-04-11 08:40:19 -06:00
Reg Tiangha
34667b9231
externals: update sdl2 from 2.30.1 to 2.30.2-HEAD
2024-04-11 08:38:55 -06:00
Reg Tiangha
96da5b6667
externals: update catch2 from v3.5.3 to v3.5.4
2024-04-11 08:26:08 -06:00
Reg Tiangha
5e5d4a5a27
workflows: Update Apple builds from XCode 15.0 to xcode-latest
2024-04-11 08:20:23 -06:00
Reg Tiangha
e07d466e70
cmake: Update QT6 from 6.6.0 to 6.7.0
2024-04-11 08:17:35 -06:00
João Vitor Polverari
6e553a5e21
fixed t.apk to .apk
2024-04-10 17:36:43 -03: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
João Vitor Polverari
a47bd06da9
Update Install instructions
2024-04-10 16:39:21 -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
OpenSauce
2c17f11596
Fixed a typo in Flathub downloads badge URL
2024-04-10 13:06:47 +01:00
João Vitor Polverari
252d643e49
Update README.md
2024-04-09 19:35:47 -03:00