ES-DE/es-core/src
2021-12-26 17:07:57 +01:00
..
animations Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-18 09:53:26 +02:00
components Made the window corners slightly more rounded. 2021-12-06 18:58:51 +01:00
guis Fixed a cosmetic issue with the ROM directory setup dialog caused by an optimization. 2021-12-26 17:07:57 +01:00
renderers (macOS) Reduced the CPU usage significantly while running in the background. 2021-12-14 18:17:46 +01:00
resources Fixed an issue where using fallback fonts at very low resolutions could lead to a crash. 2021-12-14 17:12:39 +01:00
utils Fixed an issue where corrupt Unicode strings could crash the application. 2021-12-14 17:08:37 +01:00
AsyncHandle.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
AudioManager.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
AudioManager.h Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
CECInput.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
CECInput.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
GuiComponent.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +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 Updated a code comment regarding the use of bundled TLS certificates. 2021-11-25 18:56:30 +01:00
HttpReq.h Fixed lots of code formatting issues. 2021-09-27 21:06:07 +02:00
ImageIO.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
ImageIO.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputConfig.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
InputConfig.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputManager.cpp Fixed an issue where buggy controller drivers could crash the application. 2021-12-10 16:51:41 +01:00
InputManager.h Fixed a compile error on BSD Unix. 2021-12-01 19:10:17 +01: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 Completely refactored MameNames. 2021-11-17 21:32:40 +01:00
MameNames.h (RPi) Fixed a compiler error. 2021-11-17 21:38:27 +01:00
Platform.cpp (Windows) Changed the fullscreen mode to SDL_WINDOW_BORDERLESS. 2021-12-09 18:53:22 +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 Increased the amount of custom event arguments from two to four. 2021-12-05 11:25:11 +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 (macOS) Removed the Monterey VSync workaround as Apple has patched its OS. 2021-12-14 17:15:04 +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 Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
ThemeData.h (macOS) Some fixes to make the legacy build work again. 2021-12-01 17:57:23 +01:00
Window.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
Window.h Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00