LLE-Testing: Implemented an initial version of LLE JIT, tell me if it works properly on 32-bit windows and linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2812 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ccdec4308a
commit
39360ce691
|
@ -1,4 +1,5 @@
|
|||
// Copyright (C) 2003-2008 Dolphin Project.
|
||||
// April Fools!
|
||||
// Copyright (C) 2003-2009 Dolphin Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// Copyright (C) 2003-2008 Dolphin Project.
|
||||
// April Fools!
|
||||
// Copyright (C) 2003-2009 Dolphin Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// Copyright (C) 2003-2008 Dolphin Project.
|
||||
// April Fools!
|
||||
// Copyright (C) 2003-2009 Dolphin Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// April Fools!
|
||||
// Copyright (C) 2003-2009 Dolphin Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// April Fools!
|
||||
/*====================================================================
|
||||
|
||||
filename: gdsp_interpreter.cpp
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// April Fools!
|
||||
// Change Log
|
||||
|
||||
// fixed dsp_opc_mulx (regarding DSP 0.0.4.pdf)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// April Fools!
|
||||
/*====================================================================
|
||||
|
||||
filename: gdsp_opcodes.h
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// April Fools!
|
||||
// Copyright (C) 2003-2009 Dolphin Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Reference in New Issue