From e722a8dbef59cf0ecccf141af61e1e1c8a24849f Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 5 Jul 2022 13:24:14 +0200 Subject: WARNING: BREAKING: REMOVED: `*StorageValue()` functions Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example. --- CMakeOptions.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeOptions.txt') diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 46397733..d7698339 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -45,7 +45,6 @@ cmake_dependent_option(SUPPORT_GIF_RECORDING "Allow automatic gif recording of c cmake_dependent_option(SUPPORT_BUSY_WAIT_LOOP "Use busy wait loop for timing sync instead of a high-resolution timer" OFF CUSTOMIZE_BUILD OFF) cmake_dependent_option(SUPPORT_EVENTS_WAITING "Wait for events passively (sleeping while no events) instead of polling them actively every frame" OFF CUSTOMIZE_BUILD OFF) cmake_dependent_option(SUPPORT_WINMM_HIGHRES_TIMER "Setting a higher resolution can improve the accuracy of time-out intervals in wait functions" OFF CUSTOMIZE_BUILD OFF) -cmake_dependent_option(SUPPORT_DATA_STORAGE "Support for persistent data storage" ON CUSTOMIZE_BUILD ON) cmake_dependent_option(SUPPORT_COMPRESSION_API "Support for compression API" ON CUSTOMIZE_BUILD ON) # rshapes.c -- cgit v1.2.3