Commit Graph

4325 Commits

Author SHA1 Message Date
zilmar 60abe91ecd [Video] Minor code clean up 2017-05-16 17:47:20 +10:00
zilmar d057f3b0ef [Video] Move ucode code in to c++ files 2017-05-16 17:41:05 +10:00
zilmar 9b9cf3ad52 Merge pull request #1312 from ManiacDC/master
Fix for slow DirectInput enumerations.
2017-05-16 05:00:58 +10:00
ManiacDC e9c9976951 Fix Typo in comment 2017-05-15 09:56:13 -04:00
ManiacDC 0111e27071 Fix for slow DirectInput enumerations. Eliminates enumerations on generic DI8DEVTYPE_DEVICE and only checks to see if a devices is an XInputDevice for DI8DEVTYPE_GAMEPAD, DI8DEVTYPE_DRIVING, DI8DEVTYPE_JOYSTICK, and DI8DEVTYPE_FLIGHT. 2017-05-15 08:32:21 -04:00
zilmar a238cc62d0 [Video] Rename Ucode files from .h to .cpp 2017-05-15 17:57:51 +10:00
zilmar 4bd415a668 [Video[ Make rdp.halt a bool 2017-05-15 17:53:33 +10:00
zilmar 14acae23c1 [Video] Remove _ENDUSER_RELEASE_ 2017-05-15 17:45:18 +10:00
zilmar 52ff3ff407 [Android] have m_LastStoreReg check in CArmOps::PreOpCheck 2017-05-07 10:53:16 +10:00
zilmar dc4e4cd7ef [Video[ Fix up gl include in release 2017-05-07 10:18:14 +10:00
zilmar f29afb8f99 [Android] Set release version 10 (2.3.3) 2017-05-07 09:27:12 +10:00
zilmar 22f4586498 [Android] Update tracking 2017-05-07 09:26:40 +10:00
zilmar 8bb5e6a240 [Android] Add store check to ShiftRightUnsignImmed 2017-05-07 08:27:27 +10:00
zilmar e48c54518e [Project64] Some Code clean up 2017-05-06 19:27:06 +10:00
zilmar a6d420feee [Android] Remove ReducedSyncMem and PreAllocSyncMem 2017-05-04 18:19:05 +10:00
zilmar a7fb56a3a6 [Project64] Fix short cuts for full screen 2017-05-01 17:23:07 +10:00
zilmar a308ce23ca [Video] Update saving settings 2017-05-01 05:18:09 +10:00
zilmar 5b8b51ad0d [Android] Fix load game at start 2017-04-30 19:24:38 +10:00
zilmar 26ab7f6b70 [Project64] Change order of MMV initialization 2017-04-30 14:35:47 +10:00
zilmar d408190f87 [Android] Fix screen res check 2017-04-29 20:06:54 +10:00
zilmar b4505f2215 [Android] Add aspect ratio 2017-04-29 19:02:25 +10:00
zilmar 05cd6eac3c [Android] Add video logging 2017-04-29 18:31:41 +10:00
zilmar ef154078df [Android] Update analytic id 2017-04-29 18:27:10 +10:00
zilmar 0ed144f39d [Project64] Try to fix key assignments 2017-04-29 15:55:30 +10:00
zilmar 40e6919c61 [Android] Fix multiple pause/resume issue 2017-04-29 15:42:02 +10:00
zilmar 03f7e4ac94 [Android] Call emulation started 2017-04-28 08:36:10 +10:00
zilmar 67f2a445ae [Project64] Add logging for system event 2017-04-28 08:23:15 +10:00
zilmar 54f1f385e7 [Project64] Get Recompiler to use a local reference to MMU 2017-04-28 08:14:55 +10:00
zilmar f1530f6a05 [Project64] Get System timing to use a local reference to registers 2017-04-28 08:09:04 +10:00
zilmar 7a193e5e56 [Android] Update video make file 2017-04-27 21:02:40 +10:00
zilmar 14f4eac6c2 [Video] Make screen res dynamic on android 2017-04-27 20:24:10 +10:00
zilmar bf5dc3517d [Video] Track changes to aspect mode 2017-04-27 20:10:12 +10:00
zilmar ca7f578e2f [Video] remove scale_1024 from rdp structure 2017-04-27 19:50:02 +10:00
zilmar 115f9f48b6 [Video] Move res_x, res_y out of settings class 2017-04-27 19:06:14 +10:00
zilmar a8484268e1 [Video] Update some trace messages 2017-04-27 17:31:49 +10:00
zilmar 12cd303862 [Android] Fix video changes to fix compile issue 2017-04-27 17:23:00 +10:00
zilmar 688416bc59 [Video] Fix up installer 2017-04-26 22:57:15 +10:00
zilmar 344253af5b [Video] Revert some of the changes to TextureEnhancer code 2017-04-26 21:37:05 +10:00
zilmar b50c8b1fdd [Video] Update headers 2017-04-26 20:23:36 +10:00
zilmar 894706a379 [Video] Make all video plugin in to one project 2017-04-26 19:40:23 +10:00
zilmar ea009c1ca1 [Video] Rename glide64 to Project64-video 2017-04-26 19:05:05 +10:00
zilmar 9efae26d0c [Android] Remove Plugin_ForceGfxReset 2017-04-26 18:13:55 +10:00
zilmar c7f895737a [Project64] Fix CRegisters::FixFpuLocations 2017-04-25 18:04:00 +10:00
zilmar 1b5e07c460 [Project64] fix CRegisters::FixFpuLocations 2017-04-24 07:53:34 +10:00
zilmar 0e691d2e53 [Project64] Fix CRegisters::FixFpuLocations 2017-04-24 07:41:25 +10:00
zilmar c3d89e8fc1 [Project64] Fix Round 0.5 in interpter 2017-04-24 07:36:40 +10:00
zilmar 42084371b7 [Project64] Get COP1_D_ROUND_L to use _FPR_D 2017-04-24 07:33:35 +10:00
zilmar b4fa83e0ad [Project64] Clean up eol blank space InterpreterOps.cpp 2017-04-24 07:30:49 +10:00
zilmar e400d42ff6 [VIdeo] Add trace settings 2017-04-18 22:03:49 +10:00
zilmar 0c1c5e39af [Plugins] Give access to notify class 2017-04-18 21:32:43 +10:00