Commit Graph

3752 Commits

Author SHA1 Message Date
zilmar c122485e53 [Glitch] Clean up aResolutionsStr 2016-11-14 18:12:31 +11:00
zilmar 36d169c57f [Common] Use smart pointer for ini file class 2016-11-14 18:10:43 +11:00
zilmar 981ec94786 [Common] Clean up SmartPointer.h 2016-11-14 18:08:42 +11:00
zilmar 4410e1d595 Merge pull request #1211 from tonylukasavage/romlist-exception-typo
fix typo in RomList.cpp
2016-10-24 03:22:11 +11:00
Tony Lukasavage 1bc71cfdc8 fix typo in RomList.cpp 2016-10-23 09:20:31 -04:00
zilmar 91f2ab9d3a Merge pull request #1210 from Nekokabu/patch-1
Update Japanese.pj.Lang
2016-10-12 04:07:00 +11:00
Nekokabu df9fbacfde Update Japanese.pj.Lang 2016-10-11 22:58:44 +09:00
zilmar e1633bbada [Project64] Use AUTO_PTR instead of std::auto_ptr 2016-10-09 20:44:31 +11:00
zilmar 97f1d8302d [Android] Handle SPECIAL_XOR recompiler case 2016-10-09 20:20:10 +11:00
zilmar 583ae10422 Merge branch 'master' of https://github.com/project64/project64 2016-10-06 23:00:47 +11:00
zilmar 1686e60b26 [Android] Fix CArmRecompilerOps::CompileReadTLBMiss 2016-10-06 22:59:03 +11:00
zilmar 2b3d26d260 Merge pull request #1209 from JunielKatarn/compile_functionmap_x64
Fixed includes for FunctionMapClass.
2016-10-05 15:06:11 +11:00
Julio C. Rocha d22fdef0eb Fixed includes for FunctionMapClass. 2016-10-04 20:19:16 -07:00
zilmar a278a2cde6 [Project64] Fix CPU profiling 2016-10-05 06:58:11 +11:00
zilmar 4be7465232 [Android] Update version number in manifest 2016-10-03 12:10:19 +11:00
zilmar b19277223b [Project64] Add header to rsp plugin 2016-10-03 10:57:07 +11:00
zilmar 7d4ba9b278 [Project64] Randomize nag window timer 2016-10-03 08:48:25 +11:00
zilmar 081d6c7853 [Android] Add fpu flags to build 2016-10-03 08:47:11 +11:00
zilmar fd69ab6b18 [Project64] Add Profiling 2016-10-03 08:46:05 +11:00
zilmar 967ed96a8b [Android] Add Controller support 2016-10-02 23:21:25 +11:00
zilmar 71f07251ca [Android] Add advanced settings 2016-10-02 14:13:41 +11:00
zilmar 13fb7aa8ac [Android] Add audio and video settings 2016-10-02 13:45:48 +11:00
zilmar 9307024cf4 [Android] Add audio settings 2016-10-02 13:32:27 +11:00
zilmar 5d5814a244 [Android] Record UI setttings 2016-10-02 12:24:09 +11:00
zilmar 0c5bddfb6c [Android] Add reset in 2016-10-02 11:47:38 +11:00
zilmar 7f83a52641 [Android] default to basic settings 2016-10-02 09:58:42 +11:00
zilmar 6550b293fa [Android] Update setting display 2016-10-02 09:40:17 +11:00
zilmar c729e406e9 [Android] Profile do not use section less 2016-10-02 08:45:30 +11:00
zilmar 0d479c0816 [Android] About fixed width 2016-10-02 07:50:11 +11:00
zilmar e76cc73671 [Android] in ConfigFile.java do not add [<sectionless!>] 2016-10-02 07:48:27 +11:00
zilmar 628a0d769d [Android] Reshow game menu after leaving settings 2016-10-02 07:45:49 +11:00
zilmar df4ecbfee1 [Android] Remove fps from touchscreen profile 2016-10-02 07:42:12 +11:00
zilmar 14721eb149 [Android] Save recent rom on running, not load, add access to other native functions 2016-10-02 07:26:13 +11:00
zilmar 1a02835710 [Android] Add controller internal settings 2016-10-02 07:24:26 +11:00
zilmar 3be044ba71 [Android] Fix up compilation issues 2016-10-02 07:22:10 +11:00
zilmar bd2d5b507a [Android] in CArmRecompilerOps::CompileInterpterCall load the variable after BeforeCallDirect 2016-10-02 07:05:37 +11:00
zilmar 9a6c8419e9 [Android] Optimize CArmRecompilerOps::UpdateCounters 2016-10-02 07:03:12 +11:00
zilmar c2a960771c [Android] make sure the working reg set is not changed in CArmRecompilerOps::CompileSystemCheck 2016-10-02 07:00:23 +11:00
zilmar f3ebb20bb1 [Android] Have CArmRecompilerOps::CompileExit write back as the working reg set 2016-10-02 06:55:59 +11:00
zilmar 41baaa015b [Android] Get CArmRecompilerOps::CompileCop1Test to use temp registers 2016-10-02 06:54:22 +11:00
zilmar d8bab5ac7f [Android] Push the rest of the register on enter/exit code block 2016-10-02 06:53:18 +11:00
zilmar a302c17a76 [Android] get CArmRecompilerOps::COP1_S_MUL to use register caching 2016-10-01 22:01:58 +10:00
zilmar 56cbe56482 [Android] CArmRecompilerOps::SPECIAL_XOR use register caching 2016-10-01 21:59:52 +10:00
zilmar 4a5ede2287 [Android] get CArmRecompilerOps::SPECIAL_JALR to use dynamic registers 2016-10-01 21:40:58 +10:00
zilmar 8f6ca9c15a [Android[ void CArmRecompilerOps::SPECIAL_JR() 2016-10-01 20:52:33 +10:00
zilmar 75fba4be38 [Android] get CArmRecompilerOps::LWC1 to use reg caching 2016-10-01 20:35:02 +10:00
zilmar b2ebefd767 [Android] fix CArmRecompilerOps::CACHE() 2016-10-01 20:33:17 +10:00
zilmar 047d8b6d84 [Android] Get CArmRecompilerOps::LB to use reg caching 2016-10-01 20:31:35 +10:00
zilmar dc5b5cb7b3 Merge branch 'master' of https://github.com/project64/project64 2016-10-01 20:26:05 +10:00
zilmar 6e8b25ecf0 [Android] do not try to unmap reg 0 2016-10-01 20:24:42 +10:00