From 983b1e998472a9630f2dfb385a31b627c4b0a031 Mon Sep 17 00:00:00 2001 From: PorkchopGMX <92129305+PorkchopGMX@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:11:07 -0500 Subject: [PATCH] Update CONTRIBUTING.MD 4: Reflect changes in RPCS3 (#974) * Update CONTRIBUTING.md 3: auuuugggghhhh More minor copyediting that i forgot to do until more than 6 months after i did my last pr lol * Update CONTRIBUTING.md 4 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37786a45..1b119211 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ guide we'll use `EBOOTlocalhost.elf`. Now, copy the `EBOOTlocalhost.elf` file to where you got your `EBOOT.elf` file from, and you're now good to go. -To launch the game with the patched EBOOT, open up RPCS3, go to File, Boot SELF/ELF, and open up `EBOOTlocalhost.elf`. +To launch the game with the patched EBOOT, open up RPCS3, go to File, Boot S(Elf), and open up `EBOOTlocalhost.elf`. Assuming you patched the file correctly, the database is migrated, and Project Lighthouse is running, the game should now connect, and you may begin contributing!