emu-rs / rustual-boy

Rustual Boy - A Virtual Boy emulator.
https://rustualboy.com/
Apache License 2.0
232 stars 30 forks source link

Last raw pointer in libretro branch #38

Closed Shadlock0133 closed 5 years ago

Shadlock0133 commented 5 years ago

https://github.com/emu-rs/rustual-boy/blob/9c6cc4a4ab183256c6360cada0b0b8ecb49be94b/rustual-boy-core/src/v810.rs#L113

It's probably last raw pointer on libretro branch. It might be the cause of deserialization errors.

yupferris commented 5 years ago

Thanks for the tip!

Unfortunately this points to memory that's never re-allocated when applying the save state, and thus wouldn't point to old memory or anything, so it should be correct. The issue must be elsewhere.