Merge pull request #360 from lioncash/namespaces
service: Use nested namespace specifiers where applicable
This commit is contained in:
commit
b11f6f90e7
136 changed files with 273 additions and 570 deletions
|
@ -21,8 +21,7 @@
|
|||
#include "video_core/renderer_base.h"
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
namespace Service {
|
||||
namespace VI {
|
||||
namespace Service::VI {
|
||||
|
||||
struct DisplayInfo {
|
||||
char display_name[0x40]{"Default"};
|
||||
|
@ -963,5 +962,4 @@ void InstallInterfaces(SM::ServiceManager& service_manager,
|
|||
std::make_shared<VI_U>(module, nv_flinger)->InstallAsService(service_manager);
|
||||
}
|
||||
|
||||
} // namespace VI
|
||||
} // namespace Service
|
||||
} // namespace Service::VI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue