mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
fix include dir for if tests
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3088 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3e4f0d1fc7
commit
9dbd4c6715
@ -1,4 +1,5 @@
|
||||
; This test checks the effect of various SR flags over ifg and ifle
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
|
||||
lri $IX0, #0x0000
|
||||
|
@ -1,4 +1,5 @@
|
||||
; This test checks the effect of various SR flags over ifg and ifle
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
|
||||
lri $IX0, #0x0000
|
||||
|
@ -1,4 +1,5 @@
|
||||
; This test checks the effect of various SR flags over ifz and ifnz
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
|
||||
lri $IX0, #0x0000
|
||||
|
@ -1,4 +1,5 @@
|
||||
; This test checks the effect of various SR flags over iflz and ifnlz
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
|
||||
lri $IX0, #0x0000
|
||||
|
Loading…
x
Reference in New Issue
Block a user