Improve linux compilation support (GLideN64) (#315)

* Removed non-existant files from meson.build

* Fixed ifdef for linux compatibility in xcontroller.cpp

* Updated meson to build gliden64

* Fixed function call in z_vismono

* Add json.cpp to meson.build (linux)

* Add AziAudio stub to meson.build

* Update z_vismono.cpp
This commit is contained in:
metronidazole 2022-05-03 00:50:25 +10:00 committed by GitHub
parent db86f97f41
commit cef67aa666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -113,7 +113,6 @@ static const char* getButtonName(XInputButtons button)
//#pragma comment(lib, "Xinput.lib")
#pragma comment(lib, "Xinput9_1_0.lib")
#endif
static u8* expandButtonBits(WORD bits, u8* out)
{
@ -551,4 +550,6 @@ namespace oot::hid
}
}
} // namespace driver
} // namespace oot::hid
} // namespace oot::hid
#endif

1
subprojects/gliden64 Symbolic link
View File

@ -0,0 +1 @@
../GLideN64/