Hacker News new | past | comments | ask | show | jobs | submit login

Used this to run some Windows-only NES Classic / SNES Classic "hacking" program thingy (hakchi2? Something like that) to add more games to those two devices. Worked great. Wine was a no-go because the program itself did some stuff with (Windows) drivers when needed. VirtualBox. Worked great. I have a Win10 license and could have dug it out but this was easier.



Amusingly enough, all of the low-level hardware access stuff in hakchi2 seems to be done through Windows ports of various Linux-based libraries and tools. The Windows drivers are just there to emulate the normal Linux APIs for low-level USB access. In principle, it would be possible to just chop out all the layers of emulation and drop in the original Linux USB access library using the actual Linux APIs (compiled as a Wine-style DLL so the Windows code could use it) and everything should work fine.




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: