mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Fix some warnings
This commit is contained in:
parent
41f07a8773
commit
4cfd900c67
7 changed files with 8 additions and 35 deletions
|
@ -76,8 +76,8 @@ static bool s_efbCacheIsCleared = false;
|
|||
static std::vector<u32>
|
||||
s_efbCache[2][EFB_CACHE_WIDTH * EFB_CACHE_HEIGHT]; // 2 for PeekZ and PeekColor
|
||||
|
||||
void APIENTRY ErrorCallback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length,
|
||||
const char* message, const void* userParam)
|
||||
static void APIENTRY ErrorCallback(GLenum source, GLenum type, GLuint id, GLenum severity,
|
||||
GLsizei length, const char* message, const void* userParam)
|
||||
{
|
||||
const char* s_source;
|
||||
const char* s_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue