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.
Showing
with
605 additions
and 131 deletions.
- +1 −1 src/audio/MusicManager.cpp
- +6 −6 src/audio/oal/stream.cpp
- +3 −3 src/audio/oal/stream.h
- +3 −2 src/audio/sampman_oal.cpp
- +22 −28 src/core/Frontend.cpp
- +5 −1 src/core/Game.cpp
- +2 −0 src/core/Pad.h
- +10 −5 src/core/Streaming.cpp
- +3 −1 src/core/common.h
- +5 −1 src/core/config.h
- +5 −0 src/core/main.h
- +138 −10 src/core/re3.cpp
- +1 −1 src/core/timebars.cpp
- +8 −8 src/extras/frontendoption.cpp
- +8 −8 src/extras/frontendoption.h
- +314 −0 src/extras/ini_parser.hpp
- +4 −4 src/render/Hud.cpp
- +10 −0 src/skel/crossplatform.cpp
- +4 −0 src/skel/crossplatform.h
- +43 −48 src/skel/glfw/glfw.cpp
- +1 −1 src/skel/win/win.cpp
- +1 −1 src/text/Text.cpp
- +8 −2 src/vehicles/CarGen.cpp
There are no files selected for viewing
Oops, something went wrong.