This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #1026 from Sergeanur/VC/ControllerMenu
Controller menu
- Loading branch information
Showing
with
1,022 additions
and 90 deletions.
- BIN gamefiles/TEXT/american.gxt
- BIN gamefiles/TEXT/french.gxt
- BIN gamefiles/TEXT/german.gxt
- BIN gamefiles/TEXT/italian.gxt
- BIN gamefiles/TEXT/spanish.gxt
- BIN gamefiles/models/frontend_ds2.txd
- BIN gamefiles/models/frontend_ds3.txd
- BIN gamefiles/models/frontend_ds4.txd
- BIN gamefiles/models/frontend_x360.txd
- BIN gamefiles/models/frontend_xone.txd
- BIN gamefiles/models/ps3btns.txd
- BIN gamefiles/models/x360btns.txd
- +37 −17 src/core/ControllerConfig.cpp
- +808 −8 src/core/Frontend.cpp
- +27 −2 src/core/Frontend.h
- +0 −7 src/core/MenuScreens.cpp
- +33 −11 src/core/MenuScreensCustom.cpp
- +4 −0 src/core/config.h
- +2 −0 src/core/re3.cpp
- +36 −4 src/render/Font.cpp
- +4 −1 src/render/Font.h
- +31 −8 utils/gxt/american.txt
- +10 −8 utils/gxt/french.txt
- +10 −8 utils/gxt/german.txt
- +10 −8 utils/gxt/italian.txt
- +10 −8 utils/gxt/spanish.txt
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.