Bartłomiej Piotrowski
39d03cff1b
Linux: Look for assets directory in /usr/share/ppsspp/.
2014-08-05 11:37:17 +02:00
Unknown W. Brackets
8d6a5fd694
Use correct stencil values with non-add blending.
...
Otherwise, we get the min/max/etc. value instead.
2014-08-04 19:16:10 -07:00
Unknown W. Brackets
0279aa154c
Use glStencilMask() to partially simulate amask.
...
Alpha won't be correct, though.
2014-08-03 21:48:18 -07:00
Unknown W. Brackets
60ad1df8bf
Fix a warning in a log message.
...
Unfortunately, this will not properly log > 2 billion cheats. I think
we'll manage to survive.
2014-08-02 14:55:15 -07: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
Sacha
d1a7f36bbe
OSX: Fullscreen workaround not needed with Qt.
2014-07-26 01:36:44 +10:00
Sacha
1fc526d40f
Combine the low and highmem atlas in to one. Add this to the buildatlas script (it's just a diff).
...
Used USING_QT_UI but technically win32_ui should use this too?
2014-07-25 03:50:58 +10:00
Henrik Rydgård
6fab8e2f74
Merge pull request #6519 from juhalaukkanen/master
...
cheat.db import - minimal feedback to user
2014-07-23 10:32:06 +02:00
Juha Laukkanen
2a82e3c54e
Enabled cheat file text editor launch under OSX (open) and Linux (xdg-open).
2014-07-23 12:37:58 +09:00
Henrik Rydgard
2e38bdd51f
Regenerate atlas with support for Thai and fix for korean language name
2014-07-22 15:11:04 +02:00
Henrik Rydgard
2835110256
Make Settings look much better in Portrait mode
2014-07-22 10:37:20 +02:00
Henrik Rydgard
bdc1be148f
Don't disable autoframeskip when frameskip=off, instead set frameskip to 1 when enabling autoframeskip
2014-07-22 09:55:54 +02:00
Henrik Rydgard
e9e680d84c
Regenerate font atlas
2014-07-21 21:53:30 +02:00
Henrik Rydgard
a3563c920d
Only show button to delete savedata if there is savedata to delete
2014-07-21 20:59:03 +02:00
Henrik Rydgard
8b38df9205
Non-windows buildfix
2014-07-21 20:56:45 +02:00
Henrik Rydgard
8ebbf4742f
ChoiceWithValueDisplay: Allow translation of the value
2014-07-21 18:42:52 +02:00
Henrik Rydgard
590724ea5c
Add read-clipboard support (for TextEdit)
2014-07-21 11:59:47 +02:00
The Dax
8a78f5e814
Pause rendering when minimized, when appropriate (hopefully? This is sort of hard to test.).
2014-07-21 10:30:51 +02:00
Henrik Rydgard
f9cedbbc03
Fix probable bug in deadzone calculation etc for onscreen dpad. May help #6585
...
The bug would manifest itself on large or small "scale" values.
2014-07-21 01:22:55 +02:00
Henrik Rydgard
0761d1eb77
Show native display resolution under system information on Android
2014-07-21 01:19:42 +02:00
Henrik Rydgard
0986f27f33
Detect screen size and choose resolution defaults accordingly.
...
Also prevent recreate on older Android versions where it doesn't seem reliable.
2014-07-21 00:35:36 +02:00
Henrik Rydgard
93d1a0b175
Update native with tilt Y/Z axis fix. Fix tilt in portrait mode.
2014-07-20 18:31:28 +02:00
Unknown W. Brackets
940e7c9fb8
Fix a small typo.
2014-07-20 08:34:39 -07:00
Henrik Rydgard
49fb0bd65b
Set WS_POPUP for fullscreen windows, rumoured to help certain gl drivers do the right thing.
...
Remove an outdated comment.
2014-07-20 17:28:25 +02:00
Henrik Rydgard
0c3bc1dfee
system info: show ABI as detected by our compiler defines
2014-07-20 16:33:24 +02:00
Henrik Rydgard
5b597db4b5
De-duplicate updates to axis mapped keys.
...
Improves mapping an analog stick to the same thing as a dpad, as this reduces
spurious button resets caused by analog stick noise.
2014-07-20 12:52:11 +02:00
Henrik Rydgard
ecacc8784b
Make the axis->button mapping code make more sense
2014-07-20 12:42:30 +02:00
Henrik Rydgard
39cde7fc48
Hide "immersive mode" on pre-kitkat Android.
2014-07-20 12:11:50 +02:00
Henrik Rydgard
b6569af71c
Add an "Auto" mode that makes display res match internal res.
...
Change wording according to unknown's idea
2014-07-20 00:22:08 +02:00
Henrik Rydgard
76bdd84e43
Add option to use the Android hardware scaler by setting a low resolution
2014-07-20 00:22:08 +02:00
The Dax
d65227e3dd
Change the MAC address randomiser, proAdhoc server editor, and post processing shader choices to ChoiceWithValueDisplay, so we can see their values.
2014-07-18 19:05:44 -04:00
The Dax
bf648504bf
Fix Win32 builds and remove the new MAC address editing prompt.
2014-07-18 17:15:48 -04:00
The Dax
c1fc04ee64
Remove the "Change MAC Address" screen, and simply generate a new (random) one upon pressing the button.
2014-07-18 16:58:26 -04:00
Henrik Rydgard
135795a664
Update submodule. Use new text input for mac addresses etc.
2014-07-18 12:07:52 +02:00
Henrik Rydgard
27b4403cae
UI: Use the new "PopupTextInputChoice" for nicknames where available (windows)
2014-07-18 11:05:32 +02:00
Juha Laukkanen
8d34c6bf66
Auto save state load: set current slot to loaded one.
2014-07-17 22:18:45 +08:00
Sacha
cd20288d99
Fix some compiler warnings.
2014-07-17 00:49:58 +10:00
Juha Laukkanen
7a4de677db
Auto save state load: set current slot to loaded one.
2014-07-15 21:14:35 +09:00
Juha Laukkanen
ef106f9b1d
Hack fix for OSX SDL window resize. Possibly SDL 1.2 & OSX bug.
2014-07-15 19:26:15 +09:00
Unknown W. Brackets
9903407353
Show option to disable framebuf effects in UI.
2014-07-08 23:57:43 -07:00
Unknown W. Brackets
40ac84e442
Cut down on cached booleans for non-softgpu things.
2014-07-08 23:56:50 -07:00
Juha Laukkanen
1a96f48370
Put status of cheat.db import to log. Currently there is no any feedback to user.
2014-07-08 13:56:20 +09:00
Unknown W. Brackets
408ea88cd6
Fix incorrect state after reset in multithreading.
...
This would change coreState from CORE_POWERUP too early. It's already
done in BootDone().
2014-07-06 14:02:45 -07:00
Unknown W. Brackets
5db79dcf11
Fix some missing semicolons on log statements.
2014-06-29 19:09:37 -07:00
Henrik Rydgard
498136bbf8
Switch to vertical layout automatically as the window is being resized
...
Prevents ending up in the wrong layout on startup and being unable to fix it
without restarting the emulator.
2014-06-29 21:08:19 +02:00
Henrik Rydgård
fe4246452c
Merge pull request #6455 from thedax/ui-minor
...
Let the user disable the recent tab altogether when iMaxRecent is < 0.
2014-06-29 11:32:41 +02:00
Henrik Rydgård
7e83d1820b
Merge pull request #6456 from unknownbrackets/gpu-minor
...
Allow changing software skinning and prescale uv at runtime
2014-06-29 11:02:29 +02:00
Unknown W. Brackets
ec0c0f7af0
Move GLLost to NativeInit/NativeShutdown.
...
Otherwise, we clear the registered holders when the display turns off, and
never remember them. This causes the vertex cache to stop working, for
example.
2014-06-29 01:09:15 -07:00
Unknown W. Brackets
95f4341838
Allow changing prescale uv at runtime.
2014-06-28 21:51:25 -07:00
Unknown W. Brackets
1c3b60a8ee
Allow changing software skinning at runtime.
2014-06-28 21:46:43 -07:00