forked from dolphin-emu/dolphin
Make some OSX-only functions static
Gets rid of function prototype warnings.
This commit is contained in:
@@ -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: %@", \
|
||||
|
||||
Reference in New Issue
Block a user