mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-21 10:41:51 +00:00
Using the XPM format for images has become a maintenance problem because people don't know how to create them. This commit removes all XPM images and all C files that contain PNG images. DolphinWX now uses the PNGs in the Resources folder instead, just like DolphinQt and DolphinQt2 do. |
||
|---|---|---|
| .. | ||
| BreakpointDlg.cpp | ||
| BreakpointDlg.h | ||
| BreakpointView.cpp | ||
| BreakpointView.h | ||
| BreakpointWindow.cpp | ||
| BreakpointWindow.h | ||
| CodeView.cpp | ||
| CodeView.h | ||
| CodeWindow.cpp | ||
| CodeWindow.h | ||
| CodeWindowFunctions.cpp | ||
| DebuggerPanel.cpp | ||
| DebuggerPanel.h | ||
| DebuggerUIUtil.cpp | ||
| DebuggerUIUtil.h | ||
| DSPDebugWindow.cpp | ||
| DSPDebugWindow.h | ||
| DSPRegisterView.cpp | ||
| DSPRegisterView.h | ||
| JitWindow.cpp | ||
| JitWindow.h | ||
| MemoryCheckDlg.cpp | ||
| MemoryCheckDlg.h | ||
| MemoryView.cpp | ||
| MemoryView.h | ||
| MemoryWindow.cpp | ||
| MemoryWindow.h | ||
| RegisterView.cpp | ||
| RegisterView.h | ||
| RegisterWindow.cpp | ||
| RegisterWindow.h | ||
| WatchView.cpp | ||
| WatchView.h | ||
| WatchWindow.cpp | ||
| WatchWindow.h | ||