mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
id_traits, idm::get_last_id() added
id_traits for file/dir descriptors idm::get_current_id() removed, thread-local last ID
This commit is contained in:
parent
d9403c2ed2
commit
c2897cddd6
15 changed files with 166 additions and 165 deletions
|
@ -134,6 +134,8 @@ struct explicit_bool_t
|
|||
#define EXCEPTION(text, ...) fmt::exception(__FILE__, __LINE__, __FUNCTION__, text, ##__VA_ARGS__)
|
||||
#define VM_CAST(value) vm::impl_cast(value, __FILE__, __LINE__, __FUNCTION__)
|
||||
|
||||
template<typename T> struct id_traits;
|
||||
|
||||
#define _PRGNAME_ "RPCS3"
|
||||
#define _PRGVER_ "0.0.0.5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue