- Fixes Debug Output Issues from v0.12.0.C
- Expands Debug Log Coverage
- Adds "text_renderer" as Configuration Option
- This allows switching the TextRenderer Feature, Introduced in v0.12.0.C, "ON" or "OFF" in the configuration file. Default is "ON"
- Adds "uga_pass_through" as Configuration Option
- This allows switching the UGAPassThrough" Feature, Introduced in v0.12.0.C, "ON" or "OFF" in the configuration file. Default is "ON"
- Adds "provide_console_gop" as Configuration Option
- This allows switching the ProvideConsoleGOP" Feature, Introduced in v0.12.0.C, "ON" or "OFF" in the configuration file. Default is "ON"
- Optimises libeg/screen.c by removing redundant wrapper calls from libeg/screen.c
- Various function calls were previously routed through a wrapper but can be called directly instead to save on processing cycles
- Broadens the scope of the search for available Graphics Protocols
- This reduces the likelihood of false negatives when locating GOP, UGADraw and ConsoleControl.