This is an automated email from the git hooks/post-receive script.

coringao-guest pushed a commit to branch master
in repository osmose-emulator.

commit 1ddec6fa0a84c1de51440d33204dd031aa382440
Author: Carlos Donizete Froes <[email protected]>
Date:   Sun Oct 22 20:21:18 2017 -0200

    Updated file
    
    Signed-off-by: Carlos Donizete Froes <[email protected]>
---
 src/OsmoseCore.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/OsmoseCore.cpp b/src/OsmoseCore.cpp
index fc675ff..adc20c9 100644
--- a/src/OsmoseCore.cpp
+++ b/src/OsmoseCore.cpp
@@ -22,9 +22,9 @@
  *
  */
 
+#include <alsa/asoundlib.h>
 #include "OsmoseCore.h"
 
-
 SN76489           *p;
 
 // This method is not from OsmoseCore
@@ -38,7 +38,7 @@ OsmoseCore::OsmoseCore(const char *rom_f,  unsigned int 
*output, OsmoseConfigura
        osmose_core_mutex = ocm;
        configuration = conf;
        buffer = output;
-    nmi                   = false;
+    nmi        = false;
     sound_shot_toggle = false;
     snd_started = false;
     screenshotNbr  = 0;
@@ -103,7 +103,7 @@ OsmoseCore::OsmoseCore(const char *rom_f,  unsigned int 
*output, OsmoseConfigura
                try
                {
                        sndThread = new SoundThread("plughw:0,0", 
p->getFIFOSoundBuffer());
-                       sndThread->start();     // Start thread, not playing !  
        
+                       sndThread->start();     // Start thread, not playing !
                        string msg = "Creating SoundThread";
                        QLogWindow::getInstance()->appendLog(msg);
                }
@@ -129,7 +129,7 @@ OsmoseCore::~OsmoseCore()
        delete mem;
        delete env;
        delete iom;
-       delete cpu;     
+       delete cpu;
 }
 
 /*--------------------------------------------------------------------*/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/osmose-emulator.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to