diff options
| author | Dan Engelbrecht <[email protected]> | 2022-04-12 19:31:42 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-04-12 19:31:42 +0200 |
| commit | 27e49ea3a4770c268a01e503bd3f186568059636 (patch) | |
| tree | 87bb21010de98d8fb281ed60b2c54567eadba6da /zencore/include | |
| parent | cleanup (diff) | |
| download | zen-27e49ea3a4770c268a01e503bd3f186568059636.tar.xz zen-27e49ea3a4770c268a01e503bd3f186568059636.zip | |
more cleanup
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |