Henrik Rydgård
|
b7498f4581
|
Make some UI adjustments on TV devices
|
2015-04-03 11:54:24 +02:00 |
|
Henrik Rydgard
|
80d610998d
|
Better error checking in D3D9 init
|
2015-02-02 09:27:27 +01:00 |
|
Henrik Rydgard
|
86cee103f3
|
Add audio debug stats dev tool. Increase audio buffer low watermark a bit, hopefully helping #7370.
|
2015-01-29 12:56:17 +01:00 |
|
Henrik Rydgard
|
8b05e7abf0
|
Adjust the audio speed on non-60hz Android devices to compensate.
Greatly improves audio stability on Nexus S.
Fixes #6677 .
|
2015-01-14 00:45:12 +01:00 |
|
Henrik Rydgard
|
3ca212ad0c
|
Update native, expose platform audio sample rate in System Information on Android
When these don't match, we should really resample to get access to the low latency audio path. TODO
|
2015-01-11 11:42:00 +01:00 |
|
Henrik Rydgard
|
604abe933e
|
Update submodules, add x64Emitter bugfix from Dolphin (plus a few new instrs), misc
|
2015-01-11 00:12:32 +01:00 |
|
Henrik Rydgard
|
a9b010b0cd
|
Add a basic debug console UI to the devmenu that shows some log scrollback and has a little command line.
Useful for debugging on non-Windows in the future. For now non-mobile only (although may lift that restriction later)
|
2015-01-05 01:25:23 +01:00 |
|
Henrik Rydgard
|
fdd297a982
|
Update native with better Moga version detection. Show moga version in System information on Android.
|
2015-01-01 13:35:31 +01:00 |
|
Henrik Rydgard
|
c64681d5d5
|
Show shader precision in system information. Seems some devices lie though.
|
2014-12-15 23:13:36 +01:00 |
|
Henrik Rydgard
|
8ad1ea4c84
|
Split JitCommon.h so that you can include it without getting the "NativeJit" definition
|
2014-12-13 21:13:28 +01:00 |
|
vnctdj
|
2f94271a31
|
Make more things translatable
This commit completes a794650118
|
2014-12-10 23:01:09 +01:00 |
|
ufdada
|
a794650118
|
make logging channel screen and devmenu translateable
|
2014-12-09 21:50:51 +01:00 |
|
Henrik Rydgard
|
80ce45f9fb
|
ARM Jit: Join adjacent vrot ops on ARM too
|
2014-12-07 12:07:54 +01:00 |
|
Henrik Rydgard
|
b09fe89be4
|
Improvements in Jit compare UI
|
2014-11-16 16:45:24 +01:00 |
|
Henrik Rydgard
|
5bcdecc26b
|
unittest: Have the JIT harness print disassembly, to make it easy to inspect results.
|
2014-11-09 12:03:04 +01:00 |
|
Unknown W. Brackets
|
0b3fe61a35
|
Start the jit compare off on the current block.
|
2014-10-12 10:28:41 -07:00 |
|
Henrik Rydgard
|
e389fcefcf
|
Fix x86 disassembly in 32-bit mode
|
2014-10-12 18:54:21 +02:00 |
|
Unknown W. Brackets
|
4027731a71
|
Avoid spinning the CPU in dev menu screens.
|
2014-10-11 09:30:30 -07:00 |
|
Unknown W. Brackets
|
498d0b9adc
|
Enable x86 disassembly in jit compare.
|
2014-10-11 09:30:30 -07:00 |
|
Henrik Rydgard
|
f84ebf6bff
|
sprintf->snprintf, fix some too short buffers
|
2014-09-14 00:14:11 +02:00 |
|
Henrik Rydgard
|
e2ecbb7a4d
|
Convert more UI code to Thin3D
|
2014-08-22 20:55:18 +02:00 |
|
The Dax
|
85bb1188c0
|
Win32: Query WMI for the GPU driver version, and display it in the System Information screen.
|
2014-07-31 01:24:41 -04:00 |
|
Henrik Rydgard
|
0761d1eb77
|
Show native display resolution under system information on Android
|
2014-07-21 01:19:42 +02:00 |
|
Unknown W. Brackets
|
940e7c9fb8
|
Fix a small typo.
|
2014-07-20 08:34:39 -07:00 |
|
Henrik Rydgard
|
0c3bc1dfee
|
system info: show ABI as detected by our compiler defines
|
2014-07-20 16:33:24 +02:00 |
|
Unknown W. Brackets
|
5db79dcf11
|
Fix some missing semicolons on log statements.
|
2014-06-29 19:09:37 -07:00 |
|
Henrik Rydgard
|
e3bbf26731
|
Improve input event handling. Can now map volume keys on Android without issues.
|
2014-06-15 13:04:59 +02:00 |
|
The Dax
|
09d7dc30ff
|
SystemInfoScreen: Don't show the EGL Extensions tab if there are none to show.
|
2014-05-06 00:26:51 -04:00 |
|
adrian17
|
c52c2375c0
|
Removed dead code from UI
|
2014-01-19 13:51:24 +01:00 |
|
Henrik Rydgård
|
ce378b231f
|
Delete CPU.cpp/h , cleanup
|
2013-12-30 00:11:29 +01:00 |
|
Henrik Rydgard
|
c9ed58854a
|
Fix the size of a couple of back buttons. Fixes #4763
|
2013-12-10 19:57:07 +01:00 |
|
Unknown W. Brackets
|
cd39b74629
|
Add virtual buttons for address input.
|
2013-11-28 23:02:04 -08:00 |
|
Unknown W. Brackets
|
2808c288ea
|
Add a dialog to enter a jit compare address.
For now, requires buttons.
|
2013-11-28 22:35:03 -08:00 |
|
Henrik Rydgård
|
4a89e2e74f
|
Add "Dump frame GPU commands" to the "in-game" dev menu too.
|
2013-11-15 16:49:13 +01:00 |
|
Henrik Rydgård
|
40bd1fa650
|
Add freeze-frame to developer menu. Only useful for developing, like when using nVidia PerfHud.
|
2013-11-15 13:11:44 +01:00 |
|
Sacha
|
e6320f2726
|
Add a CPU Extensions tab to Developer's System Info.
|
2013-11-15 01:18:29 +10:00 |
|
Unknown W. Brackets
|
aacb31bc18
|
armjit: Copy over (disabled) immbranch optim.
This does a little loop unrolling. Costs a bit more cache space, but
avoids flushing regs for longer.
Not enabled.
|
2013-11-10 21:59:48 -08:00 |
|
Henrik Rydgard
|
490deb9b5c
|
Add option to the JIT viewer to find a random block with VFPU instructions.
For inspection of jit results.
|
2013-11-07 15:29:12 +01:00 |
|
The Dax
|
17b7ec1d59
|
Truncate the OpenGL version string so it doesn't run amok.
|
2013-10-21 11:47:35 -04:00 |
|
Henrik Rydgård
|
850b5d2961
|
Merge pull request #4228 from thedax/i7CPUDetection
System Info screen: Add correct core count detection for i7(and maybe i5/i3?) CPUs.
|
2013-10-17 16:27:01 -07:00 |
|
The Dax
|
0400a61d51
|
Add correct core count detection for i7(and maybe i5/i3?) CPUs, and update the SysInfo screen to show more information about threads on x86/x64.
|
2013-10-17 19:03:33 -04:00 |
|
shenweip
|
4489547073
|
Add a function to change log channel for convenience.
|
2013-10-18 00:23:57 +08:00 |
|
Sacha
|
4f6b0225ed
|
Cosmetic fix for small screen or <= 1:1 aspect ratio.
|
2013-10-17 16:11:19 +10:00 |
|
Sacha
|
be47964ff2
|
Use 'Cores' instead of 'Threads' for ARM.
|
2013-10-15 15:28:19 +10:00 |
|
The Dax
|
d5ca3c28ed
|
Redesign the System Info screen to have tabs.
|
2013-10-11 19:23:43 -04:00 |
|
danyalzia
|
66e48f5a69
|
Show CPU in System info (UI)
|
2013-10-10 16:09:13 +05:00 |
|
Sacha
|
f82833c362
|
Merge branch 'master' of https://github.com/hrydgard/ppsspp
|
2013-10-04 22:42:44 +10:00 |
|
zixiken
|
c4304b5c2e
|
Added include to remove error: 'sort' is not a member of 'std'
|
2013-10-03 16:13:16 -04:00 |
|
Sacha
|
ae42a4b95d
|
Algorithm include needed. Update native.
|
2013-10-03 04:00:00 +10:00 |
|
Henrik Rydgard
|
e65d0b4791
|
Use EXT_blend_minmax when available. Minor tweaks.
|
2013-09-30 10:12:10 +02:00 |
|