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
a2e4c835
Commit
a2e4c835
authored
Dec 13, 2010
by
GnoStiC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
puae 2.3.1
parent
39d880ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
puae_misc.cpp
src/gui-qt/puae_misc.cpp
+11
-0
puae_misc.h
src/gui-qt/puae_misc.h
+6
-0
No files found.
src/gui-qt/puae_misc.cpp
0 → 100755
View file @
a2e4c835
/*
* PUAE
* until moved to their proper places, this is home for misc stuff..
*
*/
int
enumerate_sound_devices
(
void
)
{
return
0
;
}
src/gui-qt/puae_misc.h
0 → 100755
View file @
a2e4c835
#ifndef PUAE_MISC_H
#define PUAE_MISC_H
extern
int
enumerate_sound_devices
(
void
);
#endif // PUAE_MISC_H
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