| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/emulators/frodo/files/ |
Upload File : |
--- SID.cpp.orig 2002-01-02 21:18:59 UTC +++ SID.cpp @@ -428,7 +428,7 @@ private: int play_buf; // Number of buffer currently playing #endif -#ifdef __linux__ +#if defined(__linux__) || defined(__FreeBSD__) int devfd, sndbufsize, buffer_rate; int16 *sound_buffer; #endif @@ -1351,7 +1351,7 @@ void DigitalRenderer::calc_buffer(int16 #elif defined(AMIGA) #include "SID_Amiga.i" -#elif defined(__linux__) +#elif defined(__linux__) || defined(__FreeBSD__) #include "SID_linux.i" #elif defined(SUN)