mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Remove VertexLoader::ToString
This commit is contained in:
parent
bc7da726a5
commit
b6149623aa
9 changed files with 12 additions and 81 deletions
|
@ -53,7 +53,8 @@ VertexLoaderX64::VertexLoaderX64(const TVtxDesc& vtx_desc, const VAT& vtx_att)
|
|||
GenerateVertexLoader();
|
||||
WriteProtect();
|
||||
|
||||
const std::string name = ToString();
|
||||
const std::string name =
|
||||
fmt::format("VertexLoaderX64\nVtx desc: \n{}\nVAT:\n{}", vtx_desc, vtx_att);
|
||||
JitRegister::Register(region, GetCodePtr(), name.c_str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue