From 675ed80d27ede073883c5853529c287eb33ec8f9 Mon Sep 17 00:00:00 2001 From: murdle Date: Fri, 2 May 2025 08:31:41 -0700 Subject: [PATCH 1/3] move logo to the left --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 270cc32..2c4753c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Roblox Legacy Patcher +# Roblox Legacy Patcher ## What is this? This is an program which automatically downloads the latest version of Roblox Studio and makes it work on Windows 8.1 and below. It uses a wrapper in order to add some missing Windows APIs and trick Roblox into thinking your OS version is supported. From f3e57d1e89ce6db74694d0e4afa672dc94d03bf5 Mon Sep 17 00:00:00 2001 From: murdle Date: Fri, 2 May 2025 08:33:48 -0700 Subject: [PATCH 2/3] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4753c..df77f6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Roblox Legacy Patcher ## What is this? -This is an program which automatically downloads the latest version of Roblox Studio and makes it work on Windows 8.1 and below. It uses a wrapper in order to add some missing Windows APIs and trick Roblox into thinking your OS version is supported. +This is a program which automatically downloads the latest version of Roblox Studio and makes it work on Windows 8.1 and below. It uses a wrapper in order to add some missing Windows APIs and trick Roblox into thinking your OS version is supported. ## Download You can download a prebuilt version of the program here From cafff460d938bab8851c9db1c4bb22cd82b852a1 Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 2 May 2025 08:38:52 -0700 Subject: [PATCH 3/3] Add RobloxWrapper/RobloxWrapper/retarded-apis.cpp --- RobloxWrapper/RobloxWrapper/retarded-apis.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 RobloxWrapper/RobloxWrapper/retarded-apis.cpp diff --git a/RobloxWrapper/RobloxWrapper/retarded-apis.cpp b/RobloxWrapper/RobloxWrapper/retarded-apis.cpp new file mode 100644 index 0000000..275466a --- /dev/null +++ b/RobloxWrapper/RobloxWrapper/retarded-apis.cpp @@ -0,0 +1 @@ +// more apis will be added here. \ No newline at end of file