Skip to content

Commit

Permalink
[sidplay] Update libsidplayfp to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Dec 29, 2024
1 parent 447a598 commit 70124b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playsid/cpiinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static void SidInfoDraw (struct cpifaceSessionAPI_t *cpifaceSession, int focus)

if ((line >= 1) && (line < SidInfoHeight))
{
cpifaceSession->console->Driver->DisplayStr(SidInfoFirstLine + line, 0, 0x07, " \xb3 Libsidplayfp v2.12.0 + OCP patches", SidInfoWidth-2);
cpifaceSession->console->Driver->DisplayStr(SidInfoFirstLine + line, 0, 0x07, " \xb3 Libsidplayfp v2.12.0 + git 0759c32 + OCP patches", SidInfoWidth-2);
cpifaceSession->console->Driver->DisplayStr(SidInfoFirstLine + line, SidInfoWidth-2, 0x07, "\xb3", 1);
}
line++;
Expand Down
2 changes: 1 addition & 1 deletion playsid/libsidplayfp-git

0 comments on commit 70124b4

Please sign in to comment.