1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Correct TxFilter::TxFilter - remove colon in rom name.

This commit is contained in:
Sergey Lipskiy 2020-11-25 16:58:48 +07:00
parent cb76d2f39d
commit 7a38e80448

View File

@ -129,6 +129,9 @@ TxFilter::TxFilter(int maxwidth,
if (ident && wcscmp(ident, wst("DEFAULT")) != 0)
_ident.assign(ident);
/* replace ':' in ROM name with '-' */
removeColon(_ident);
if (TxMemBuf::getInstance()->init(_maxwidth, _maxheight)) {
if (!_tex1)
_tex1 = TxMemBuf::getInstance()->get(0);