Commit Graph

10367 Commits

Author SHA1 Message Date
OpenSauce04
2b33150d79 Tweaked shortcut creation msgbox identifiers to be more descriptive 2024-05-11 21:12:38 +00:00
Reg Tiangha
ae845de352 game_list.cpp: Resize columns to fit the size of their contents 2024-05-11 20:10:31 +00:00
Reg Tiangha
1dd95b4e01 lime_qt: fix typo 2024-05-11 20:10:31 +00:00
Reg Tiangha
f2a8ab5547 lime_qt: Fix remaining build errors
Co-Authored-By: FearlessTobi <thm.frey@gmail.com>
2024-05-11 20:10:31 +00:00
FearlessTobi
b4662a822b lime_qt: Track play time
Co-Authored-By: Mario Davó <66087392+mdmrk@users.noreply.github.com>
2024-05-11 20:10:31 +00:00
FearlessTobi
dae2387abf lime_qt: Add support for game desktop shortcuts 2024-05-11 20:10:31 +00:00
FearlessTobi
fa109a1d01 game_list: Mark games as favorite to make them appear at the top
Co-Authored-By: Colin E. <5352197+Kewlan@users.noreply.github.com>
2024-05-11 20:10:31 +00:00
FearlessTobi
9a4bf2ca6d game_list: Move "Open ..." options to submenu
Helps to reduce visual clutter a bit.
2024-05-11 20:10:31 +00:00
João Vitor Polverari
6e7cc65ec4
Update README.md 2024-04-30 17:04:57 -03:00
OpenSauce04
3ec6e8b4f4 Corrected numerous references to Citra in translations and log output 2024-04-30 19:21:27 +01:00
Reg Tiangha
b2e63f2b49 ci: Strip Clang binaries 2024-04-30 14:46:44 +00: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
0a5420f0cf
Updated readme 2024-04-22 22:54:19 +01:00
OpenSauce
8cbd7abe61
Updated readme 2024-04-22 12:43:41 +01:00
OpenSauce04
59de658af9 Removed redundant comment
Both Linux versions are now built with Clang
2024-04-21 10:44:59 +01:00
OpenSauce04
5cae96f72e Added verbose flag to ccache command in appimage build 2024-04-21 10:36:19 +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
OpenSauce
d9f2d771ce
The emulator is called Lime3DS, not Lime 2024-04-18 15:18:32 +01:00
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