mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Remove VertexLoader::ToString
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user