minor cleanup and adding audio.h reference
This commit is contained in:
parent
9c5a80c427
commit
e88431d775
5 changed files with 394 additions and 390 deletions
780
src/hardfile.cpp
780
src/hardfile.cpp
File diff suppressed because it is too large
Load diff
|
@ -34,6 +34,7 @@
|
|||
#include "gui.h"
|
||||
#include "savestate.h"
|
||||
#include "autoconf.h"
|
||||
#include "audio.h"
|
||||
#include "sounddep/sound.h"
|
||||
#include "disk.h"
|
||||
#include "amiberry_gfx.h"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "gfxboard.h"
|
||||
#include "statusline.h"
|
||||
#include "audio.h"
|
||||
#include "sounddep/sound.h"
|
||||
#include "threaddep/thread.h"
|
||||
static uae_thread_id display_tid = nullptr;
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "rommgr.h"
|
||||
#include "custom.h"
|
||||
#include "inputdevice.h"
|
||||
#include "audio.h"
|
||||
#include "sounddep/sound.h"
|
||||
#include "savestate.h"
|
||||
#include "blkdev.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include "sysdeps.h"
|
||||
#include "options.h"
|
||||
#include "gui_handling.h"
|
||||
#include "audio.h"
|
||||
#include "sounddep/sound.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue