Core Fix up clang formatting
This commit is contained in:
parent
2db5c81af5
commit
3acd56ae61
|
@ -2328,7 +2328,7 @@ void R4300iOp::COP1_S_CMP()
|
|||
}
|
||||
|
||||
int32_t condition = ((m_Opcode.funct & 4) && less) | ((m_Opcode.funct & 2) && equal) |
|
||||
((m_Opcode.funct & 1) && unorded);
|
||||
((m_Opcode.funct & 1) && unorded);
|
||||
|
||||
if (condition != 0)
|
||||
{
|
||||
|
@ -2654,7 +2654,7 @@ void R4300iOp::COP1_D_CMP()
|
|||
}
|
||||
|
||||
int32_t condition = ((m_Opcode.funct & 4) && less) | ((m_Opcode.funct & 2) && equal) |
|
||||
((m_Opcode.funct & 1) && unorded);
|
||||
((m_Opcode.funct & 1) && unorded);
|
||||
|
||||
if (condition != 0)
|
||||
{
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
#include "Settings/SettingType/SettingsType-ApplicationPath.h"
|
||||
#include "Settings/SettingType/SettingsType-GameSetting.h"
|
||||
#include "Settings/SettingType/SettingsType-GameSettingIndex.h"
|
||||
#include "Settings/SettingType/SettingsType-RDB.h"
|
||||
#include "Settings/SettingType/SettingsType-RDBCpuType.h"
|
||||
#include "Settings/SettingType/SettingsType-RDBOnOff.h"
|
||||
#include "Settings/SettingType/SettingsType-RDBRamSize.h"
|
||||
#include "Settings/SettingType/SettingsType-RDBSaveChip.h"
|
||||
#include "Settings/SettingType/SettingsType-RDB.h"
|
||||
#include "Settings/SettingType/SettingsType-RelativePath.h"
|
||||
#include "Settings/SettingType/SettingsType-RomDatabase.h"
|
||||
#include "Settings/SettingType/SettingsType-RomDatabaseIndex.h"
|
||||
|
|
Loading…
Reference in New Issue