Skip to content

Commit

Permalink
don't fail when initializing the resources on xscpu64 to allow it to …
Browse files Browse the repository at this point in the history
…start

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@44120 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Jun 25, 2023
1 parent e980822 commit e447a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vice/src/c64/cart/ltkernal.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ int ltkernal_resources_init(void)
LOG2((LOG, "LTK resource init"));

if (ltkernal_check_scpu64()) {
return -1;
return 0;
}

ltk_serial = lib_strdup("00000000");
Expand Down

0 comments on commit e447a5d

Please sign in to comment.