Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
30da0c55
Commit
30da0c55
authored
Apr 11, 2021
by
Libretro-Admin
Browse files
Backport
https://github.com/flyinghead/flycast/commit/1cc3490f51ed3876b76e0a6f863ddb217ff88fab
parent
8c2d9632
Pipeline
#19810
passed with stages
in 3 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/build.h
View file @
30da0c55
...
...
@@ -132,12 +132,6 @@
#define DC_PLATFORM_AURORA 6
/* Needs to be done, Uses newer 300 mhz sh4 + 150 mhz pvr mbx SoC */
//HOST_OS
#define OS_WINDOWS 0x10000001
#define OS_LINUX 0x10000002
#define OS_DARWIN 0x10000003
#define OS_HORIZON 0x10000004
//HOST_CPU
#define CPU_X86 0x20000001
#define CPU_ARM 0x20000002
...
...
@@ -207,7 +201,6 @@
#ifndef HOST_CPU
#define HOST_CPU CPU_ARM64
#endif
#define HOST_OS OS_HORIZON
#endif
#if defined(TARGET_NAOMI)
...
...
core/hw/sh4/dyna/blockmanager.cpp
View file @
30da0c55
...
...
@@ -14,7 +14,7 @@
#include "hw/sh4/sh4_sched.h"
#if
HOST_OS==OS_LINUX
&& defined(DYNA_OPROF)
#if
defined(__unix__)
&& defined(DYNA_OPROF)
#include <opagent.h>
op_agent_t
oprofHandle
;
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment