mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DSPJit: disabled NR again until we fix DSPEmitter::increase_addr_reg.
And to help test things like that: DSPJitTester (use with caution on x64, most likely fails there; r5250 might be why) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5306 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -23,6 +23,8 @@
|
||||
#include "PowerPC/PowerPC.h"
|
||||
#include "HW/SI_DeviceGCController.h"
|
||||
|
||||
void AudioJitTests();
|
||||
|
||||
using namespace std;
|
||||
|
||||
int fail_count = 0;
|
||||
@ -101,6 +103,8 @@ void StringTests()
|
||||
|
||||
int main(int argc, _TCHAR* argv[])
|
||||
{
|
||||
AudioJitTests();
|
||||
|
||||
CoreTests();
|
||||
MathTests();
|
||||
StringTests();
|
||||
@ -133,6 +137,7 @@ void Host_SetWiiMoteConnectionState(int _State){}
|
||||
void Host_UpdateLeds(int bits){}
|
||||
void Host_UpdateSpeakerStatus(int index, int bits){}
|
||||
void Host_UpdateStatus(){}
|
||||
void Host_Message(int){}
|
||||
|
||||
int CSIDevice_GCController::GetNetInput(u8 numPAD, SPADStatus PadStatus, u32 *PADStatus)
|
||||
{
|
||||
|
Reference in New Issue
Block a user