Move NVDRV + IHOSBinder Internals to Discrete Components + Fix Lint

This commit is contained in:
◱ PixelyIon
2020-09-14 19:43:36 +05:30
committed by ◱ PixelyIon
parent 5f0073dd87
commit 4cc3a3b2e8
26 changed files with 601 additions and 501 deletions

View File

@ -8,7 +8,7 @@
namespace skyline {
namespace service::hosbinder {
class IHOSBinderDriver;
class GraphicBufferProducer;
}
namespace gpu {
namespace texture {
@ -189,7 +189,7 @@ namespace skyline {
return presentation;
}
friend service::hosbinder::IHOSBinderDriver;
friend service::hosbinder::GraphicBufferProducer;
};
/**