Skip to content

Commit

Permalink
Update PPSSPP-Core and compatibility to v1.8.0 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
duckey77 committed Mar 18, 2019
1 parent 8ea4d02 commit 8240ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.7.5</string>
<string>1.8.0</string>
<key>NSPrincipalClass</key>
<string>OEGameCoreController</string>
<key>OEGameCoreClass</key>
Expand Down
2 changes: 1 addition & 1 deletion gfx/OpenEmuGLContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class OpenEmuGLContext : public GraphicsContext {
void Resize() override {}
void SwapBuffers() override {}

void ThreadStart() override { renderManager_->ThreadStart(); }
void ThreadStart() override { renderManager_->ThreadStart(draw_); }
bool ThreadFrame() override { return renderManager_->ThreadFrame(); }
void ThreadEnd() override { renderManager_->ThreadEnd(); }
void StopThread() override {
Expand Down

0 comments on commit 8240ef3

Please sign in to comment.