doodlum / Skyrim-Community-Shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
137 stars 41 forks source link

Allow for generic non-fatal errors to be displayed similar to ShaderCache compilation. #519

Open langfod opened 2 weeks ago

langfod commented 2 weeks ago

Some cases of errors may not be fatal but should be displayed to the user.

These would mainly be users actions inside the UI Menu.

A generic error message handler that could be utilized by various methods would be prefered.

Currently the error message toggle button and other error message bar handling is tightly coupled with ShaderCache.cpp