mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-09 00:25:04 +00:00
Before f65f9b9845
this would happen
automatically (since the stream member was always valid). It's now a
unique_ptr that's only initialized when the file is opened, so we need
to add guards for all the operations.