Skip to content

Commit

Permalink
Remove built-in memory settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jan 26, 2025
1 parent f2ca577 commit 07339bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions library/lib/platforms/psv/psv_platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ limitations under the License.
#include <borealis/core/logger.hpp>
#include <borealis/platforms/psv/psv_platform.hpp>

extern "C"
{
unsigned int _newlib_heap_size_user = 220 * 1024 * 1024;
unsigned int sceLibcHeapSize = 24 * 1024 * 1024;
unsigned int _pthread_stack_default_user = 2 * 1024 * 1024;
}

namespace brls
{

Expand Down

0 comments on commit 07339bd

Please sign in to comment.