HLE: Convert GSP_GPU to ServiceFramework.
The only functional change is the error handling of GSP_GPU::ReadHWRegs function. We previously didn't return error codes (not even for success). The new returns were found by reverse engineering the GSP module.
This commit is contained in:
@@ -236,8 +236,10 @@ add_library(core STATIC
|
||||
hle/service/fs/archive.h
|
||||
hle/service/fs/fs_user.cpp
|
||||
hle/service/fs/fs_user.h
|
||||
hle/service/gsp_gpu.cpp
|
||||
hle/service/gsp_gpu.h
|
||||
hle/service/gsp/gsp.cpp
|
||||
hle/service/gsp/gsp.h
|
||||
hle/service/gsp/gsp_gpu.cpp
|
||||
hle/service/gsp/gsp_gpu.h
|
||||
hle/service/gsp_lcd.cpp
|
||||
hle/service/gsp_lcd.h
|
||||
hle/service/hid/hid.cpp
|
||||
|
Reference in New Issue
Block a user