You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes made to binary assets (e.g., asset.bin) don't seem to trigger regeneration of the corresponding asset.bin.rp6502 file that is then bundled into the executable sent to the system to run.
Reproduce (Linux):
Clone the "examples" repo
build and run the altair demo, see the vintage picture.
go to the src directory
randomize the altair.dat.bin file, e.g. dd if=/dev/random of=altair.dat.bin bs=57600 count=1
build and run the altair demo, see the same vintage picture.
Delete Cmake Cache and reconfigure
build the altair demo, see the randomized image.
The text was updated successfully, but these errors were encountered:
Changes made to binary assets (e.g., asset.bin) don't seem to trigger regeneration of the corresponding asset.bin.rp6502 file that is then bundled into the executable sent to the system to run.
Reproduce (Linux):
dd if=/dev/random of=altair.dat.bin bs=57600 count=1
The text was updated successfully, but these errors were encountered: