bitrot-alpha
bitrot-alpha
Also, the tsv files from that website have a header line with column names, and if I leave that header in, the app doesn't like that either, and completely messes...
I'd also like to see the return of this feature. A workaround for viewing the console without AMP is to "reattach" the `tmux` session that AMP is running on (on...
On MSYS2 Mingw64: ``` /c/Users/me/work_mingw/Flips/flips-gtk.cpp: In function ‘int main(int, char**)’: /c/Users/me/work_mingw/Flips/flips-gtk.cpp:1055:47: error: ‘F_OK’ was not declared in this scope 1055 | isFlatpak = (access("/.flatpak-info", F_OK) == 0); | ^~~~ /c/Users/me/work_mingw/Flips/flips-gtk.cpp:1055:22:...
I tried using `make` which produced the above error. I also tried @Sanaki's solution, and that produced an exe, but when trying to run it outside of the msys terminal,...
Building on `rpm` based distros (Fedora, OpenSUSE) works just fine for me after installing the default LibUSB package (libusb on Fedora; libusb-0_1, libusb-1_0 on OpenSUSE). I haven't tested building on...
**Console:** 2/1/3 (USA SNES) **Cartridge:** Chinese "Rev. X" Tried 1.10.3 FW. Terranigma (EUR) worked after toggling Reset Patch, SuperCIC, and of course Auto Region Patching. Then tried 1.11.0 FW. Tried...
Posting MD5 checksums of the files I have since some games have multiple revisions. @ICEknigh7 can you tell us what version of SFC you have? The numbers I posted in...
If you're still working on this, I made a [pull request](https://github.com/SmittyHalibut/EleksTubeHAX/pull/50) to SmittyHalibut's firmware with updates necessary to compile that firmware for current versions of the ESP32 core and relevant...
It's disappointing that the MiSTer project uses an incompatible software license (GPLv3). They have an SPC7110 core already implemented.. https://www.gnu.org/licenses/gpl-faq.html#v2v3Compatibility https://github.com/MiSTer-devel/SNES_MiSTer/tree/master/rtl/chip/SPC7110
see my comment on #106 for how to fix this on the V3 board. You need to download a new version of `esptool` (program that flashes the ESP32). The one...