mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(orbis) 'else ifdef' not necessary
This commit is contained in:
parent
8bc4a66d49
commit
5d1c45e8f9
@ -32,7 +32,9 @@
|
||||
extern nbio_intf_t nbio_linux;
|
||||
extern nbio_intf_t nbio_mmap_unix;
|
||||
extern nbio_intf_t nbio_mmap_win32;
|
||||
#if defined(ORBIS)
|
||||
extern nbio_intf_t nbio_orbis;
|
||||
#endif
|
||||
extern nbio_intf_t nbio_stdio;
|
||||
|
||||
#if defined(_linux__)
|
||||
|
@ -278,16 +278,4 @@ nbio_intf_t nbio_orbis = {
|
||||
nbio_orbis_free,
|
||||
"nbio_orbis",
|
||||
};
|
||||
#else
|
||||
nbio_intf_t nbio_orbis = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
"nbio_orbis",
|
||||
};
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user