Minor changes
This commit is contained in:
parent
e9ec679450
commit
35bd9e1fb1
3 changed files with 2 additions and 2 deletions
BIN
src/beep2.mp3
Normal file
BIN
src/beep2.mp3
Normal file
Binary file not shown.
|
@ -16,7 +16,7 @@ int main(int argc, char *argv[])
|
|||
// Initialize
|
||||
MemInit();
|
||||
MemLoadROM(ROM);
|
||||
ScreenInit(800,400);
|
||||
ScreenInit(1000,500);
|
||||
VCPUInit();
|
||||
SpeakerInit();
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "raylib.h"
|
||||
|
||||
#define SPEAKER_AUDIO_FILE "beep.mp3"
|
||||
#define SPEAKER_AUDIO_FILE "beep2.mp3"
|
||||
|
||||
void SpeakerInit();
|
||||
void SpeakerOn();
|
||||
|
|
Loading…
Add table
Reference in a new issue