mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Linux fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4653 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -28,6 +28,7 @@
|
|||||||
#include "VideoConfig.h"
|
#include "VideoConfig.h"
|
||||||
#include "ImageWrite.h"
|
#include "ImageWrite.h"
|
||||||
#include "Render.h"
|
#include "Render.h"
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
namespace TextureConverter
|
namespace TextureConverter
|
||||||
{
|
{
|
||||||
|
@ -10,19 +10,20 @@ files = [
|
|||||||
"Config.cpp",
|
"Config.cpp",
|
||||||
"DataReports.cpp",
|
"DataReports.cpp",
|
||||||
"EmuDefinitions.cpp",
|
"EmuDefinitions.cpp",
|
||||||
"EmuDynamics.cpp",
|
"EmuDynamics.cpp",
|
||||||
"EmuMain.cpp",
|
"EmuMain.cpp",
|
||||||
"EmuPad.cpp",
|
"EmuPad.cpp",
|
||||||
"EmuSubroutines.cpp",
|
"EmuSubroutines.cpp",
|
||||||
"Encryption.cpp",
|
"Encryption.cpp",
|
||||||
"main.cpp",
|
"main.cpp",
|
||||||
|
"Rumble.cpp",
|
||||||
]
|
]
|
||||||
if wmenv['HAVE_WX']:
|
if wmenv['HAVE_WX']:
|
||||||
files += [
|
files += [
|
||||||
"ConfigBasicDlg.cpp",
|
"ConfigBasicDlg.cpp",
|
||||||
"ConfigPadDlg.cpp",
|
"ConfigPadDlg.cpp",
|
||||||
"ConfigRecordingDlg.cpp",
|
"ConfigRecordingDlg.cpp",
|
||||||
"ConfigGamepad.cpp",
|
"ConfigGamepad.cpp",
|
||||||
"ConfigRecording.cpp",
|
"ConfigRecording.cpp",
|
||||||
"FillReport.cpp",
|
"FillReport.cpp",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user