dolphin/Source/Plugins
Soren Jorvang 293b5cb4c1 Look for the DSP ROM files in Sys/GC as before before trying User/GC
to allow both system-side (also Windows) and per-user installations.

The IPL ROM is another candidate for this, but I don't have an
image to test with.

Perhaps a more general solution would be to just phase out the Sys
directory. As used for data which would have been available in ROM
or flash on the real hardware, it really contains two classes of
files that are both read-only during emulation:

- Settings and font files, which can be freely distributed
- ROM files which must be obtained from the user's own GC or Wii

Since the two could be freely put together on Windows without any
problems and with the users of that platform being resistant to
change, it may be easiest to just treat Sys as another directory
to be copied from the application bundle into User/Sys at startup
on non-Windows.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6738 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-04 13:59:44 +00:00
..
Plugin_DSP_HLE Audio volume slider support for OS X. 2011-01-02 02:49:30 +00:00
Plugin_DSP_LLE Look for the DSP ROM files in Sys/GC as before before trying User/GC 2011-01-04 13:59:44 +00:00
Plugin_VideoDX9 D3D9: Fall back to just creating a depth surface instead of a depth texture if the latter one isn't supported by the hardware. 2011-01-04 12:56:52 +00:00
Plugin_VideoDX11 D3D9: 2011-01-03 14:35:07 +00:00
Plugin_VideoOGL Patch applied from issue 3829, author admin@dasmetzelmaennchen.de. 2011-01-01 20:36:42 +00:00
Plugin_VideoSoftware Video software: 2010-12-31 06:45:18 +00:00
CMakeLists.txt Add the video software plugin to the cmake build system. 2010-11-18 02:13:05 +00:00