mirror of https://github.com/PCSX2/pcsx2.git
19 lines
557 B
Plaintext
19 lines
557 B
Plaintext
//
|
|
// GSdx.RC2 - resources Microsoft Visual C++ does not edit directly
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
#error this file is not editable by Microsoft Visual C++
|
|
#endif //APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Add manually edited resources here...
|
|
|
|
IDR_CONVERT_FX RCDATA "res\\convert.fx"
|
|
IDR_TFX_FX RCDATA "res\\tfx.fx"
|
|
IDR_MERGE_FX RCDATA "res\\merge.fx"
|
|
IDR_INTERLACE_FX RCDATA "res\\interlace.fx"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|