sjiswrap v1.2.0 fixes invalid char errors in CI

This commit is contained in:
robojumper
2024-11-24 13:27:14 +01:00
parent 4b4b01b76a
commit b8eaf0fb9a
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -63,8 +63,6 @@ void dHeap::createLayoutEx2Heap(size_t size, EGG::Heap *parent) {
layoutEx2Heap.init(name, size, parent);
}
void dHeap::createLayoutResHeap(size_t size, EGG::Heap *parent) {
// Supposed to be "レイアウトリソース用ヒープ(dHeap::layoutResHeap)" but
// this creates a Linux compile issue with wibo
static const char name[] = "レイアウトリソース用ヒープ(dHeap::layoutResHeap)";
layoutResHeap.init(name, size, parent);
}