mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
Drop comment
This commit is contained in:
@@ -5,7 +5,6 @@ namespace ut {
|
||||
namespace {
|
||||
|
||||
bool IsSJISLeadByte(u8 c) {
|
||||
// Idk how to force the comparison correctly
|
||||
return ((c >= 0x81) && (c < 0xA0)) || c >= 0xe0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user