dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
342 stars 33 forks source link

Name of .VC64-config not shown in titlebar #784

Closed ha24-1 closed 1 month ago

ha24-1 commented 5 months ago

Hi, I have several saved .VC64-configs (f.i. with different attached .crt). When starting VC64 with such a config-File, the name of it is not shown in titlebar ("Untitled" is shown although the correct config is active). I'm using VirtualC64 4.7 (240127) / OSX 14.3.1 (23D60).

No big thing, just in case... Best regards and thank you very much!

Fun fact: in vAmiga-App it works :-)

dirkwhoffmann commented 1 month ago

The bug is in this line. The proper file ending is VC64, not V64.

New code (on v5.0 branch):

if typeName != UTType.vc64.identifier {
dirkwhoffmann commented 1 month ago

Fixed in v5.0b1