clydeshaffer / GameTankEmulator

An emulator for the GameTank, a real physical hardware game console I've built
MIT License
15 stars 9 forks source link

Allow passing xor file path as arg #25

Closed nickgirardo closed 3 months ago

nickgirardo commented 4 months ago

Hi! I'm making this change to make testing my game's save capabilities easier

Since I don't really write C++ I'm sure there's a ton of jank going on, definitely open to all critique!

A couple things:

clydeshaffer commented 3 months ago

It's useful so I'll merge the PR with the caveat that it might get replaced with an numeric-indexed system for creating savegame slots, which will be part of eventual savestating features.