Pavel Barabanov
cee222f0e6
fixing crashes when installing updates
9 months ago
crueter
c6a87a661a
fix integrity store crash on new updates ( #177 )
credit: Zeuslota
Signed-off-by: crueter <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/177
Co-authored-by: crueter <swurl@swurl.xyz>
Co-committed-by: crueter <swurl@swurl.xyz>
9 months ago
crueter
96afab0299
Initial 20.x control.nacp patch ( #170 )
Signed-off-by: crueter <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/170
Co-authored-by: crueter <swurl@swurl.xyz>
Co-committed-by: crueter <swurl@swurl.xyz>
9 months ago
swurl
f786802b9b
User Data Migration from Citron, Sudachi, and Yuzu ( #91 )
Includes citron, sudachi, yuzu
currently broken, because the eden dir is always made early?
Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/91
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
10 months ago
crueter
9cef9f5dce
Update fmt to allow for v11
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
darktux
616619c8f7
Port changes from Early Access
2 years ago
Liam
7af4637f3d
general: fix asan errors
2 years ago
Liam
b47cfa8e48
fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter
2 years ago
liamwhite
a98669d39d
fs: add missing mutex header for member ( #13106 )
2 years ago
FearlessTobi
459761fc2a
Address review comments pt. 2
2 years ago
FearlessTobi
350efe5caf
Address review comments
2 years ago
FearlessTobi
f37b5ac9cc
fs: Refactor to use cmif serialization
2 years ago
FearlessTobi
52f6c6b46c
fs: Add FileSystemAccessor classes
2 years ago
FearlessTobi
dcc9189dcb
Address review comments
2 years ago
FearlessTobi
27dede35d2
fs: Add and use fs_save_data_types.h
2 years ago
FearlessTobi
4d55e58ee4
scope_exit: Make constexpr
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
2 years ago
Liam
cd6122b389
ns: rewrite IPlatformServiceManager
2 years ago
Leystryku
d1ce748e01
file_sys: Fix nacp field cache_storage_max_index datatype
2 years ago
Liam
89330e2b25
am: use applet program loading for tested versions
2 years ago
Narr the Reg
5459e10d7a
service: bcat: Address review issues
2 years ago
t895
6225561685
vfs: Fix getting URI filename
2 years ago
FearlessTobi
2b4d7506a8
Address review comments and fix compilation problems
2 years ago
FearlessTobi
99d76bf25a
fs: Add path class
2 years ago
FearlessTobi
3f6c5a0a08
fs/errors: Unify naming of result codes
2 years ago
FearlessTobi
4b7bb232f2
fs: Replace Mode enum by OpenMode enum
2 years ago
FearlessTobi
24f979a4b8
vfs: Move vfs files to their own directory
2 years ago
Kelebek1
52c35521bd
Rework time service to fix time passing offline.
2 years ago
t895
3df0c826a1
android: Add addon delete button
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2 years ago
Liam
2397093e4f
fsp-srv: use program registry for SetCurrentProcess
2 years ago
german77
c38b84d931
service: set: Rename files
2 years ago
t895
a8ca5b211a
android: Re-add global save manager
Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string>
2 years ago
Liam
c51aa8d29f
ips_layer: prevent out of bounds access with offset exceeding module size
2 years ago
Liam
1fdcd70bad
general: properly support multiple memory instances
2 years ago
Liam
8cb7fdc9f7
fs: don't enumerate hidden savedata size file
2 years ago
BreadFish64
d1ee9e48d9
Improve path splitting speed
2 years ago
Liam
904a3b682f
fsmitm_romfsbuild: optimize for data locality
2 years ago
Liam
a4449e0f22
romfs: cache file and directory metadata tables
2 years ago
Liam
4321fc6154
file_sys: handle null romfs
2 years ago
Liam
14a1a578fb
romfs: fix extraction of single-directory root
2 years ago
Liam
62e106dbe8
kernel: update KProcess
2 years ago
Liam
46493463a9
set: return version info from system archive
2 years ago
Liam
37871dacd4
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
2 years ago
Liam
445d504f94
ci: fix new codespell errors
2 years ago
Liam
bb4e14e7ac
loader: don't reassign program ID on npdm reparse
2 years ago
rkfg
e65b34058f
pfs: Fix reading filenames past the buffer end
3 years ago
Liam
d8bd6aa253
registered_cache: correct file deletion case
3 years ago
Liam
efef3d8487
core: improve debug workflow
3 years ago
lat9nq
41a08286c8
ips_layer: Remove uncaught usage of stoul/ll
3 years ago
Liam
07a6563a93
qt: add verification for installed contents
3 years ago
Steveice10
d5cac207fb
core: Add support for loading NSPs with personalized tickets. ( #10048 )
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
3 years ago