mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
g3
This commit is contained in:
parent
636c575949
commit
ddbbd7ff39
2 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Cosmos.HAL\Cosmos.HAL.csproj" />
|
||||
<ProjectReference Include="..\Cosmos.Platform\Cosmos.Platform.csproj" />
|
||||
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Cosmos.System {
|
|||
public string GetFileSomething() {
|
||||
// Need to change to dynamic load to prevent compile time access
|
||||
// and then call init.
|
||||
Cosmos.Platform.TempHack.Init();
|
||||
//Cosmos.Platform.TempHack.Init();
|
||||
|
||||
var x = Cosmos.HAL.SATA.New();
|
||||
return x.GetSomethingNonPlatform() + " via FileSystem";
|
||||
|
|
|
|||
Loading…
Reference in a new issue