ES-DE/es-core/src
2022-03-12 17:57:59 +01:00
..
animations Modernized the OpenGL renderer and replaced most fixed function pipeline code with shaders. 2022-03-11 23:17:04 +01:00
components Fixed multiple issues with the shader post-processing. 2022-03-12 14:22:27 +01:00
guis Code cleanup by moving a lot of casts to the appropriate getter functions. 2022-02-11 23:38:23 +01:00
renderers Another go at getting post-processing to work properly with all graphics drivers. 2022-03-12 17:57:59 +01:00
resources Fixed multiple issues with the shader post-processing. 2022-03-12 14:22:27 +01:00
utils Escaped some characters needed to get emulator wildcards to work with certain directories. 2022-02-21 19:05:29 +01:00
AsyncHandle.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
AudioManager.cpp Fixed an issue where the audio device was accessed after it had been closed. 2022-01-05 00:08:50 +01:00
AudioManager.h Removed an unused function declaration in AudioManager. 2022-02-21 19:04:07 +01:00
CECInput.cpp Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
CECInput.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
GuiComponent.cpp Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
GuiComponent.h Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
HelpPrompt.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
HelpStyle.cpp Added themeable opacity support for the help system. 2022-02-13 12:18:33 +01:00
HelpStyle.h Added themeable opacity support for the help system. 2022-02-13 12:18:33 +01:00
HttpReq.cpp Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
HttpReq.h Fixed lots of code formatting issues. 2021-09-27 21:06:07 +02:00
ImageIO.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
ImageIO.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputConfig.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
InputConfig.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputManager.cpp Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
InputManager.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
Log.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
Log.h Some minor code cleanup. 2022-01-29 18:16:30 +01:00
MameNames.cpp Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
MameNames.h (RPi) Fixed a compiler error. 2021-11-17 21:38:27 +01:00
Scripting.cpp Renamed Platform to utils/PlatformUtil 2022-01-10 18:56:04 +01:00
Scripting.h Increased the amount of custom event arguments from two to four. 2021-12-05 11:25:11 +01:00
Settings.cpp Added a command line option to rotate the application screen 180 degrees. 2022-03-12 00:40:03 +01:00
Settings.h Changed Settings::getInstance() from returning a smart_ptr to returning a regular pointer. 2022-01-04 21:54:55 +01:00
Sound.cpp Large update to get the new theme engine up and running. 2022-01-29 18:41:22 +01:00
Sound.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
ThemeData.cpp Removed Lottie animation support for legacy themes. 2022-03-05 21:16:33 +01:00
ThemeData.h (Windows) Fixed some incomprehensible compiler errors. 2022-03-05 22:12:50 +01:00
Window.cpp Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
Window.h Greatly simplified the video controls code. 2022-02-19 17:04:23 +01:00