From 27e49ea3a4770c268a01e503bd3f186568059636 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 12 Apr 2022 19:31:42 +0200 Subject: more cleanup --- zencore/include/zencore/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencore/include') diff --git a/zencore/include/zencore/filesystem.h b/zencore/include/zencore/filesystem.h index 98d2897cf..a6e76eaa0 100644 --- a/zencore/include/zencore/filesystem.h +++ b/zencore/include/zencore/filesystem.h @@ -36,7 +36,7 @@ ZENCORE_API std::filesystem::path GetRunningExecutablePath(); /** Set the max open file handle count to max allowed for the current process on Linux and MacOS */ -ZENCORE_API void InitializeOpenFileCount(); +ZENCORE_API void MaximizeOpenFileCount(); struct FileContents { -- cgit v1.2.3