mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fix Data Type
This commit is contained in:
@@ -155,7 +155,7 @@ ExportResult FZX::GhostRecordCodeExporter::Export(std::ostream &write, std::shar
|
||||
write << "};\n\n";
|
||||
|
||||
|
||||
write << "u8 " << symbol << "Data[] = {\n";
|
||||
write << "s8 " << symbol << "Data[] = {\n";
|
||||
|
||||
write << fourSpaceTab;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user