Detanup01/gbe_fork — reverse-engineered prompt
Reverse engineered prompt
Build me a working version of this Goldberg emulator fork from the repo. I want the C++ project to compile cleanly on Windows and Linux, including 32 and 64 bit where the repo supports it, with the bundled third party dependencies built first.
Please follow the README, fetch submodules, generate the Steam interfaces file with the included tool, then produce release packages with the DLLs, steamclient files, overlay pieces, helper tools, and any release notes in the right output folders. If something is outdated or broken in the fork, fix straightforward build errors but don’t redesign it.
Add clear build notes so a normal user can repeat it later from a fresh clone, and run whatever tests or smoke checks are available. Look up current Visual Studio, Ubuntu, premake, and Python docs online if you need to.
Want more depth? Deep Reverse