mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-15 01:00:47 -04:00
Fix code resize to use word size rather than byte size
This commit is contained in:
@@ -48,9 +48,11 @@ public:
|
||||
|
||||
void SetCachedSize(size_t size_bytes);
|
||||
|
||||
[[nodiscard]] size_t CachedSize() const noexcept;
|
||||
[[nodiscard]] size_t CachedSizeWords() const noexcept;
|
||||
|
||||
[[nodiscard]] size_t ReadSize() const noexcept;
|
||||
[[nodiscard]] size_t CachedSizeBytes() const noexcept;
|
||||
|
||||
[[nodiscard]] size_t ReadSizeBytes() const noexcept;
|
||||
|
||||
[[nodiscard]] bool CanBeSerialized() const noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user