Skip to content

Commit

Permalink
Libretro: adding two more missing samples
Browse files Browse the repository at this point in the history
  • Loading branch information
frranck committed May 18, 2018
1 parent c6e22e8 commit 68e0b9c
Show file tree
Hide file tree
Showing 2 changed files with 37,452 additions and 14 deletions.
12 changes: 5 additions & 7 deletions common.cpp
@@ -1,3 +1,6 @@
// compile with make LOAD_FROM_FILES=1 DUMP=1
// to dump Wavs

#ifdef _WIN32
#include <direct.h>
#else
Expand All @@ -14,13 +17,6 @@
#define LOAD_FROM_FILES
#endif

//#define DUMP

#ifdef DUMP
#define LOAD_FROM_FILES
#endif


#ifdef LOAD_FROM_FILES
#include "streams/file_stream.h"
#include <minizip/unzip.h>
Expand Down Expand Up @@ -609,6 +605,8 @@ void mrboom_sound(void)
static bool play_once = true;
if (play_once)
{
play(16);
play(17);
play(18);
play(20);
play_once = false;
Expand Down

0 comments on commit 68e0b9c

Please sign in to comment.