Closed i30817 closed 1 year ago
Also as further bad news, it seems it can't be a no-op anymore without impacting games since as the commit message mentions 'can be used to show subtitles'.
I suppose some engines are going to implement subtitles using overlays 'not in the GUI'.
Just adding the default argument to the virtual function implementation in libretro_os.cpp can make the core build again, modulo any problems that may or may not occur from this being a no-op.
And here is the apparent followup, which will probably break some subtitles now that this no-op is actually important: https://github.com/scummvm/scummvm/pull/4424
Scummvm master added a new default argument to these functions 3 days ago:
https://github.com/scummvm/scummvm/commit/87bad2cc7d602488ba3fbdf8ff067d3d74fc2b85
not sure sure if it's the only error.