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


            
               
 

                                                                                         
                                    
 
            

                
              
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

namespace HLE {

extern bool g_reschedule;   ///< If true, immediately reschedules the CPU to a new thread

void Reschedule(const char *reason);

void Init();
void Shutdown();

} // namespace