mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 18:21:20 +00:00
gen3
This commit is contained in:
parent
921a879cc0
commit
a3a47bcbed
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ using System.Text;
|
|||
|
||||
namespace Cosmos.Platform {
|
||||
static public class TempHack {
|
||||
// Need to hack up Cosmos a bit
|
||||
// Remove hard ref from System to HAL.
|
||||
// Cant dyn load yet, so use IL2CPU to drag it in dynamically to prevent compile time usage
|
||||
// Dont have reflection yet, but can make a Cosmos specific method to at least allow activationon by type.
|
||||
static public void Init() {
|
||||
SATA.InitHAL();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue