ES-DE/es-core/src
Leon Styhre 9937476e18 Replaced some mutex locks with atomic variables.
Also removed an SDL audio issue workaround from AudioManager.
2021-11-16 17:49:05 +01:00
..
animations Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-18 09:53:26 +02:00
components Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
guis Fixed a grid layout issue for the virtual keyboard. 2021-11-13 15:31:44 +01:00
renderers (macOS) Added a Monterey VSync bug workaround. 2021-11-12 19:49:24 +01:00
resources Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
utils (RPi) Fixed a crash by null terminating the Unicode lookup tables. 2021-11-11 22:41:13 +01:00
AsyncHandle.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
AudioManager.cpp Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
AudioManager.h Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
CECInput.cpp Changed the CEC device name to 'ES-DE'. 2021-10-06 17:08:57 +02:00
CECInput.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
GuiComponent.cpp General refactoring and minor optimizations throughout the codebase. 2021-11-09 22:40:08 +01:00
GuiComponent.h General refactoring and minor optimizations throughout the codebase. 2021-11-09 22:40:08 +01:00
HelpPrompt.h Changed input type 'select' to 'back' to align with the SDL naming conventions. 2021-05-23 20:31:15 +02:00
HelpStyle.cpp Added support for including the left and right trigger buttons in the help prompts. 2021-09-17 21:14:43 +02:00
HelpStyle.h Added support for including the left and right trigger buttons in the help prompts. 2021-09-17 21:14:43 +02:00
HttpReq.cpp Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
HttpReq.h Fixed lots of code formatting issues. 2021-09-27 21:06:07 +02:00
ImageIO.cpp Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
ImageIO.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputConfig.cpp Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputConfig.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputManager.cpp Added info popups when adding and removing input devices. 2021-10-07 18:33:13 +02:00
InputManager.h Added info popups when adding and removing input devices. 2021-10-07 18:33:13 +02:00
Log.cpp (Windows) Fixed a compiler error. 2021-11-15 23:45:17 +01:00
Log.h Some code cleanup in the logger. 2021-11-15 20:47:00 +01:00
MameNames.cpp Replaced the internal Vector2i data type and functions with the GLM library equivalent. 2021-08-17 18:41:45 +02:00
MameNames.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
Platform.cpp Removed some unnecessary includes of AudioManager.h 2021-11-15 20:52:36 +01:00
Platform.h (Windows) Hiding of console windows during game launches can now be configured via the %HIDEWINDOW% variable. 2021-07-16 17:56:16 +02:00
Scripting.cpp Some minor changes proposed by the static analyzer. 2021-07-09 19:58:21 +02:00
Scripting.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
Settings.cpp Improved thread safety for Settings. 2021-11-15 22:53:21 +01:00
Settings.h Improved thread safety for Settings. 2021-11-15 22:53:21 +01:00
Sound.cpp Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
Sound.h Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
ThemeData.cpp Merge branch 'master' into 653-properly-apply-z-index-in-the-system-view 2021-10-26 21:56:45 +02:00
ThemeData.h Further improvements to the badges code. 2021-10-12 22:53:02 +02:00
Window.cpp Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
Window.h Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00