From 4da7c50f577b9eac90155899ca9689d3f5e52b22 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sat, 16 Mar 2024 00:08:40 +0000 Subject: [PATCH] yuzu2ryujinx: correct comment --- scripts/yuzu2ryujinx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/yuzu2ryujinx.py b/scripts/yuzu2ryujinx.py index 0209717..e9c46be 100755 --- a/scripts/yuzu2ryujinx.py +++ b/scripts/yuzu2ryujinx.py @@ -32,7 +32,7 @@ YUZU_SAVE_DIR = get_yuzu_save_dir() titles: typing.Dict[str, Path] = dict() # The first 8 bytes of ExtraData0 are the program ID, next 16 are user ID. -# NOTE: if you try to do multiple profiles, ryujinx doesn't seem to update uid in ExtraData1 +# Ignore ExtraData1, that's just for journaling # https://github.com/Thealexbarney/LibHac/blob/master/src/LibHac/Fs/Common/SaveDataTypes.cs#L97 # https://github.com/Thealexbarney/LibHac/blob/master/src/LibHac/Fs/Common/SaveDataTypes.cs#L131 for child in RYUJINX_SAVE_DIR.iterdir():