feat: add ps3
parent
b00d9aecf9
commit
efa0f5fea5
|
@ -60,6 +60,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>My work laptop (Macbook Pro M1 (2020)).</li>
|
<li>My work laptop (Macbook Pro M1 (2020)).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>If below links die, I will try to scrape Internet to get a new link.</p>
|
||||||
<h2>
|
<h2>
|
||||||
<a
|
<a
|
||||||
id="user-content-ps2-emulator"
|
id="user-content-ps2-emulator"
|
||||||
|
@ -119,7 +120,6 @@
|
||||||
>Resident Evil 4</a
|
>Resident Evil 4</a
|
||||||
>
|
>
|
||||||
</h3>
|
</h3>
|
||||||
<p>If below links die, I will try to scrape Internet to get a new link.</p>
|
|
||||||
<p>
|
<p>
|
||||||
You can download it
|
You can download it
|
||||||
<a
|
<a
|
||||||
|
@ -222,6 +222,38 @@ patch=1,EE,001c293c,word,00401023
|
||||||
patch=1,EE,2012009C,extended,00000000</pre
|
patch=1,EE,2012009C,extended,00000000</pre
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
<h2>
|
||||||
|
<a
|
||||||
|
id="user-content-ps3-emulator"
|
||||||
|
class="anchor"
|
||||||
|
aria-hidden="true"
|
||||||
|
href="#ps3-emulator"
|
||||||
|
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||||
|
>PS3 emulator
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
I use <a href="https://github.com/RPCS3/rpcs3">RPCS3</a>. Currently it
|
||||||
|
supports macOS on nightly builds.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Download
|
||||||
|
<a
|
||||||
|
href="https://www.playstation.com/en-us/support/hardware/ps3/system-software/"
|
||||||
|
rel="nofollow"
|
||||||
|
>PS3 Firmwares</a
|
||||||
|
>.
|
||||||
|
</p>
|
||||||
|
<p>Links to download games, ... for PS3:</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://nopaystation.com/" rel="nofollow">NoPayStation</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://demo.aldostools.org/updates.html" rel="nofollow"
|
||||||
|
>PS3 Games Updates</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
Feel free to ask me via
|
Feel free to ask me via
|
||||||
|
|
|
@ -7,6 +7,8 @@ I have tested all software below on:
|
||||||
|
|
||||||
- My work laptop (Macbook Pro M1 (2020)).
|
- My work laptop (Macbook Pro M1 (2020)).
|
||||||
|
|
||||||
|
If below links die, I will try to scrape Internet to get a new link.
|
||||||
|
|
||||||
## PS2 emulator
|
## PS2 emulator
|
||||||
|
|
||||||
I use [PCSX2](https://github.com/PCSX2/pcsx2).
|
I use [PCSX2](https://github.com/PCSX2/pcsx2).
|
||||||
|
@ -25,8 +27,6 @@ For cover art of games, please use [xlenore/ps2-covers](https://github.com/xleno
|
||||||
|
|
||||||
### [Resident Evil 4](https://wiki.pcsx2.net/Resident_Evil_4)
|
### [Resident Evil 4](https://wiki.pcsx2.net/Resident_Evil_4)
|
||||||
|
|
||||||
If below links die, I will try to scrape Internet to get a new link.
|
|
||||||
|
|
||||||
You can download it [here](https://cdromance.com/ps2-iso/resident-evil-4-usa/).
|
You can download it [here](https://cdromance.com/ps2-iso/resident-evil-4-usa/).
|
||||||
|
|
||||||
I recommend to use [HD textures](https://gbatemp.net/threads/resident-evil-4-hd-textures-update-2.615869/), it's better for your eyes.
|
I recommend to use [HD textures](https://gbatemp.net/threads/resident-evil-4-hd-textures-update-2.615869/), it's better for your eyes.
|
||||||
|
@ -79,3 +79,15 @@ patch=1,EE,001c293c,word,00401023
|
||||||
// Infinite Ammo
|
// Infinite Ammo
|
||||||
patch=1,EE,2012009C,extended,00000000
|
patch=1,EE,2012009C,extended,00000000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## PS3 emulator
|
||||||
|
|
||||||
|
I use [RPCS3](https://github.com/RPCS3/rpcs3).
|
||||||
|
Currently it supports macOS on nightly builds.
|
||||||
|
|
||||||
|
Download [PS3 Firmwares](https://www.playstation.com/en-us/support/hardware/ps3/system-software/).
|
||||||
|
|
||||||
|
Links to download games, ... for PS3:
|
||||||
|
|
||||||
|
- [NoPayStation](https://nopaystation.com/)
|
||||||
|
- [PS3 Games Updates](http://demo.aldostools.org/updates.html)
|
||||||
|
|
Loading…
Reference in New Issue