mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e7faa8e4e1
5 changed files with 17 additions and 8 deletions
|
@ -28,6 +28,10 @@
|
|||
#include <pico/pico_int.h>
|
||||
#include <pico/patch.h>
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ >= 7
|
||||
#pragma GCC diagnostic ignored "-Wformat-truncation"
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#define PATH_SEP "/"
|
||||
#define PATH_SEP_C '/'
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
struct in_default_bind;
|
||||
extern int in_evdev_allow_abs_only;
|
||||
|
||||
void in_evdev_init(const struct in_default_bind *defbinds);
|
Loading…
Add table
Add a link
Reference in a new issue