Y
Hacker News
new
|
ask
|
show
|
jobs
by
phkahler
3330 days ago
Now I have to rewrite my arcade game emulator in rust just so I can use that to load rom images...
1 comments
FreeFull
3330 days ago
include_bytes! is for compile-time inclusion of files though, not for runtime.
link
phkahler
3329 days ago
Yeah but when it only runs 15 games with a max size of 32K... But yeah it makes it non-distributable because it would then include the images.
link