mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 19:08:17 -05:00
HW: add AES engine & implement AES-CCM
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "core/hw/aes/key.h"
|
||||
#include "core/hw/gpu.h"
|
||||
#include "core/hw/hw.h"
|
||||
#include "core/hw/lcd.h"
|
||||
@ -85,6 +86,7 @@ void Update() {}
|
||||
|
||||
/// Initialize hardware
|
||||
void Init() {
|
||||
AES::InitKeys();
|
||||
GPU::Init();
|
||||
LCD::Init();
|
||||
LOG_DEBUG(HW, "initialized OK");
|
||||
|
Reference in New Issue
Block a user