forked from dolphin-emu/dolphin
VertexLoaderX64: support SSE2 as a fallback
With suggestions by Fiora and magumagu.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user