mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 02:50:14 +00:00
Memory: ExtractFromMemory: boost::none
This commit is contained in:
parent
f04d08facb
commit
07840c0eab
@ -150,7 +150,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