Commit Graph

663 Commits

Author SHA1 Message Date
zilmar 52ff3ff407 [Android] have m_LastStoreReg check in CArmOps::PreOpCheck 2017-05-07 10:53:16 +10:00
zilmar f29afb8f99 [Android] Set release version 10 (2.3.3) 2017-05-07 09:27:12 +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 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 05cd6eac3c [Android] Add video logging 2017-04-29 18:31:41 +10:00
zilmar 0ed144f39d [Project64] Try to fix key assignments 2017-04-29 15:55:30 +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 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 0c1c5e39af [Plugins] Give access to notify class 2017-04-18 21:32:43 +10:00
zilmar 044eea5459 Merge pull request #1272 from Frank-74/Remove-pjutilDynLibCallDllMain()
Remove pjutil::DynLibCallDllMain()
2017-03-27 13:03:49 +11:00
zilmar 2ab41bb395 Remove VS2008 project files 2017-03-15 20:14:25 +11:00
zilmar 81020b1249 [Project64] Remove delete g_DDRom from CN64System::LoadFileImage 2017-03-15 20:05:02 +11:00
zilmar 45a09a6aef Update version numbers 2017-03-15 19:29:11 +11:00
zilmar 50116c654d Merge branch 'glide64-cleanup' 2017-02-09 06:46:10 +11:00
zilmar b1d8db2c96 [[Glide64] Add ability to set screen resolution 2017-02-09 06:08:06 +11:00
Frank-74 fe33883d0a Remove pjutil::DynLibCallDllMain() 2017-02-05 01:10:01 +00:00
Frank-74 268961dac2 Remove pjutil::DynLibCallDllMain() 2017-02-05 01:08:56 +00:00
Frank-74 79996b43e6 Remove pjutil::DynLibCallDllMain() 2017-02-05 01:07:30 +00:00
Frank-74 3f99504d7f Remove pjutil::DynLibCallDllMain() 2017-02-05 01:06:23 +00:00
Frank-74 210bfb382b Update N64Class.cpp 2017-01-31 15:39:12 +00:00
Frank-74 b1bef3c687 Update Settings.h 2017-01-31 15:36:51 +00:00
Frank-74 786f1558f9 Update SettingsClass.cpp 2017-01-31 15:26:16 +00:00
zilmar 57a221e36f [Proect64] Reopen gfx plugin if initilized 2017-01-23 17:56:56 +11:00
zilmar bf0ba50dc4 [Project64] have CSettingTypeApplication if string is default setting 2017-01-23 16:50:46 +11:00
zilmar d5c43bfcba [Project64] Update mem pak handling to deal with reseting save 2017-01-22 19:59:26 +11:00
zilmar 1d7bdd2c27 [Project64] Only create mempak on write 2017-01-21 10:11:14 +11:00
zilmar ffbe446c79 [Android] Keep stack aligned 2017-01-20 08:43:38 +11:00
zilmar bafffcbf41 [Android] Add LastStoreReg exception to CompareArmRegToConst 2017-01-19 17:50:59 +11:00
zilmar e098aacf0c [Android] Add LastStoreReg exception to AddConstToArmReg 2017-01-19 17:48:16 +11:00
zilmar 8cf62142b5 [Android] Track push/pops 2017-01-10 18:25:18 +11:00
zilmar 20fe044b7d [Android] Add PushPopRegisterList 2017-01-10 18:13:13 +11:00
zilmar ec380bfe0d [Project64] Record function end location 2017-01-10 18:01:59 +11:00
zilmar 5febae4ec9 [Android] Rename some variable names in ArmOps.h 2017-01-10 17:54:11 +11:00
zilmar e65fd32de4 [Android] Add logging on display error 2017-01-10 17:45:53 +11:00
zilmar a367b4792b [Project64] Add Reduced Sync Mem option 2017-01-04 18:04:37 +11:00
zilmar 2ea9fd21e5 [Project64] Initialize base system first 2017-01-03 16:40:56 +11:00
zilmar 02e2168740 [Project64] Flush Logs on exception and another exception case handled 2017-01-03 16:38:44 +11:00
zilmar 267d19a93b [Project64] Add Logging on un handled exception 2016-12-24 07:51:52 +11:00
zilmar 1c61eb68db [Project64] Change some logging level on recompiler messages 2016-12-24 07:47:20 +11:00