this post was submitted on 19 Sep 2024
76 points (100.0% liked)

RetroGaming

19512 readers
140 users here now

Vintage gaming community.

Rules:

  1. Be kind.
  2. No spam or soliciting for money.
  3. No racism or other bigotry allowed.
  4. Obviously nothing illegal.

If you see these please report them.

founded 1 year ago
MODERATORS
 

The team behind RPCS3, a well-known PlayStation 3 emulator, has issued a warning about fraudulent emulators claiming to run PS3 games on mobile devices. These “scam” emulators are misleading users into believing that they can emulate PS3 games on Android or iOS platforms.

you are viewing a single comment's thread
view the rest of the comments
[–] AlligatorBlizzard@sh.itjust.works 8 points 1 month ago (3 children)

It surprises me a bit that PS3 emulation isn't a thing on some of the newest Android phones (but not actually good yet). I could probably do PS2 fairly well on my current phone, and it's so old it's an LG, was the jump from PS2 to PS3 that big of a jump? (Having lived through that era... actually yeah, it kinda was.)

[–] Drathro@dormi.zone 12 points 1 month ago (1 children)

I believe it's more a "the PS3 CPU architecture was an absolute nightmare and emulating it is difficult/slow" more than it had anything to do with the graphics rendering portion- which is typically where phones would have made the most substantial advancements. There are specific instruction sets that need to be supported by any CPU emulating PS3 to run anywhere near native speed... And I don't believe much work has been done for ARM cpu's to support the needed instructions in mobile devices.

[–] franklin@lemmy.world 6 points 1 month ago

I believe RCPS3 uses a translation layer in order to achieve its accuracy, so I think porting it would be relatively easy. Then again, the last words of any programer are that something should be relatively easy.

[–] franklin@lemmy.world 5 points 1 month ago* (last edited 1 month ago)

Higher end mobile processors could but it is a big jump in computational load, not just because of the increased processing power of the PS3, but also because it is quite architecturally different from traditional x86 CPUs.

This is why it's kind of amazing how efficient RPCS3 is.