Add scope acquire context to simplify MakeCurrent and DoneCurrent calls

This commit is contained in:
James Rowe 2019-09-16 20:34:57 -06:00
parent 4f19d380f5
commit db7a627a2e
3 changed files with 42 additions and 0 deletions

View file

@ -106,6 +106,8 @@ add_library(core STATIC
frontend/input.h
frontend/mic.h
frontend/mic.cpp
frontend/scope_acquire_context.cpp
frontend/scope_acquire_context.h
gdbstub/gdbstub.cpp
gdbstub/gdbstub.h
hle/applets/applet.cpp