ReC98/th01/hiscore
nmlgc c96952f47b [Research] Discover how pointer constness affects pointer parameter codegen
In most cases, this discovery will mean that we have to bite the bullet
and remove `const` from pointer parameters if the generated ASM
wouldn't match otherwise. That by itself doesn't really simplify the
code, but at least we get to remove a single bloated `reinterpret_cast`
from one function call already.

Part of P0278, funded by Yanga.
2024-04-12 00:29:09 +02:00
..
regist.cpp [Research] Discover how pointer constness affects pointer parameter codegen 2024-04-12 00:29:09 +02:00
regist.hpp [Research] Discover how pointer constness affects pointer parameter codegen 2024-04-12 00:29:09 +02:00
score_nm.cpp [Maintenance] Introduce proper Shift-JIS and JIS X 0208 types 2022-08-11 15:53:13 +02:00
scorelod.cpp [Maintenance] [th01] Declare types for signed and unsigned scores 2023-02-28 08:07:52 +01:00