Merge remote-tracking branch 'origin/input-fix-real' into input-fix-real

This commit is contained in:
nickci2002 2025-06-18 12:00:13 -04:00
commit e2ff8fa46e

View File

@ -92,7 +92,7 @@ struct VirtualMemoryArea {
VMAType type = VMAType::Free;
MemoryProt prot = MemoryProt::NoAccess;
bool disallow_merge = false;
std::string name = "";
std::string_view name = "";
uintptr_t fd = 0;
bool is_exec = false;