this post was submitted on 06 Apr 2024
228 points (98.7% liked)

Games

40037 readers
1114 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don't share it here, there are other places to find it. Discussion of piracy is fine.

We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform

By type

By games

Language specific

founded 2 years ago
MODERATORS
all 32 comments
sorted by: hot top controversial new old
[–] Alexstarfire@lemmy.world 48 points 1 year ago (1 children)

Didn't know hell froze over.

[–] laxe@lemmy.world 4 points 1 year ago

This is app store competition does. Apple didn’t want an emulator-friendly app store to become super popular.

[–] kadu@lemmy.world 34 points 1 year ago (3 children)

Do we know if these emulators will support JIT? JIT has always been prohibited on iOS (which is why there are no browsers other than Safari - Firefox and Chrome on iOS are just a Safari WebView plus a crappy interface on top).

Even when sideloading emulators, you only get JIT by paying for a special developer license or using exploits on very specific iOS versions.

Without JIT, sure, go nuts emulating the NES... But forget about anything more demanding than a GameCube, or using this to run a VM or something.

[–] nave@lemmy.ca 13 points 1 year ago* (last edited 1 year ago) (2 children)

you only get JIT by paying for a special developer license or using exploits on very specific iOS versions.

Actually Altstore has AltJIT which works on all iOS versions altstore supports but requires you to be connected to the same network as a computer running altstore.

run a VM or something

UTM (which is based on QEMU) is already available on iOS.

[–] kadu@lemmy.world 6 points 1 year ago* (last edited 1 year ago) (2 children)

but requires you to be connected to the same network as a computer running altstore.

So you mean iOS doesn't natively support JIT for App Store apps and requires hacky workarounds?

[–] WolfLink@lemmy.ml 1 points 1 year ago (1 children)

iOS natively supports JIT (by which we mean writable and executable memory) but Apple locks it down to only two use cases:

  1. The JavaScript engine in Safari
  2. Support for running a debugger

AltStore launches a debugger and connects it to your phone. Even though it’s not actually doing anything with a debugger, that’s enough to convince iOS to let your app use memory that’s both writable and executable (the key feature needed for JIT).

Without JIT you need to either resort to a slower form of emulation or do something creative.

[–] nave@lemmy.ca 0 points 1 year ago* (last edited 1 year ago)

I was just pointing out that OPs list was incomplete. Also theoretically someone could include altjit in their app because the App Store guidelines don’t explicitly say you can’t (ofc this would most likely not work).

[–] tsonfeir@lemm.ee 1 points 1 year ago (1 children)

Sadly jail breaking is required after iOS 11

[–] nave@lemmy.ca 4 points 1 year ago (1 children)
[–] tsonfeir@lemm.ee 1 points 1 year ago (1 children)
[–] nave@lemmy.ca 1 points 1 year ago (1 children)

No I believe it also works with altstore (though I haven’t personally tried it).

[–] tsonfeir@lemm.ee 1 points 1 year ago

Hmm. I’ll give that a shot.

[–] Lojcs@lemm.ee 4 points 1 year ago* (last edited 1 year ago) (1 children)

which is why there are no browsers other than Safari

Wasn't that explicitly forbidden? Browsers don't need jit to be fast enough

Edit: was jit explicitly forbidden? Or is it that running dynamically loaded code was forbidden in general and jit falls under that category? If they're letting emulators and other browser engines in that ban seems to be at least partially lifted

[–] echo64@lemmy.world 4 points 1 year ago

Yes, op is a little confused.

  • Browsers (were, still are in many regions) forbidden from using any engine other than the iOS provided webkit.
  • Dynamic recompilation is not possible on iOS because of how iOS does code signing. This basically blocks the entire concept of executing instructions that weren't part of the original signed code.
[–] pivot_root@lemmy.world 1 points 1 year ago

The GameCube also needs a JIT for decent performance. On a phone, that will especially hurt to emulate the CPU in software.

[–] henfredemars@infosec.pub 23 points 1 year ago* (last edited 1 year ago) (2 children)

Apple warns that developers are “responsible for all such software offered in your app, including ensuring that such software complies with these Guidelines and all applicable laws.” This raises the question of whether anyone can release a game emulator or only the companies that own the rights to the games distributed for it.

A good move, and great for distribution, but this does look like it’s difficult to publish an emulator unless you could control the games too. I don’t see this clearly permitting a general purpose emulator. It’s possible, but knowing Apple, I would expect that this could let Nintendo publish an emulator but not necessarily an open source project.

I’m glad to see it, but this to me feels more like testing the water then jumping into the deep end.

[–] jbk@discuss.tchncs.de 17 points 1 year ago

Man that rule is such bullcrap. Imagine a photo editor that only allowed you to edit your own pictures and only those matching the app's content rating.

[–] Dark_Arc@social.packetloss.gg 9 points 1 year ago

I really don't see Nintendo publishing an emulator that runs on hardware they didn't make (yay unnecessary e-waste).

[–] DoucheBagMcSwag@lemmy.dbzer0.com 18 points 1 year ago (1 children)

Android Market: hey we did that too!....in 2010.

[–] toxicbubble@lemmy.world 17 points 1 year ago (1 children)
[–] fluxion@lemmy.world 7 points 1 year ago

5 B.E. (Before Enshittification)

[–] Floufym@lemmy.world 1 points 1 year ago (1 children)

Is there any good game boy emulator ? I want to play Pokémon.

[–] TwinTusks@bitforged.space 1 points 1 year ago

Drastic is a fantastic DS emulator for android, it recently became free. I bought it over a decade ago and has been a blast.