mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 22:51:04 +00:00
Memory: ExtractFromMemory: boost::none
This commit is contained in:
parent
3e75de6006
commit
add1604e57
@ -140,7 +140,7 @@ boost::optional<T> ExtractFromMemory(VAddr address) {
|
||||
|
||||
const u8* memory = GetPointer(address);
|
||||
if (!memory) {
|
||||
return {};
|
||||
return boost::none;
|
||||
}
|
||||
|
||||
T object;
|
||||
|
Loading…
Reference in New Issue
Block a user