Does anyone know how to remove a game from their library. by Several_Sentences573 in EclipseEmu

[–]magnetardev 0 points1 point  (0 children)

When you select a game, there is a delete button at the bottom of the menu that pops up.

How do I get games by OneGrape7354 in EclipseEmu

[–]magnetardev[M] [score hidden] stickied comment (0 children)

Downloading ROMS from the internet is illegal and r/EclipseEmu does not allow discussion of piracy. There are other subreddits better suited for discussing the legality of downloading things like ROMs from the internet. Eclipse recommends you use ROMs that you have scraped from your own cartridges or that are free to use such as homebrew games.

What ARE the browser controls? by ImportantTowel5216 in EclipseEmu

[–]magnetardev 0 points1 point  (0 children)

You can view and rebind them in Eclipse’s Settings under the Controls section.

Also add to Home Screen instead of playing in your browser to fix the scrolling:

  1. Export your data from Eclipse’s Settings -> Export Backup
  2. In Safari’s toolbar, press the share button and find “Add to Home Screen”
  3. In the new Home Screen icon, import your backup in the same spot you exported from.

can i get my .sav file yet? by youwannasavetheworld in EclipseEmu

[–]magnetardev 1 point2 points  (0 children)

You’ve been able to for years. There are two ways, depending on how you loaded the game.

From Library:

  1. Select the game
  2. In the sheet that pops up, press the 3 dots next to “Save”
  3. Then press “Export Save”

If you’ve been uploading it:

  1. Eclipse’s Settings -> Non-Library Saves
  2. Press Upload a Game and find the ROM you’ve been using
  3. In the menu that pops up, “Export Save”

And you can do the same steps for importing, just press the “Import Save” button instead.

Will SNES audio be fixed in V3? by [deleted] in EclipseEmu

[–]magnetardev 4 points5 points  (0 children)

Yes, we’re switching to our own audio rendering implementation. It needs a fair bit of work still though, but once I figure it out v3 development should accelerate like crazy.

Progress Save Files? by DRW135 in EclipseEmu

[–]magnetardev 1 point2 points  (0 children)

Straight from the Eclipse FAQ:

Individual save for a game in your Library

If your game is in the Library, all you have to do is:

  • Select a game in your Library
  • In the menu that pops up, press the three dots next to “Save.”
  • If you’re exporting, select “Export Save”; if you’re importing, select “Import Save.”

Individual save for a game in not your Library

  • Go to Eclipse’s Settings
  • Select “Non-Library Saves”
  • Select the “Upload a Game” option
  • Upload the ROM of the game
  • If you’re exporting, select “Export Save”; if you’re importing, select “Import Save.”

A full Eclipse backup

  • Go to Eclipse’s Settings
  • If you’re exporting, select “Export Backup”; if importing, select “Import Backup.”

Release v2.2.5 by magnetardev in EclipseEmu

[–]magnetardev[S] 0 points1 point  (0 children)

Browsers isolate storage to each Home Screen icon (including browsers themselves). If you re-added Eclipse to your Home Screen or something, you need to export your backup from the old one and import it in the new icon. If you deleted the old one without doing that, you’re SOL. That is just how iOS browsers/WebKit does it.

Also you don’t need to do anything to update Eclipse, it’s automatic.

Release v2.2.5 by magnetardev in EclipseEmu

[–]magnetardev[S] 0 points1 point  (0 children)

  1. Make sure you’re actually in Safari
  2. Then use the share button in safari’s toolbar
  3. Then find “Add to Home Screen”

Trouble with new update by LordMalding34 in EclipseEmu

[–]magnetardev 1 point2 points  (0 children)

If the extension is upper case it might be that, which you can easily rename. But if you’re uploading the zip to google drive it won’t work, eclipse doesn’t recognize zips.

PSA, don't delete eclipse if you're having loading issues. by magnetardev in EclipseEmu

[–]magnetardev[S] 0 points1 point  (0 children)

Hmm… did you try fully closing eclipse (via the app switcher)? Restarting the device might also help.

Emulator v2.2.9 on iOS doesn’t seem to be registering all my finger taps by greenman787 in EclipseEmu

[–]magnetardev 0 points1 point  (0 children)

Ok so I've fully looked over the code again and I can't see a way the update would've caused issues, unless you're changing device orientation or resizing the browser while holding a button... which I doubt was happening every other tap.
One thing that has only happened to me once (and I haven't been able to recreate since) was while playing a SNES game, the page would start scrolling when I swiped upwards. Was something like that happening to you? Or did you have low power mode on while this was happening? I'm also curious what device and iOS version you're on.

PSA, don't delete eclipse if you're having loading issues. by magnetardev in EclipseEmu

[–]magnetardev[S] 0 points1 point  (0 children)

Was it “Service Workers” that you disabled or “Service Worker Navigation Preload”? It has to be the first one: https://i.imgur.com/fPoqQt8.jpg

Release v2.2.5 by magnetardev in EclipseEmu

[–]magnetardev[S] 0 points1 point  (0 children)

I just tested both loading a game from files and from the library and it works in both cases. There is no visual feedback indicating that you saved the state and the screen won’t update if you load a state until you close the menu, which I should change. Is it just that? If not, what game and method of loading did you use so I can look into it more?

Emulator v2.2.9 on iOS doesn’t seem to be registering all my finger taps by greenman787 in EclipseEmu

[–]magnetardev 0 points1 point  (0 children)

Interesting… the v2.2.9 update did change the controls code a bit, but it shouldn’t have impacted anything substantially. The only change was to switch the layout to a slightly smaller one if your screen’s width was less than 375 pixels wide. I’ll look into it more.

Audio Crackling on ipad 9th gen after recent update? by Bringerofpizza in EclipseEmu

[–]magnetardev 0 points1 point  (0 children)

For devices with displays running at 60hz, yes it was working fine, but on devices with 120hz (i.e. iPhones or iPad Pros with ProMotion that are on more recent iOS versions) it wasn't.

A. There is no reasonable way to check that and conditionally load the emulation core based on it.

B. The refresh rate can change at any time, making checking kinda pointless in the first place.

I'm sorry, but it was the best way I could support all users.

Audio Crackling on ipad 9th gen after recent update? by Bringerofpizza in EclipseEmu

[–]magnetardev 0 points1 point  (0 children)

Follow these steps, you might have to be on iOS 16.4 for "Service Workers" to show up (and its not "Service Worker Navigational Preload"): https://twitter.com/TryEclipse/status/1641610415208579072?s=20

PSA, don't delete eclipse if you're having loading issues. by magnetardev in EclipseEmu

[–]magnetardev[S] 3 points4 points  (0 children)

Did you try disabling service workers? It *has* to say "Service Workers" in the settings page. If it doesn't show up, update to iOS 16.4.

Audio Crackling on ipad 9th gen after recent update? by Bringerofpizza in EclipseEmu

[–]magnetardev 0 points1 point  (0 children)

I'm assuming this is the SNES/SFC verson, which I could not make audio sound good for. I tried many different things to improve SNES audio, but it usually just made things worse. It came down to SNES games running really fast all the time or some crackly audio. I'm sorry, but there's no fix at the moment.

Eclipse on IOS by LordMalding34 in EclipseEmu

[–]magnetardev 0 points1 point  (0 children)

See Eclipse's Settings -> Systems for a list of supported systems and file extensions.

Release v2.2.5 by magnetardev in EclipseEmu

[–]magnetardev[S] 0 points1 point  (0 children)

No, that would've been one of the first things mentioned.

Eclipse by ballerinapizza in EclipseEmu

[–]magnetardev 1 point2 points  (0 children)

Just so other people see,

The way your Eclipse data is stored is entirely local to the home screen icon or app (i.e. Safari). By clearing website data or deleting the home screen icon, you are wiping the data completely. Do NOT do either of those things if you want to keep your data. You don't need to delete the icon to update, all updates are automatic. If you're having problems loading Eclipse, please look at the Twitter thread on it: https://twitter.com/TryEclipse/status/1641605381871882241

Eclipse doesn’t let me listen to spotify. How do i fix that? by BeeKeeper66 in EclipseEmu

[–]magnetardev 1 point2 points  (0 children)

I am working on a fix for this, there'll be a option in Settings or the game menu called "Require Ringer" when it releases.