obs-StreamFX/source
Michael Fabian 'Xaymar' Dirks 4de094511a plugin: Implement proper functions to get config and data files
Using the obs_module_file and obs_module_config_path macros works okay, but it comes with a slight overhead as well as additional requirements when passing it to C++ functions that expect certain rules to be fulfilled. By instead wrapping the actual functionality into our own functions and using those we can avoid most of the issues that come with the old approach.

Related: #359
2023-03-28 13:11:04 +02:00
..
encoders encoders/handlers/debug: Always return something in to_string (#354) 2023-03-28 13:11:01 +02:00
ffmpeg ffmpeg/tools: Set correct information when encoding 2023-03-28 13:11:00 +02:00
filters project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
gfx project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
nvidia project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
obs obs/source-factory: Skip broken filter rendering by default 2023-03-28 13:11:03 +02:00
sources project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
transitions project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
ui ui/updater: Set modal flag after hiding the dialog 2023-03-28 13:11:02 +02:00
util util/bitmask: Move bitmask functionality its own file 2023-03-28 13:11:03 +02:00
common.hpp util/bitmask: Move bitmask functionality its own file 2023-03-28 13:11:03 +02:00
configuration.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
configuration.hpp configuration: Fix failed saving due to invalid path 2023-03-28 12:40:46 +02:00
plugin.cpp plugin: Implement proper functions to get config and data files 2023-03-28 13:11:04 +02:00
plugin.hpp plugin: Implement proper functions to get config and data files 2023-03-28 13:11:04 +02:00
strings.hpp strings: Add global id prefix 2023-03-28 12:52:11 +02:00
updater.cpp updater: Add functionality to check for updates 2023-03-28 12:52:27 +02:00
updater.hpp updater: Add functionality to check for updates 2023-03-28 12:52:27 +02:00
windll.cpp cmake: Place Windows exclusive functionality into own file 2020-04-22 23:32:22 +02:00