mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Fix the Windows build (broken in 315a8ba
)
This commit is contained in:
parent
bc844a168f
commit
7c93f2dc23
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ private:
|
|||
const float *colmat);
|
||||
|
||||
void Bind(unsigned int stage);
|
||||
bool Save(const std::string filename, unsigned int level);
|
||||
bool Save(const std::string& filename, unsigned int level);
|
||||
};
|
||||
|
||||
TCacheEntryBase* CreateTexture(unsigned int width, unsigned int height,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue