mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
VertexLoaderX64: support SSE2 as a fallback
With suggestions by Fiora and magumagu.
This commit is contained in:
parent
9793fed742
commit
7030542546
2 changed files with 99 additions and 40 deletions
|
@ -8,7 +8,7 @@ public:
|
|||
|
||||
protected:
|
||||
std::string GetName() const override { return "VertexLoaderX64"; }
|
||||
bool IsInitialized() override;
|
||||
bool IsInitialized() override { return true; }
|
||||
int RunVertices(DataReader src, DataReader dst, int count, int primitive) override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue