Commit Graph

6413 Commits

Author SHA1 Message Date
Julio C. Rocha f7892ad938 Remove unused NeedsVersioning property 2024-05-10 18:30:23 -07:00
Julio C. Rocha 9c6721ec0d Add Version.h to solution filters 2024-05-10 17:01:23 -07:00
Julio C. Rocha 7612f53eac Clean up 2024-05-10 16:46:25 -07:00
Julio C. Rocha 7fad0884e1 Revert audio RC 2024-05-10 16:42:14 -07:00
Julio C. Rocha 520675b8ea Set GetGitVersion messages to low importance 2024-05-10 16:28:52 -07:00
Julio C. Rocha 914c95d28d Update -video 2024-05-10 16:19:02 -07:00
Julio C. Rocha 358caf653f Update -input 2024-05-10 16:13:09 -07:00
Julio C. Rocha 7f63b88ee5 Version.h for -core 2024-05-10 15:32:44 -07:00
Julio C. Rocha 89545ac7cf Update core 2024-05-10 15:32:33 -07:00
Julio C. Rocha 31ed149537 Update NRage 2024-05-10 15:25:27 -07:00
Julio C. Rocha 5afc3b7e94 Update rsp-core Version.h 2024-05-10 15:17:50 -07:00
Julio C. Rocha 1f53cf8134 Remove redundant ; 2024-05-10 15:11:49 -07:00
Julio C. Rocha ecb5379809 Stringize GIT_VERSION 2024-05-10 15:08:55 -07:00
Julio C. Rocha 5b63c2ebdb Convert Version.h to CLRF 2024-05-10 14:49:01 -07:00
Julio C. Rocha cc4c58cd02 Use common property for Git macros 2024-05-10 14:39:40 -07:00
Julio C. Rocha 9b55325429 Track whether working dir has modifications 2024-05-10 14:00:18 -07:00
Julio C. Rocha c6b2750cfe Call GetGitVersion only once 2024-05-10 05:54:25 -07:00
Julio C. Rocha d073fb8b1d Set macros for ResourceCompile 2024-05-10 05:49:13 -07:00
Julio C. Rocha d64475051c Restore GitRevisionCount 2024-05-10 05:35:21 -07:00
Julio C. Rocha 4d30e1c178 Set macros in target 2024-05-10 05:27:29 -07:00
Julio C. Rocha f0cb7298e6 Update pj64-audio 2024-05-10 05:04:25 -07:00
Julio C. Rocha d90075f200 Pass build year 2024-05-10 04:55:08 -07:00
Julio C. Rocha ef3591aaaf Pass git-related macros when needed 2024-05-10 04:50:21 -07:00
Julio C. Rocha 7ce6ca7110 Define GetGitVersion target 2024-05-10 04:34:11 -07:00
Julio C. Rocha 3cdd8ce0ff Add Version.h to source control (core, rsp-core) 2024-05-10 03:18:36 -07:00
zilmar 703a09d034 Core: Remove protecting memory option 2024-05-09 17:56:28 +09:30
zilmar b851689ceb RDB: Remove SMM-Protect as a setting being used 2024-05-09 15:59:04 +09:30
zilmar f478f16269 Core: Clear FP Status flag in recompiler on BC1FL and BC1TL 2024-05-09 10:55:38 +09:30
zilmar 4c23e7af2c Core: Remove ChangeFPURegFormat, Load_FPR_ToTop 2024-05-02 17:21:01 +09:30
zilmar c786bc3251 Core: Force Fpu exception in recompiler 2024-05-02 16:34:13 +09:30
zilmar b3e8b760e6 Core: get COP1_S_TRUNC_L, COP1_S_CEIL_L, COP1_S_FLOOR_L, COP1_W_CVT_S, COP1_W_CVT_D, COP1_L_CVT_S, COP1_L_CVT_D to use COP1_S_CVT function 2024-05-02 15:48:43 +09:30
zilmar dd0f7ad776 Core: Have CX86RecompilerOps::COP1_S_CVT be able to handle the old format of FPU_Dword and FPU_Qword 2024-05-02 15:46:03 +09:30
zilmar 046f27ce98 Core: fix up some bugs in CX86RecompilerOps::COP1_S_CVT 2024-04-25 20:47:02 +09:30
zilmar 627b4d6103 Core: Get CompileCheckFPUInput check InvalidValueMax, InvalidMinValue in conv 2024-04-25 20:41:03 +09:30
zilmar b92e6bd752 Core: get to COP1_S_ROUND_L and COP1_S_CVT_L to use COP1_S_CVT 2024-04-25 20:22:47 +09:30
zilmar d658477cf4 Core: get CX86RecompilerOps::Compile_Branch to clear status flags 2024-04-18 17:31:19 +09:30
zilmar b313640831 Core: In CX86RegInfo::Map_TempReg allow it to use FPStatusReg if it is unprotected 2024-04-18 17:28:23 +09:30
zilmar 1172b6e04d Core: get CX86RecompilerOps::SW_Const on 0x04300000 to call MIPSInterfaceHandler directly 2024-04-18 17:21:39 +09:30
zilmar 38738b783d Core: get CX86RecompilerOps::COP1_S_CVT to handle NewFormat == CRegInfo::FPU_Qword 2024-04-18 17:11:45 +09:30
zilmar 7dc53e51cf Core: Get CompileCheckFPUInput to better handle 64bit value check 2024-04-18 17:00:29 +09:30
zilmar a9875b7d61 Core: Get COP1_D_CMP to map eax before CompileInitFpuOperation 2024-04-18 16:58:18 +09:30
zilmar 3203322d8b Core: Get COP1_D_CVT_L to use COP1_S_CVT 2024-04-18 16:56:30 +09:30
zilmar 9e73771815 Core: Use the new COP1_S_CVT in COP1_D_ROUND_L, COP1_D_TRUNC_L, COP1_D_CEIL_L, COP1_D_FLOOR_L 2024-04-18 16:51:53 +09:30
zilmar fe87142657 Core: CX86RecompilerOps::COP1_S_CMP should allocate eax before calling CompileInitFpuOperation 2024-04-18 16:42:48 +09:30
zilmar 4071b52810 Core: CX86RegInfo::UnMap_X86reg should fail on a protected register 2024-04-18 16:41:03 +09:30
zilmar 79f7aa9927 Core: CX86RegInfo::UnMap_FPStatusReg should unprotect register before trying to free it 2024-04-18 16:34:49 +09:30
zilmar 0cf4c7dc11 Core: get COP1_D_CMP to work in recompiler 2024-04-11 18:14:44 +09:30
zilmar 9272ac05f6 Core: refactor S opcodes to one central function 2024-04-11 18:09:30 +09:30
zilmar e7178dbdec Core: Fix CX86RecompilerOps::COP1_D_CVT_S 2024-03-28 20:05:27 +10:30
zilmar 8bb2445263 Core: Have CX86RecompilerOps::CompileCheckFPUResult32 write to the high word 2024-03-28 20:02:24 +10:30