Skip to content

Commit

Permalink
WiiU: misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaspider committed Oct 2, 2020
1 parent feae1e4 commit 8cbf88e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions WiiU/WiiUMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#include "Common/GraphicsContext.h"
#include "WiiU/WiiUHost.h"

const char *PROGRAM_NAME = "PPSSPP";
const char *PROGRAM_VERSION = PPSSPP_GIT_VERSION;

static int g_QuitRequested;
void System_SendMessage(const char *command, const char *parameter) {
if (!strcmp(command, "finish")) {
Expand Down
4 changes: 2 additions & 2 deletions cmake/Toolchains/wiiu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ add_definitions(-Werror=format -Wno-format-truncation -Wno-format-overflow)
add_definitions(-D__wiiu__ -D__powerpc__ -DFD_SETSIZE=32)

add_compile_options(-mcpu=750 -meabi -mhard-float)
#add_compile_options(-msdata=eabi)
add_compile_options(-msdata=eabi)
add_compile_options(-ffunction-sections -fdata-sections)
add_compile_options(-ftls-model=global-dynamic)

Expand Down Expand Up @@ -104,5 +104,5 @@ set(RPLTOOL "${WIIU_ROOT}/rpltool/rpltool")

macro(add_rpx_target target)
add_custom_command(TARGET ${target} POST_BUILD
COMMAND ${RPLTOOL} ${target} -i -S -o ${target}.rpx)
COMMAND ${RPLTOOL} ${target} -S -o ${target}.rpx)
endmacro()
2 changes: 1 addition & 1 deletion ext/wiiu

0 comments on commit 8cbf88e

Please sign in to comment.