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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user