mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-15 17:20:49 -04:00
Add all services to the Service namespace
Previously there was a split where some of the services were in the Service namespace and others were not.
This commit is contained in:
@@ -2,13 +2,16 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
namespace Y2R_U {
|
||||
#pragma once
|
||||
|
||||
namespace Service {
|
||||
namespace Y2R {
|
||||
struct ConversionConfiguration;
|
||||
}
|
||||
}
|
||||
|
||||
namespace HW {
|
||||
namespace Y2R {
|
||||
|
||||
void PerformConversion(Y2R_U::ConversionConfiguration& cvt);
|
||||
void PerformConversion(Service::Y2R::ConversionConfiguration& cvt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user