FIx issues with lz11 compression (Still WIP)

also fixed compiling on mingw for now
Readded palladium for the desktop tools
This commit is contained in:
2025-12-29 14:02:46 +01:00
parent bfa6c9e92a
commit ec6968fcb4
6 changed files with 54 additions and 37 deletions

View File

@@ -23,7 +23,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
/*
#ifdef _WIN32 // Windows (MSVC Tested)
#ifdef CTRFF_BUILD_SHARED
#define CTRFF_API __declspec(dllexport)
@@ -45,9 +45,9 @@ SOFTWARE.
#elif defined(__3DS__) // 3ds Specific
// Only Static supported
#define CTRFF_API
#else
#else*/
#define CTRFF_API
#endif
//#endif
#include <cstddef>
#include <format>