Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howtos:emulators:pcsx2 [2015/03/12 13:54 (UTC)] tonberry typos |
howtos:emulators:pcsx2 [2015/09/14 12:24 (UTC)] (current) tonberry typo |
||
---|---|---|---|
Line 30: | Line 30: | ||
==== wxWidgets ==== | ==== wxWidgets ==== | ||
- | It's library for creating GUIs. I prefer no to mix libraries I compile myself with the rest of the system, hence the --prefix. The --enable-unicode option is necssary; PCSX2 requires unicode version of wxWidgets. | + | It's library for creating GUIs. I prefer no to mix libraries I compile myself with the rest of the system, hence the --prefix. The --enable-unicode option is necessary; PCSX2 requires unicode version of wxWidgets. |
<code> | <code> |