doodlum / skyrim-community-shaders

Community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
187 stars 47 forks source link

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

Open langfod opened 2 months ago

langfod commented 2 months 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