Sacha
|
939ea577d3
|
Quieter cmake.
Stop it spamming ' -- Installing' messages. We know it is installing assets.
Also make travis a bit quieter.
|
2013-11-29 01:34:56 +10:00 |
|
Sacha
|
995d94da05
|
Add a headless switch to b.sh.
|
2013-11-29 00:23:47 +10:00 |
|
Sacha
|
90b5097d45
|
Travis: add Blackberry. Improve Blackberry out-of-box compile.
|
2013-11-29 00:18:41 +10:00 |
|
Henrik Rydgård
|
d4b0df8d30
|
Merge pull request #4656 from hrydgard/vfpu-reg-order
Reorder VFPU registers in memory so that we can flush and reload them with vector moves.
|
2013-11-28 04:28:13 -08:00 |
|
Henrik Rydgard
|
50a589ea72
|
Extend sanity check for vfpu reordering array.
|
2013-11-28 13:27:52 +01:00 |
|
Henrik Rydgard
|
f9f6e9492d
|
Reorder vfpu data in saved kernel contexts when loading in a new version.
|
2013-11-28 13:27:51 +01:00 |
|
Henrik Rydgard
|
55500d4bb6
|
Reorder VFPU registers in memory so that we can flush and reload them in bulk more often.
Doesn't actually do that yet, that's for the NEON branch.
|
2013-11-28 13:27:51 +01:00 |
|
Henrik Rydgard
|
c83a7e0029
|
Parse mac addresses in one place.
|
2013-11-28 12:38:45 +01:00 |
|
Henrik Rydgard
|
ade18848f7
|
Warning fixes
|
2013-11-28 11:54:00 +01:00 |
|
Henrik Rydgård
|
620bb14d6b
|
Merge pull request #4662 from Kingcom/Debugger
Disassembler fix
|
2013-11-28 02:04:13 -08:00 |
|
Kingcom
|
cca750aab5
|
Fix invalid memory access on start, remove combo box code from symbol map
|
2013-11-28 10:49:02 +01:00 |
|
Henrik Rydgård
|
f8227132f9
|
Merge pull request #4657 from Kingcom/Debugger
Create data directives in disassembler
|
2013-11-28 01:20:21 -08:00 |
|
Henrik Rydgård
|
941a83f848
|
Merge pull request #4660 from unknownbrackets/debugger
Minor debugger improvements
|
2013-11-28 01:19:50 -08:00 |
|
Henrik Rydgård
|
98b5009423
|
Merge pull request #4661 from unknownbrackets/perf
Minor perf tweaks (won't help many games)
|
2013-11-28 01:19:24 -08:00 |
|
Unknown W. Brackets
|
41a7157aa6
|
Eat some cycles when changing thread priority.
Some games call this a lot.
|
2013-11-28 01:01:22 -08:00 |
|
Unknown W. Brackets
|
382f3b91f4
|
Eat cycles and reschedule in some rtc funcs.
Reported to fix #2146.
|
2013-11-28 00:30:04 -08:00 |
|
Unknown W. Brackets
|
2bea54c69f
|
Fix case inconsistency in debugger menu.
|
2013-11-28 00:12:16 -08:00 |
|
Unknown W. Brackets
|
aa58cdeabe
|
Add a format for texfiltering to the GE debugger.
|
2013-11-28 00:06:44 -08:00 |
|
Unknown W. Brackets
|
32f4a7594a
|
Add bounds checks to columns accessors.
Hit a crash in one of these on a rare case, so better to check.
|
2013-11-27 23:53:18 -08:00 |
|
Unknown W. Brackets
|
aa37461084
|
Allow adding functions by selection range.
|
2013-11-27 23:50:08 -08:00 |
|
Unknown W. Brackets
|
1c9f7f316e
|
Android buildfix.
|
2013-11-27 22:35:19 -08:00 |
|
Unknown W. Brackets
|
78ea146af6
|
Get rid of some unnecessary ifdefs, fix build.
|
2013-11-27 22:15:39 -08:00 |
|
Unknown W. Brackets
|
bb41e015b9
|
Truncate func names when reading symbol maps.
Otherwise they'll get trashed.
|
2013-11-27 22:11:18 -08:00 |
|
Sacha
|
778eeb9968
|
Adhoc: Android buildfix and tab fix.
|
2013-11-28 16:05:11 +10:00 |
|
Sacha
|
c71186b35a
|
Partial Stretch: This setting is needed on other devices too.
|
2013-11-28 14:59:17 +10:00 |
|
Sacha
|
10efbd5457
|
Qt: Small fix. Wasn't declared as slot.
|
2013-11-28 13:27:10 +10:00 |
|
Kingcom
|
577a46be09
|
Remove useless comment
|
2013-11-28 00:48:05 +01:00 |
|
Kingcom
|
561379f5c2
|
Create data directives in disassembler
|
2013-11-28 00:33:21 +01:00 |
|
Henrik Rydgard
|
41406be97f
|
Update native and lang
|
2013-11-27 21:26:54 +01:00 |
|
Henrik Rydgard
|
c499be9769
|
Merge branch 'adhoc-support' of https://github.com/Kyhel/ppsspp into Kyhel-adhoc-support
hrydgard here: I switched to our implementation of thread.h and removed the "Windows7SDK" things for now.
Conflicts:
Core/Core.vcxproj.filters
|
2013-11-27 21:21:32 +01:00 |
|
Henrik Rydgård
|
0a133cfe97
|
Merge pull request #4652 from turbedi/patch-1
Remove unnecessary comment
|
2013-11-27 11:14:47 -08:00 |
|
Berkan Diler
|
68d518727f
|
Remove unnecessary comment
|
2013-11-27 19:51:35 +01:00 |
|
Henrik Rydgård
|
40afbde9f6
|
Merge pull request #4648 from shenweip/patch-10
Add Switch UMD to Win32 menu.
|
2013-11-27 07:44:41 -08:00 |
|
Henrik Rydgård
|
ed13c21a37
|
Merge pull request #4649 from Kingcom/Debugger
Rewrite symbol table
|
2013-11-27 07:43:25 -08:00 |
|
Unknown W. Brackets
|
23037aaaf2
|
Merge pull request #4646 from thedax/fixVS2013
Fix VS2013 build.
|
2013-11-27 07:34:18 -08:00 |
|
Kingcom
|
eeb9667726
|
Fix QT build (hopefully)
|
2013-11-27 15:06:41 +01:00 |
|
shenweip
|
7029cb293b
|
Add Switch UMD to Win32 menu.
|
2013-11-27 21:57:17 +08:00 |
|
Kingcom
|
33dee2d287
|
Sort symbols when adding or removing function
|
2013-11-27 13:38:32 +01:00 |
|
Kingcom
|
5844d0107b
|
Rewrite SymbolTable
|
2013-11-27 13:33:30 +01:00 |
|
The Dax
|
4b9d38dccc
|
Fix VS2013 build.
|
2013-11-27 05:15:46 -05:00 |
|
Henrik Rydgård
|
daa9d27fa5
|
Merge pull request #4645 from sum2012/patch-1
Re-use "Cancel" translate in change umd
|
2013-11-26 14:28:33 -08:00 |
|
sum2012
|
fbdbbc3d36
|
Re-use "Cancel" transate in change umd
|
2013-11-27 05:57:14 +08:00 |
|
Henrik Rydgård
|
979a7fbdcd
|
Merge pull request #4638 from Kingcom/Debugger
Save labels separately from symbols
|
2013-11-26 13:32:44 -08:00 |
|
Kingcom
|
33da416a82
|
Reduce disassembler memory usage
|
2013-11-26 22:20:12 +01:00 |
|
Henrik Rydgård
|
f78de96d80
|
Don't try to read version json when we didn't get a response from the server.
|
2013-11-26 20:10:35 +01:00 |
|
Henrik Rydgård
|
d50233526c
|
Uninitialized variable fix
|
2013-11-26 18:26:02 +01:00 |
|
Henrik Rydgård
|
227fed9e6a
|
Buildfix cmake
|
2013-11-26 18:23:08 +01:00 |
|
Henrik Rydgård
|
9aa0c9a489
|
Minor x86 optimizations
|
2013-11-26 18:23:08 +01:00 |
|
shenweip
|
13f979af8c
|
Revert "Change state to ready when umdActivated is false."
This reverts commit 1c133ff5fe .
|
2013-11-26 18:23:08 +01:00 |
|
shenweip
|
f772cba43d
|
Make distinction for multiple disc.
|
2013-11-26 18:23:08 +01:00 |
|