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
|
||||||
{
|
{
|
||||||
|
@ -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 += [
|
||||||
|
Reference in New Issue
Block a user