mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Linux fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4653 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
abd587ffdc
commit
ec983284c6
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,6 +16,7 @@ files = [
|
||||||
"EmuSubroutines.cpp",
|
"EmuSubroutines.cpp",
|
||||||
"Encryption.cpp",
|
"Encryption.cpp",
|
||||||
"main.cpp",
|
"main.cpp",
|
||||||
|
"Rumble.cpp",
|
||||||
]
|
]
|
||||||
if wmenv['HAVE_WX']:
|
if wmenv['HAVE_WX']:
|
||||||
files += [
|
files += [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue