Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PUAE
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
PUAE
Commits
b2c7210d
Commit
b2c7210d
authored
Mar 26, 2011
by
Tomi Pakarinen
Committed by
CeRiAl
Jan 08, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compilation fixes
parent
f2fc773b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
build_macos_xcode.sh
build_macos_xcode.sh
+1
-1
sound.c
src/sd-none/sound.c
+2
-0
sound.h
src/sd-none/sound.h
+5
-0
sound.c
src/sd-sdl/sound.c
+1
-1
No files found.
build_macos_xcode.sh
View file @
b2c7210d
...
...
@@ -4,7 +4,7 @@
#
#
#
base
=
" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
base
=
" --with
out-x --with-cocoa-gfx --with
-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
cd32
=
" --enable-cd32 "
a600
=
" --enable-gayle "
scsi
=
" --enable-scsi-device --enable-ncr --enable-a2091 "
...
...
src/sd-none/sound.c
View file @
b2c7210d
...
...
@@ -14,6 +14,8 @@
#include "gensound.h"
#include "sounddep/sound.h"
unsigned
int
have_sound
=
0
;
int
init_sound
(
void
)
{
currprefs
.
produce_sound
=
0
;
...
...
src/sd-none/sound.h
View file @
b2c7210d
...
...
@@ -15,6 +15,11 @@ STATIC_INLINE void check_sound_buffers (void)
STATIC_INLINE
void
set_sound_buffers
(
void
)
{
}
STATIC_INLINE
void
clear_sound_buffers
(
void
)
{
}
#define AUDIO_NAME "dummyaudio"
#define PUT_SOUND_BYTE(b) do { ; } while (0)
...
...
src/sd-sdl/sound.c
View file @
b2c7210d
...
...
@@ -23,7 +23,7 @@
#include "threaddep/thread.h"
#include <SDL_audio.h>
int
have_sound
=
0
;
unsigned
int
have_sound
=
0
;
static
int
statuscnt
;
uae_u16
paula_sndbuffer
[
44100
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment