mirror of
https://github.com/zeldaret/ss
synced 2026-08-04 01:03:19 -04:00
Check whether sjiswrap v1.2.0 fixes invalid char errors in CI
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ 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\x95\x5C示用ヒープ(m2d::create)");
|
||||
heap->setName("2D表示用ヒープ(m2d::create)");
|
||||
}
|
||||
mAllocator_c *allocator = new (heap, 0x04) mAllocator_c();
|
||||
allocator->attach(heap, 4);
|
||||
|
||||
Reference in New Issue
Block a user