diff options
| author | robojumper <robojumper@gmail.com> | 2024-11-24 13:27:14 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2024-11-24 13:27:14 +0100 |
| commit | b8eaf0fb9a62436feeba60fddaf550da7a9b6198 (patch) | |
| tree | 7b6ee4fbbcbefa85ed0b69d287c0f1eecb735acd /src/m/m2d.cpp | |
| parent | 4b4b01b76ad85222ae108ccdfac8b4f2c52ce71c (diff) | |
sjiswrap v1.2.0 fixes invalid char errors in CI
Diffstat (limited to 'src/m/m2d.cpp')
| -rw-r--r-- | src/m/m2d.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/m2d.cpp b/src/m/m2d.cpp index 5a8b131b..9f591a69 100644 --- a/src/m/m2d.cpp +++ b/src/m/m2d.cpp @@ -27,7 +27,6 @@ bool init(mAllocator_c *allocator) { void create(EGG::Heap *heap, u32 size) { if (size != 0) { heap = EGG::ExpHeap::create(size, heap, 0); - // Supposed to be 2D表示用ヒープ(m2d::create), but creates a linux compile issue heap->setName("2D表示用ヒープ(m2d::create)"); } mAllocator_c *allocator = new (heap, 0x04) mAllocator_c(); |
