Merge pull request #53 from spycat88/lime3ds

lime3ds: bump package to remove telemetry
This commit is contained in:
spycat88 2024-04-05 09:22:41 +01:00 committed by GitHub
commit e08c93dc3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 5 deletions

View file

@ -90,7 +90,7 @@ cpu_clock_percentage = 100
[Renderer]
# Whether to render using OpenGL or Software
# 0: Software, 1: OpenGL (default)
# 0: Software, 1: OpenGL (default), 2: Vulkan
graphics_api = 2
# Whether to render using GLES or OpenGL
@ -284,6 +284,10 @@ nand_directory =
# 0: Old 3DS, 1: New 3DS (default)
is_new_3ds =
# Whether to use LLE system applets, if installed
# 0 (default): No, 1: Yes
lle_applets =
# The system region that Lime3DS will use during emulation
# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
region_value =
@ -297,6 +301,14 @@ init_clock =
# Note: 3DS can only handle times later then Jan 1 2000
init_time =
# The system ticks count to use when Lime3DS starts
# 0: Random (default), 1: Fixed
init_ticks_type =
# Tick count to use when init_ticks_type is set to Fixed.
# Defaults to 0.
init_ticks_override =
[Camera]
# Which camera engine to use for the right outer camera
# blank (default): a dummy camera that always returns black image
@ -339,9 +351,6 @@ renderer_debug =
# To LLE a service module add "LLE\<module name>=true"
[WebService]
# Whether or not to enable telemetry
# 0: No, 1 (default): Yes
enable_telemetry = 0
# URL for Web API
web_api_url = https://api.citra-emu.org
# Username and token for Lime3DS Web Service

View file

@ -2,7 +2,7 @@
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)
PKG_NAME="lime3ds-sa"
PKG_VERSION="6bd64d83b770ca5ee7d0faaba400693950367822"
PKG_VERSION="ff46656809278d797ff8d79514e0a1c6e57bf9be"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/Lime3DS/Lime3DS"
PKG_URL="${PKG_SITE}.git"