1
0
Fork 0
mirror of https://github.com/zhaobot/yuzu.git synced 2025-01-28 14:27:04 -03:00
yuzu-tx-update/src/core/hle/kernel/session.cpp

13 lines
291 B
C++
Raw Normal View History

// Copyright 2015 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "core/hle/kernel/session.h"
#include "core/hle/kernel/thread.h"
namespace Kernel {
Session::Session() {}
Session::~Session() {}
} // namespace Kernel