mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Merge branch 'master' of git@github.com:coelckers/gzdoom.git
# Conflicts: # src/sound/opnmidi/opnmidi_private.hpp
This commit is contained in:
commit
d202ef9e68
1 changed files with 3 additions and 2 deletions
|
@ -78,12 +78,12 @@ typedef __int32 ssize_t;
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma warning(disable:4319)
|
|
||||||
#pragma warning(disable:4267)
|
|
||||||
#pragma warning(disable:4244)
|
#pragma warning(disable:4244)
|
||||||
|
#pragma warning(disable:4267)
|
||||||
#pragma warning(disable:4146)
|
#pragma warning(disable:4146)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "fraction.hpp"
|
#include "fraction.hpp"
|
||||||
#ifdef OPNMIDI_USE_LEGACY_EMULATOR
|
#ifdef OPNMIDI_USE_LEGACY_EMULATOR
|
||||||
#include "Ym2612_ChipEmu.h"
|
#include "Ym2612_ChipEmu.h"
|
||||||
|
@ -94,6 +94,7 @@ typedef __int32 ssize_t;
|
||||||
#include "opnbank.h"
|
#include "opnbank.h"
|
||||||
#include "opnmidi.h"
|
#include "opnmidi.h"
|
||||||
|
|
||||||
|
|
||||||
#define ADL_UNUSED(x) (void)x
|
#define ADL_UNUSED(x) (void)x
|
||||||
|
|
||||||
extern std::string OPN2MIDI_ErrorString;
|
extern std::string OPN2MIDI_ErrorString;
|
||||||
|
|
Loading…
Reference in a new issue