summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/lbl/lbl.h
blob: e47759c01c5f1e168ebbd643353d0e4ff3130b67 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                               


            



                

                        
                                       

                           
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

namespace Core {
class System;
}

namespace Service::LBL {

void LoopProcess(Core::System& system);

} // namespace Service::LBL