CPkmn
|
2a5b20a5a0
|
Update PGF.h
|
2013-08-13 05:59:10 -07:00 |
|
CPkmn
|
2428d3f5c5
|
Update PGF.cpp
|
2013-08-13 05:56:26 -07:00 |
|
Unknown W. Brackets
|
49c7b9628a
|
Fix some correctness warnings.
|
2013-08-12 23:40:22 -07:00 |
|
Unknown W. Brackets
|
8830d3603e
|
Fix some overflow/null deref warnings.
|
2013-08-12 23:33:52 -07:00 |
|
Unknown W. Brackets
|
83373b8d87
|
Fix a pointer ARRAY_SIZE() compare (eek.)
|
2013-08-12 23:33:40 -07:00 |
|
Unknown W. Brackets
|
c6c821a0f7
|
Fix some unitinialized values.
|
2013-08-12 23:33:11 -07:00 |
|
Unknown W. Brackets
|
008052e6d6
|
Fix some variable hiding warnings.
|
2013-08-12 23:32:38 -07:00 |
|
Unknown W. Brackets
|
c8716d9a02
|
Fix a few minor typos + small reporting change.
|
2013-08-12 23:02:39 -07:00 |
|
Henrik Rydgard
|
43978f0ed6
|
Auto-create .nomedia file on Android to hide savedata icons from Gallery
|
2013-08-12 21:49:02 +02:00 |
|
Henrik Rydgard
|
b01cb8a6d0
|
Default to non-buffered rendering on ARMv6 as there appear to be some devices where it causes serious issues. Bizarre but this might reduce the problem a little.
|
2013-08-12 21:07:51 +02:00 |
|
Unknown W. Brackets
|
c480bbb679
|
Change default IO thread to false.
|
2013-08-12 08:54:25 -07:00 |
|
Unknown W. Brackets
|
49ab98c7fd
|
Use atomic operations on Android + warning fixes.
|
2013-08-12 08:51:49 -07:00 |
|
Unknown W. Brackets
|
24203b1a5d
|
Improve performance on x86 as well using movq.
|
2013-08-12 08:40:54 -07:00 |
|
Unknown W. Brackets
|
3570ea8dee
|
Fix condition variable misuse.
|
2013-08-12 02:41:37 -07:00 |
|
Unknown W. Brackets
|
7ac67a8931
|
Add a function to walk the stack, not yet perfect.
Could use improvements, but with a decent symbol table does very well so
far in the games I tested it in.
|
2013-08-12 01:54:14 -07:00 |
|
Unknown W. Brackets
|
92482dfcb3
|
Branch targets are relative to next instr.
|
2013-08-12 01:52:54 -07:00 |
|
Henrik Rydgård
|
7ba54b5dc0
|
Merge pull request #3127 from unknownbrackets/gpu-thread
Use a timer to keep gpu/cpu in sync periodically
|
2013-08-12 00:36:51 -07:00 |
|
Henrik Rydgård
|
d87e1d5ec2
|
Merge pull request #3129 from unknownbrackets/mips-minor
MIPS table cleanup
|
2013-08-12 00:35:22 -07:00 |
|
Unknown W. Brackets
|
4d250954e4
|
Use the flags in MIPSCodeUtils.
|
2013-08-11 23:03:25 -07:00 |
|
The Dax
|
27f0f9bc65
|
Add an error message specifically for PS1 eboots.
|
2013-08-12 01:49:37 -04:00 |
|
Unknown W. Brackets
|
c7360f1555
|
Consider these as taking a IMM16 as well.
|
2013-08-11 21:30:19 -07:00 |
|
Unknown W. Brackets
|
aac6712974
|
Get rid of IsDelaySlotInfoSafe since flags are ok.
|
2013-08-11 20:49:34 -07:00 |
|
Unknown W. Brackets
|
3c4a6e13e4
|
Cleanup the remaining MIPS tables, reporting.
|
2013-08-11 20:40:21 -07:00 |
|
Unknown W. Brackets
|
6f703d7b5a
|
Cleanup flags on VFPU4 sub MIPS tables.
|
2013-08-11 20:11:34 -07:00 |
|
Unknown W. Brackets
|
3f49101868
|
Clean up the COP1 MIPS tables, and reporting.
|
2013-08-11 19:35:39 -07:00 |
|
Unknown W. Brackets
|
7e92b17dd4
|
Cleanup some COP2/VFPU2 table flags.
|
2013-08-11 19:13:41 -07:00 |
|
Unknown W. Brackets
|
3ae2b8dcc4
|
Clean up the SPECIAL3 and REGIMM table flags.
|
2013-08-11 18:41:21 -07:00 |
|
Unknown W. Brackets
|
8266063394
|
Make sure we're reporting unknown instructions.
|
2013-08-11 18:20:43 -07:00 |
|
Unknown W. Brackets
|
f652a2f6f0
|
Correct SPECIAL2 and separate COP1S and COP1W.
|
2013-08-11 18:17:03 -07:00 |
|
Unknown W. Brackets
|
b2abdbe44b
|
Clean up the SPECIAL MIPS table, mostly flags.
|
2013-08-11 18:01:55 -07:00 |
|
Unknown W. Brackets
|
152f28aeac
|
Clean up the immediate MIPS table, mostly flags.
|
2013-08-11 18:01:48 -07:00 |
|
Unknown W. Brackets
|
d08f2bc3fb
|
Fix some formatting in the MIPS table.
And also a couple cases of manually specifying RS.
|
2013-08-11 17:12:54 -07:00 |
|
Unknown W. Brackets
|
4ebf355ece
|
Simplify some MIPS table flags.
|
2013-08-11 17:02:00 -07:00 |
|
Unknown W. Brackets
|
ebfa3de388
|
Fix a couple potential infinite loops.
|
2013-08-11 16:28:20 -07:00 |
|
Henrik Rydgard
|
8e22554fb0
|
GCC buildfix (processes more of templates earlier than MSVC)
|
2013-08-12 00:51:13 +02:00 |
|
Unknown W. Brackets
|
cf7c718706
|
Use a timer to keep gpu/cpu in sync periodically.
Fixes Diva Extend demo, at least, losing FPS.
|
2013-08-11 13:41:42 -07:00 |
|
Henrik Rydgard
|
7c4d273879
|
Count numFlips in a way consistent with our frame timing.
|
2013-08-11 22:12:15 +02:00 |
|
Henrik Rydgard
|
fecd9d5f78
|
Minor optimization, sketch on an lvl.q jit implementation
|
2013-08-11 22:12:15 +02:00 |
|
Henrik Rydgard
|
9109882c04
|
More microoptimization
|
2013-08-11 22:12:14 +02:00 |
|
Henrik Rydgård
|
16e4482052
|
Merge pull request #3123 from MrYadro/master
Make more strings translatable.
|
2013-08-11 13:01:34 -07:00 |
|
Unknown W. Brackets
|
fe8850b34d
|
Set the IO thread's name for debugging.
|
2013-08-11 12:22:01 -07:00 |
|
Unknown W. Brackets
|
dd1cbe55d4
|
Give sceIoWrite the same treatment, for savedata.
|
2013-08-11 12:04:38 -07:00 |
|
Unknown W. Brackets
|
193a336189
|
Run sceIoRead operations on a separate thread.
This should improve stutter. Also verified via a timer to improve
performance (although, not very much, ~0.07 seconds during an entire
game load.)
|
2013-08-11 11:53:21 -07:00 |
|
Unknown W. Brackets
|
85ad4a80dd
|
Start and stop a separate thread for IO.
Not actually running anything on it yet.
|
2013-08-11 11:51:36 -07:00 |
|
Unknown W. Brackets
|
e6b42768fe
|
Add a class to manage IO on a separate thread.
Also separate the logic for exiting the loop based on coreState. IO and
audio won't necessarily be tied to the frame.
|
2013-08-11 11:46:55 -07:00 |
|
Yaroslav
|
62835aad40
|
Make more strings translatable.
|
2013-08-11 22:25:50 +07:00 |
|
Henrik Rydgård
|
c709315aff
|
Merge pull request #3120 from unknownbrackets/gpu-thread
Fix some more GPU thread sync issues
|
2013-08-11 01:29:14 -07:00 |
|
Unknown W. Brackets
|
82aca253e4
|
Add a few more OUT_EAT_PREFIX flags.
Based on testing the instructions individually. Cuts a few cases in God
Eater Burst where instructions bailed out of jit.
|
2013-08-10 23:19:03 -07:00 |
|
Unknown W. Brackets
|
169fbeaca6
|
As a safety, especially for win32, cap the wait.
|
2013-08-10 21:27:51 -07:00 |
|
Unknown W. Brackets
|
8786ec74ca
|
Fix some potential threading probs with SymbolMap.
Got some strange crashes.
|
2013-08-10 20:54:55 -07:00 |
|