Emulation
19 subscribers
247 photos
1.3K links
Hottest posts from :
r/Emulation
Admin: @hallowedgladrose
@r_channels
@reddit2telegram
Download Telegram
Built a free open-source tool to sync emulator saves/save-states across devices (RetroArch, Dolphin, PCSX2, RPCS3, Yuzu/Ryujinx, Citra, Cemu, PPSSPP)

Title: Built a free open-source tool to sync emulator saves/save-states across devices (RetroArch, Dolphin, PCSX2, RPCS3, Yuzu/Ryujinx, Citra, Cemu, PPSSPP)

Got tired of my save states living on one machine and not following me to my Deck/laptop, so I built OpenSave — it watches your save/state folders and keeps them synced peer-to-peer across devices, no cloud account required.

Auto-detects and watches:

RetroArch (states + saves), Dolphin, PCSX2 memcards, RPCS3, Ryujinx, yuzu, Citra, Cemu, PPSSPP, Xenia
Including Flatpak install paths on Linux
Also picks up Steam userdata, GOG/Epic saves, and repack-style saves if you've got a mixed library
Fully open source (MIT), Go, no telemetry/accounts
LAN sync is automatic; internet sync uses a relay that only passes encrypted frames through (self-hostable if you don't want to trust mine)
Windows + Linux/Steam Deck, with a Decky Loader plugin for Game Mode

GitHub: https://github.com/sivadaboi/OpenSave

Happy to answer questions or take feature requests — still actively developed.

https://redd.it/1uxzyeg
@r_emulation
Pre-Release of J2MPSX - The first PS1 emulator to J2ME!

Pre-Release of J2MPSX - The first PS1 emulator to J2ME!

# Download:

This edition has two versions: the "FULL" and the "NOANIM" version. The "FULL" version includes the introductory animation and is approximately 1.7 MB, while the "NOANIM" version does not include it and is only about 300 KB.

**J2MPSX-V1.3.zip on MediaFire**

^(Any question? ask on this post: https://www.reddit.com/r/J2MEgaming/comments/1uylau6/prerelease_of_j2mpsx_the_first_ps1_emulator_to

https://redd.it/1uyuj21
@r_emulation
Headaches over: MS-DOS 5.00A finally in English!
/r/pc98/comments/1uyi0d4/headaches_over_msdos_500a_finally_in_english/

https://redd.it/1uza09n
@r_emulation
"Motivation, motivation...", a MelonDS blog entry by Arisotura

https://preview.redd.it/07k4z64y66eh1.png?width=1160&format=png&auto=webp&s=99a2152ff1a04e70f26b2684494c13f398d4ba6e

I've always considered Arisotura one of my favorite emulator developers. I've seen him struggle and persevere through so much, both with this project and in his personal circumstances, and I've often felt that our community never gave him or the melonDS team the recognition they truly deserved.

Seeing so much attention being given to low-effort projects and AI-generated hype these days makes me miss the golden years of this community, when things felt very different.

Please take a moment to read his blog, reflect on his words, show some appreciation, and share it around. The melonDS team deserves far more recognition, and Arisotura's thoughts are always worth reading.:

Source: https://melonds.kuribo64.net/comments.php?id=261

>Yeah, I haven't been great at this. I told myself I would work on 2D filters, since it's one of the last things to do... then I ran into a bit of a wall: I need my filters to have alpha support, but the filter shaders I can find don't support it. I would need to spend some time figuring out how they work and how I can add that in based on other references (there is code for xBRZ or HQX filters with alpha support, but not in the form of shaders).

>And I, well, didn't feel the desire to continue...

>Maybe it's the nature of software development in itself. Unless you're working on a smaller, simpler project, you're never really done, and especially not with a project like melonDS. What started as a way to pass time has become a full commitment, in a way.

>By comparison, my job has been a lot simpler, and better suited to my brain too. When you set out to repair something, it's a project with a clear end. Most of what I deal with is also fairly simple, but sometimes there are more complicated cases, requiring more time and research. For example, those HMI lamp ballasts I'm working on: they are quite complex. This has been an ongoing project for a while now.

>Maybe it's the fact that the project still largely rests on my shoulders. While bigger projects like Dolphin or PCSX2 may have a bigger team and more of a workflow in place, things aren't really like that here...

>I'll just quote Generic, because he put it well:

18:55Generìc "Yes, we can!": I think I stated this before, but how I see it melonDS never went through the professionalisation many other projects went through
18:58Generìc "Yes, we can!": just look at other projects (even with just a single maintainer) setting milestones, systematically "triaging" issues and so on
19:00Generìc "Yes, we can!": also tests
19:01Generìc "Yes, we can!": and throuroughly adoption of new fangled C++ features
19:03Generìc "Yes, we can!": if it wasn't for Nadia putting so much effort into the build system through the whole time, the codeblocks project file would still be the way to build melonDS

>I feel bad about having so many issues, pull requests, etc, staying open and rotting in the backlog. At the same time, I just don't have the brain power to review every single PR alone.

>And to make matters worse, now we have people submitting AI-generated code, which is problematic from several standpoints: code quality (AI tends to make a mess and not really understand what it's doing, and someone who's using AI isn't likely to understand those things any better), plagiarism, the usual ethical and environmental problems with AI too...

>I like the idea of open source, but for a project of this caliber, it feels that we should have more of a system in place, with a bigger team, clearer roles... a proper organization.

>One where different people with different skillsets and preferences can complement eachother. For example, while I enjoy researching the DS hardware, or figuring out why a game isn't working as it should, stuff like build systems can quickly feel very frustrating to me. As Generic put
it, if it weren't for Nadia handling that work, we might not have nightly builds today, for example.

>And it would be nice to have more of this... ideally, lack of involvement from me shouldn't feel like the project is stalled, like it does now.

>I don't want to abandon melonDS. The project is going to be 10 years old, it's a lot of history, fun and less fun times, and I've grown to love it. At the same time, it's nice to work on other projects sometimes, and it would be nice to do so without the guilt of abandoning melonDS...

>Maybe it's also the changing nature, I mean, what it's like to work on the project. The early days were a lot of hardware research, implementation, debugging; it was a lot of fun, as evidenced by the release rate I had, but I can't recapture that now. I still have ideas for melonDS features, but at this point it feels more like regular software development.

>For a while, I've had the idea of adding a wiki to our site. The wiki would serve as a reference for user-facing things pertaining to melonDS: compatibility info, tutorials and FAQs for things like online play, and so on. It would also be one way to get the community involved: provided there is enough demand, we could have a sub-team dedicated to the wiki.

>This became part of the bigger website work I want to do, but haven't yet had the motivation to start. I want to move the server to a better host. I want to make the blog easier to navigate, with categorization by date or by tags, maybe a search... I want to make it easier to use for those who post, too.

>And it's like everything else. I have all those ideas, but it starts to feel "too much", too many big things to do, I don't know where to start and feel overwhelmed, and nothing gets done.

https://redd.it/1v0ns3h
@r_emulation
Weekly Question Thread

Before asking for help:

Have you tried the latest version?
Have you tried different settings?
Have you updated your drivers?
Have you tried searching on Google?

If you feel your question warrants a self-post or may not be answered in the weekly thread, try posting it at r/EmulationOnPC. For problems with emulation on Android platforms, try posting to r/EmulationOnAndroid.

If you'd like live help, why not try the /r/Emulation Discord? Join the #tech-support
channel and ask- if you're lucky, someone'll be able to help you out.

All weekly question threads

https://redd.it/1v15vi4
@r_emulation
I built an open-source PocketStation emulator. It boots a real game, plays audio, and saves without corrupting itself.

Does anyone remember the Sony PocketStation? It's a tiny 1999 PS1 memory-card-with-a-screen peripheral that was only really found in Japan that ran its own tiny downloadable apps off an ARM7TDMI CPU. As far as I can tell there hasn't been a working open-source emulator for it before and so I built one.

The nearest thing I could find out in the wild was a in progress rust implementation. This one is in C because I want it to be usable for patching holes in other projects - libretro being the first of many.

I've tested it with a .mcr ps1 memcard save that has chocoboworld and it seems to run and save correctly without crashing.

You can find the repo here https://github.com/mentalfoundry/pokketstation

https://redd.it/1v2ei67
@r_emulation