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


            


                
 

                               

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

#pragma once

namespace Core {
class System;
}

namespace Service::Nvnflinger {
class Nvnflinger;
}

namespace Service::AM {

void LoopProcess(Nvnflinger::Nvnflinger& nvnflinger, Core::System& system);

} // namespace Service::AM