mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
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