Skip to content

Commit

Permalink
PSVita: fix oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Dec 31, 2023
1 parent ddabcb3 commit e18e165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/platform/psvita/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
#include <vector>
#include <psp2/io/stat.h>
#include <psp2/kernel/processmgr.h>
#include <psp2/kernel/clib.h>
#include <psp2/appmgr.h>
#include "player.h"
#include "output.h"

int _newlib_heap_size_user = 330 * 1024 * 1024;

static void LogMessage(LogLevel lvl, std::string const& msg, LogCallbackUserData /* userdata */) {
static void LogCallback(LogLevel lvl, std::string const& msg, LogCallbackUserData /* userdata */) {
std::string prefix = Output::LogLevelToString(lvl);

// HLE in psp2shell
Expand Down
1 change: 0 additions & 1 deletion src/platform/psvita/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <psp2/kernel/sysmem.h>
#include <psp2/kernel/processmgr.h>
#include <psp2/kernel/threadmgr.h>
#include <psp2/kernel/clib.h>
#include <vita2d.h>
#include <cstring>
#include <stdio.h>
Expand Down

0 comments on commit e18e165

Please sign in to comment.