proferabg / EdiZon-Overlay

EdiZon Overlay originally by WerWolv. Updated for HOS 19.0.0
272 stars 28 forks source link

[Request] Check if dmnt:cht service exists before calling dmntchtInitialize() #17

Closed masagrator closed 1 year ago

masagrator commented 1 year ago

This is for people that use GDB. Accidentally opening it when GDB is turned on in Atmosphere settings results in overlay stuck in infinite loop and only what we can do is to restart Switch.

When dmnt:cht is not detected, just point to empty GUI with simple "dmnt:cht is not running".

proferabg commented 1 year ago

Here is another beta build (v1.0.6-beta3) with pink highlight color. This doesn't call dmntinitialize() if dmnt:cht is not running and will display 'Cheat Service Unavailable!' EdiZon-Overlay.zip

masagrator commented 1 year ago

It works correctly. Thanks.