diff options
Diffstat (limited to 'src/chips/java/JavaOPL3.hpp')
-rw-r--r-- | src/chips/java/JavaOPL3.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chips/java/JavaOPL3.hpp b/src/chips/java/JavaOPL3.hpp index df71cab..e9772d6 100644 --- a/src/chips/java/JavaOPL3.hpp +++ b/src/chips/java/JavaOPL3.hpp @@ -60,7 +60,8 @@ #define CENTER_PANNING_POWER 0.70710678118 /* [RH] volume at center for EQP */ #define VOLUME_MUL 0.3333 -namespace JavaOPL +/* libADLMIDI: Renamed from JavaOPL3 into to prevent symbol conflicting with original version linked */ +namespace ADL_JavaOPL3 { /* libADLMIDI: random generator */ |