Dolphin, the GameCube and Wii emulator - Forums
Where is HW_RVL defined? - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: Where is HW_RVL defined? (/Thread-where-is-hw-rvl-defined)



Where is HW_RVL defined? - HomelandReloaded - 03-24-2012

Can anyone tell me where HW_DOL and HW_RVL are defined, or where they should be defined please?

Thank you!
(well, everyone was a newb at one time)


RE: Where is HW_RVL defined? - scummos - 03-24-2012

Any average IDE will tell you. Also, ack does.
Code:
> ack HW_RVL
Source/DSPSpy/main_spy.cpp
43:#define HW_RVL //HW_DOL



RE: Where is HW_RVL defined? - HomelandReloaded - 03-24-2012

(03-24-2012, 07:37 PM)scummos Wrote: Any average IDE will tell you. Also, ack does.
Code:
> ack HW_RVL
Source/DSPSpy/main_spy.cpp
43:#define HW_RVL //HW_DOL

Thank you