mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Added several XKeyToString translations.
Fixed minor font issue with wiimote pad button dialog. Removed unnecessary OpenGL_MakeCurrent call from DoState. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5209 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3eebd28a6b
commit
02edaf3db8
3 changed files with 130 additions and 4 deletions
|
@ -355,10 +355,6 @@ void Initialize(void *init)
|
|||
}
|
||||
|
||||
void DoState(unsigned char **ptr, int mode) {
|
||||
#if !defined(_WIN32) && !defined(__linux__)
|
||||
// WHY is this here?? If macs don't need this it should be removed.
|
||||
OpenGL_MakeCurrent();
|
||||
#endif
|
||||
// Clear all caches that touch RAM
|
||||
TextureMngr::Invalidate(false);
|
||||
VertexLoaderManager::MarkAllDirty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue