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
play
Commits
822342a1
Commit
822342a1
authored
Jun 23, 2018
by
Jean-Philip Desjardins
Browse files
Fix PsfPlayer build.
parent
676d301a
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/PsfPlayer/Source/PsfVmSubSystem.h
View file @
822342a1
...
...
@@ -7,8 +7,6 @@
#include "SoundHandler.h"
#include <boost/signals2.hpp>
class
CMipsExecutor
;
class
CPsfVmSubSystem
{
public:
...
...
tools/PsfPlayer/Source/psp/Psp_PsfSubSystem.h
View file @
822342a1
...
...
@@ -13,6 +13,8 @@
namespace
Psp
{
typedef
CMipsExecutor
<
BlockLookupTwoWay
>
CPspExecutor
;
class
CPsfSubSystem
:
public
CPsfVmSubSystem
{
public:
...
...
@@ -49,7 +51,7 @@ namespace Psp
int
ExecuteCpu
(
bool
);
CMIPS
m_cpu
;
C
Mips
Executor
m_executor
;
C
Psp
Executor
m_executor
;
CMA_ALLEGREX
m_cpuArch
;
CCOP_SCU
m_copScu
;
CCOP_FPU
m_copFpu
;
...
...
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