summaryrefslogtreecommitdiff
path: root/emulators/frodo/files/patch-SID.cpp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2017-02-09 08:12:10 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2017-02-09 08:12:10 +0000
commit8dba87b4b30ced89ea2cf2e196076e9f9e35c184 (patch)
treee2328b247f92a20d80c8a9cbc36f00c41154b185 /emulators/frodo/files/patch-SID.cpp
parentdevel/py-xdg: limit to use python2 only, for python3 already exist devel/py3-... (diff)
- let configure pick up sdl
- make portlint happier
Diffstat (limited to 'emulators/frodo/files/patch-SID.cpp')
-rw-r--r--emulators/frodo/files/patch-SID.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/frodo/files/patch-SID.cpp b/emulators/frodo/files/patch-SID.cpp
index 1b340e4795d7..02858fe6ba03 100644
--- a/emulators/frodo/files/patch-SID.cpp
+++ b/emulators/frodo/files/patch-SID.cpp
@@ -1,6 +1,6 @@
---- SID.cpp.orig 2002-01-02 21:18:59.000000000 +0000
-+++ SID.cpp 2004-11-27 15:51:44.000000000 +0000
-@@ -428,7 +428,7 @@
+--- 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
@@ -9,7 +9,7 @@
int devfd, sndbufsize, buffer_rate;
int16 *sound_buffer;
#endif
-@@ -1351,7 +1351,7 @@
+@@ -1351,7 +1351,7 @@ void DigitalRenderer::calc_buffer(int16
#elif defined(AMIGA)
#include "SID_Amiga.i"