mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
VertexLoaderX64: register symbol for code page
This commit is contained in:
parent
bc5cf10ad5
commit
d3f49097c5
2 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@ public:
|
|||
VertexLoaderX64(const TVtxDesc& vtx_desc, const VAT& vtx_att);
|
||||
|
||||
protected:
|
||||
std::string GetName() const override { return "VertexLoaderJit"; }
|
||||
std::string GetName() const override { return "VertexLoaderX64"; }
|
||||
bool IsInitialized() override;
|
||||
int RunVertices(int primitive, int count, DataReader src, DataReader dst) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue