Henrik Rydgård
|
b1fce1c61a
|
Android: Fix #9697 where we'd hang if we lacked permission and got a filename as a command.
|
2017-11-21 13:55:14 +01:00 |
|
Henrik Rydgård
|
5675e8a816
|
Minor cleanup, and more terrifying orientation hackery
|
2017-11-16 15:00:27 +01:00 |
|
Henrik Rydgård
|
3222af5f7a
|
Make remoteiso_subdir and server editable on Android. Fixes #10142. Really need a better mechanism for these fields.
|
2017-11-16 13:33:10 +01:00 |
|
Henrik Rydgård
|
53a351c29d
|
Workaround orientation bug in Android when unlocking the screen.
Or I'm doing something wrong somewhere...
Also kill off "Auto" orientation. It's just a pain.
Fixes #10128
|
2017-11-16 12:33:50 +01:00 |
|
Henrik Rydgård
|
c12f17134b
|
Links from the UI: Change from http:// to https:// wherever possible.
|
2017-11-14 12:53:36 +01:00 |
|
LunaMoo
|
2ff4104ddf
|
Requested changes.
|
2017-11-14 06:33:49 +01:00 |
|
LunaMoo
|
e698414f9b
|
Add an option to allow resetting video/audio dump on save/load state.
|
2017-11-14 05:12:27 +01:00 |
|
Henrik Rydgård
|
230f72a110
|
Oops
|
2017-11-13 16:38:35 +01:00 |
|
Henrik Rydgård
|
8bfdf7b1b2
|
Fix annoying little flicker when starting a game.
|
2017-11-13 15:45:31 +01:00 |
|
Henrik Rydgård
|
4788221251
|
Vulkan shader view (debug): Add a simple textural representation (incomplete) of pipelines
|
2017-11-13 15:27:06 +01:00 |
|
Henrik Rydgård
|
0f10014219
|
DevScreens: In shader viewer tabs, show the number of each shader type.
|
2017-11-13 11:13:55 +01:00 |
|
Henrik Rydgård
|
c3c4ec4cc9
|
Merge pull request #10111 from unknownbrackets/vulkan-minor
Vulkan: Cut down on asserts during init
|
2017-11-13 09:50:30 +01:00 |
|
Henrik Rydgård
|
68c7b7dfec
|
Fix driver version display on Vulkan. Enable dualsrc blend on newer AMD drivers. Fixes #10109
|
2017-11-13 09:44:35 +01:00 |
|
Unknown W. Brackets
|
d2d5b8ee4e
|
Vulkan: Remove experimental warning.
|
2017-11-12 21:57:01 -08:00 |
|
Unknown W. Brackets
|
ac78b908d3
|
UI: Typo fix.
|
2017-11-12 09:34:22 -08:00 |
|
Unknown W. Brackets
|
2b194d30bf
|
Debugger: Prevent clear while stepping.
So it's easier to see what's going on.
|
2017-11-11 18:31:13 -08:00 |
|
Henrik Rydgård
|
f014735ebf
|
Merge pull request #10079 from hrydgard/vulkan-android-fixes
Vulkan lost-device fixes
|
2017-11-10 16:11:58 +01:00 |
|
Henrik Rydgård
|
378e01625c
|
Fix a few more device-loss bugs.
|
2017-11-10 15:10:36 +01:00 |
|
Henrik Rydgård
|
1c76d28843
|
Avoid double-initializing the Vulkan backbuffer on startup.
|
2017-11-10 13:13:56 +01:00 |
|
LunaMoo
|
6ae8b3603d
|
Merge pull request #10072 from unknownbrackets/cheats
Cheats: Split parsing and execution
|
2017-11-09 18:46:52 +01:00 |
|
Henrik Rydgård
|
ec504756e0
|
Vulkan: Improve init/shutdown logging on Android. Fix a bug where we'd not run InitDeviceObjects on GPU_Vulkan sometimes.
|
2017-11-09 16:02:05 +01:00 |
|
Henrik Rydgård
|
d618b3673b
|
Count readbacks in a frame and show in GPU debug stats.
|
2017-11-08 11:57:53 +01:00 |
|
Unknown W. Brackets
|
c62a53c223
|
Cheats: Split parsing and execution.
This makes the code easier to read, and makes it easier to add other types
later on.
Also, the parser can now handle a file with multiple game ids.
|
2017-11-07 19:51:32 -08:00 |
|
Henrik Rydgård
|
944cc94630
|
Vulkan: Better way to make sure we bind the backbuffer at some point.
|
2017-11-06 23:48:47 +01:00 |
|
Henrik Rydgård
|
ea2fc55217
|
Merge pull request #10056 from hrydgard/remove-multithreading-2
Remove the old style multithreading
|
2017-11-06 20:37:06 +01:00 |
|
Unknown W. Brackets
|
9dfc9ff6ae
|
Vulkan: Allow clearing the backbuffer to any color.
Helps with debugging sometimes.
|
2017-11-05 22:14:53 -08:00 |
|
Henrik Rydgård
|
be2ba4ffb3
|
Remove the setting to run the display list interpreter on a separate thread.
|
2017-11-05 23:21:26 +01:00 |
|
Unknown W. Brackets
|
ead4c5f9a8
|
Vulkan: Make sure backbuffer is bound for UI.
Fixes #10048.
|
2017-11-05 09:22:14 -08:00 |
|
Henrik Rydgård
|
8d0209c7e4
|
Stop leaking framebuffers on shutdown. Fix other shutdown issues.
|
2017-11-01 21:43:08 +01:00 |
|
Henrik Rydgård
|
3757070fe2
|
Extra safety when switching GPU backends, fix possible Vulkan shutdown issue. Should help #10005
|
2017-10-09 12:17:54 +02:00 |
|
Henrik Rydgård
|
1b6c5c4832
|
Fix typo causing Y axis in joystick tester not to be mirrored correctly if backwards. Should fix #9300
|
2017-09-29 20:51:59 +02:00 |
|
Unknown W. Brackets
|
5784b51428
|
GLES: Allow hwtess for GL 3.1 w/o shader4.
gl_InstanceID was added to core in 3.1, so we don't need gpu_shader4.
|
2017-09-21 20:20:17 -07:00 |
|
Henrik Rydgård
|
ff3d799871
|
Remove snprintf compatibility hacks for MSVC versions before 2015
|
2017-08-31 16:46:54 +02:00 |
|
Henrik Rydgård
|
42cb559a8d
|
Merge pull request #9927 from Florin9doi/master
Integrate sceUsbGps and sceUsbCam with Android
|
2017-08-31 09:47:25 +02:00 |
|
Henrik Rydgård
|
8c1bfb876f
|
Assorted cleanup of Vulkan init code. Show Vulkan extensions in system info.
|
2017-08-28 13:47:31 +02:00 |
|
Florin9doi
|
892bc8617d
|
Integrate sceUsbGps and sceUsbCam with Android
|
2017-08-27 17:19:11 +03:00 |
|
Unknown W. Brackets
|
cbd107b03d
|
Merge pull request #9898 from vnctdj/master
Make more strings translatable
|
2017-08-19 17:28:33 -04:00 |
|
Henrik Rydgård
|
b9b2656e93
|
More vulkan microoptimizations. Add more profiler scopes.
|
2017-08-18 13:48:11 +02:00 |
|
vnctdj
|
7f37c40382
|
Make dev menu pop-up title translatable
|
2017-08-17 23:10:12 +02:00 |
|
vnctdj
|
b31b76c536
|
Make control mapping pop-up title translatable
|
2017-08-17 23:10:12 +02:00 |
|
vnctdj
|
ee87c08e79
|
Oops, forgot this one
|
2017-08-17 00:21:00 +02:00 |
|
vnctdj
|
15c983a382
|
Add a new translation category for the remote ISO feature
|
2017-08-16 23:39:30 +02:00 |
|
Henrik Rydgård
|
b35d0e00ec
|
Oops, forgot to update NativeQueryConfig, thanks unknown
|
2017-08-16 10:23:27 +02:00 |
|
Henrik Rydgård
|
d94351ef90
|
Initial work on supporting sustained perf mode
|
2017-08-15 16:41:13 +02:00 |
|
vnctdj
|
697cfb0223
|
Reuse some already translated strings
|
2017-08-14 12:08:03 +02:00 |
|
vnctdj
|
2c8b0e7069
|
Make keys names translatable in pop-up
|
2017-08-14 11:33:14 +02:00 |
|
Henrik Rydgård
|
ec7e634215
|
Fix space stripping in a few more string input methods. Helps #9795
|
2017-08-08 16:42:05 +02:00 |
|
Henrik Rydgård
|
8ba5d7ec1e
|
Strip spaces from pasted IP addresses. Helps #9795. Fix accidental typo
|
2017-08-08 16:34:46 +02:00 |
|
Henrik Rydgård
|
4b35e9e278
|
Reset the UI state properly in NativeInit. Fixes #9771
|
2017-08-08 15:58:25 +02:00 |
|
Henrik Rydgård
|
f4cf501cf6
|
Separate X and Y dpi_scale
|
2017-08-07 13:37:01 +02:00 |
|