mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
fig ConfigPadDlg size in linux, temporary linux build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3742 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
dc30df7dca
commit
419c6a0927
3 changed files with 19 additions and 13 deletions
|
@ -80,7 +80,8 @@ __forceinline void MemFence()
|
|||
MemoryBarrier();
|
||||
}
|
||||
#else
|
||||
// TODO: UNIX experts, please implement the memory fence.
|
||||
// TODO: UNIX experts, please implement the memory fence.
|
||||
void MemFence();
|
||||
#endif
|
||||
|
||||
class CriticalSection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue