mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Make some OSX-only functions static
Gets rid of function prototype warnings.
This commit is contained in:
parent
c0c835d0b6
commit
fd39454ad3
3 changed files with 4 additions and 4 deletions
|
@ -108,7 +108,7 @@ void DeviceElementDebugPrint(const void *value, void *context)
|
|||
}
|
||||
}
|
||||
|
||||
void DeviceDebugPrint(IOHIDDeviceRef device)
|
||||
static void DeviceDebugPrint(IOHIDDeviceRef device)
|
||||
{
|
||||
#if 0
|
||||
#define shortlog(x) NSLog(@"%s: %@", \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue