mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
psv_log_base initialization fixed
This commit is contained in:
parent
f3ee2ac9ef
commit
0cd03ca9e6
5 changed files with 10 additions and 17 deletions
|
@ -28,7 +28,7 @@ namespace sce_libstdcxx_func
|
|||
|
||||
#define REG_FUNC(nid, name) reg_psv_func(nid, &sceLibstdcxx, #name, &sce_libstdcxx_func::name)
|
||||
|
||||
psv_log_base sceLibstdcxx = []() -> psv_log_base
|
||||
psv_log_base sceLibstdcxx("SceLibstdcxx", []()
|
||||
{
|
||||
//REG_FUNC(0x52B0C625, std::bad_typeid::what() const);
|
||||
//REG_FUNC(0x64D7D074, std::bad_typeid::_Doraise() const);
|
||||
|
@ -976,9 +976,7 @@ psv_log_base sceLibstdcxx = []() -> psv_log_base
|
|||
//REG_FUNC(0x7321E731, vtable for __cxxabiv1::__vmi_class_type_info);
|
||||
//REG_FUNC(0x33836375, vtable for __cxxabiv1::__fundamental_type_info);
|
||||
//REG_FUNC(0x94664DEB, vtable for __cxxabiv1::__pointer_to_member_type_info);
|
||||
|
||||
return psv_log_base("SceLibstdcxx");
|
||||
}();
|
||||
});
|
||||
|
||||
/*
|
||||
// original names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue