mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
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