mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Abstract class for MsgDialog interface
This commit is contained in:
parent
cfb41c4dab
commit
00205bfa58
8 changed files with 227 additions and 237 deletions
|
|
@ -450,7 +450,7 @@ namespace vm
|
|||
};
|
||||
|
||||
// vm::null is convertible to any vm::ptr type as null pointer in virtual memory
|
||||
static const null_t null;
|
||||
static null_t null;
|
||||
}
|
||||
|
||||
namespace fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue