Megamouse
930ce4af60
log_frame: fix random stack
2017-08-03 23:06:54 +03:00
Megamouse
d51a986dd4
GUI: fix icon sizes and exterminate gamelist bug
...
recreate old icon size values
2017-08-03 23:06:54 +03:00
Jake
02845f546e
Add gcm to auto lle / liblv2
2017-08-02 01:33:12 +03:00
Jake
fff34a7f0f
d3d12: Fix 0 sized framebuffer crashes
2017-08-02 01:33:12 +03:00
Jake
21dd715b42
sys_rsx: implement support for lle-gcm
2017-08-02 01:33:12 +03:00
Jake
d9a693019b
rsx/gcm: Implement rsx dma. Refactor gcm/rsx to not be as codependent
2017-08-02 01:33:12 +03:00
mp-t
607d2486ea
Code review ( #3114 )
...
* Fix always-true conditions in sceNp module
* gl_render_targets: useless check on unsigned variable, possible bug
* fixed UB in crypto utility functions
* copy-paste error in vk::init_default_resources
* pass strings by const ref
* Dont copy vectors. Make sure copies are not needed because functions are used in a multi-threaded context.
2017-08-01 20:22:33 +03:00
Nekotekina
77f58326af
Add supporters
2017-07-30 01:09:42 +03:00
Nekotekina
bf14cbdb27
Fix _sys_lwcond_signal, _sys_lwcond_signal_all
2017-07-30 01:09:42 +03:00
Nekotekina
93db420f80
sys_lwmutex, sys_lwcond refactoring
2017-07-30 01:09:42 +03:00
Nekotekina
a209d0d7fa
Minor fix of sys_event_queue_receive
2017-07-30 01:09:42 +03:00
Nekotekina
f564a72d03
SPU: minor optimization
2017-07-30 01:09:42 +03:00
Talkashie
aeb01bd216
Update outdated firmware log message
2017-07-30 01:10:24 +03:00
Zion
bc4d73da02
Bundle Qt5Svg.so, Fixes #3094 ( #3120 )
...
Bundle Qt5Svg.so, Fixes #3094
2017-07-29 04:39:20 +01:00
Robbie
f9e996e006
Rewrite memory pool to be thread safe.
2017-07-28 23:50:21 +03:00
Megamouse
4dbc546e7b
GUI: add custom config indicator ( #3108 )
...
* game_list: add custom config indicator
* icon resize: get rid of duplicate call (great performance boost)
* icon resize: only save on slider release or clicks (performance)
refactoring shenanigans
* game_list: skip filtered out games in Refresh (performance)
* settings_dialog: remove unnecessary show() that caused glitches
* gs_frame: add disableMouse setting
* fix travis warnings
2017-07-28 23:03:48 +03:00
Zion
9a1a7dd531
Fix build ( #3117 )
2017-07-28 16:30:35 +01:00
Talkashie
7ac96f7526
Fix missing newline, add periods, add tooltip for gs_resizeOnBoot ( #3112 )
...
* Update settings_dialog.cpp
* Update tooltips.json
2017-07-27 22:37:29 +01:00
kd-11
f613901eac
gl/vk: Do not trust gcm buffer size to match internal rendering resolution
...
- Should fix games with strange scaling artifacts due to upscaling from lower resolutions
2017-07-27 14:33:30 +03:00
kd-11
4cd5624fa7
rsx/vk/gl: Refactoring - Also adds a vertex cache to openGL as well
2017-07-27 14:33:30 +03:00
kd-11
fc6891a0e3
ui: Restore 'Strict Mode Rendering' to GPU tab. Also add an option to disable the vertex cache
...
- Also, updates json tooltips for some options
2017-07-27 14:33:30 +03:00
kd-11
fb7ccbd7b4
vulkan: Workaround to avoid lockup due to double fault
...
- TODO: Ensure no page faults occur within a page-fault handler!
2017-07-27 14:33:30 +03:00
kd-11
17c399d4e8
spu: acquire_pc rewritten to be more precise in timing
...
- More accurate pauses may slightly reduce performance but makes it more viable
to allow more threads to participate without stuttering
2017-07-27 14:33:30 +03:00
kd-11
dd19622823
vulkan: Texture cache rewritten - Use a map of vectors instead of a flat array
2017-07-27 14:33:30 +03:00
kd-11
46fa6e47fe
rsx/vk: Vertex cache rewritten, add option to disable it as well
...
- Also enable SPU loop detection by default while were at it
2017-07-27 14:33:30 +03:00
Nekotekina
7fa42cfaad
Fix sys_semaphore_wait (on timeout)
2017-07-26 22:35:45 +03:00
Nekotekina
5d8640109d
Add supporters
2017-07-26 22:24:35 +03:00
Nekotekina
6f6b23e879
Delete make_fself.cmd
2017-07-26 21:29:49 +03:00
Nekotekina
d2116a187e
Update tooltips
2017-07-26 21:27:34 +03:00
Nekotekina
f58652e51c
cellRec: fix vm::bptr
2017-07-26 21:09:00 +03:00
Nekotekina
bf53035e3f
IPC support for lv2 sync objects
2017-07-26 21:03:41 +03:00
Nekotekina
60c6bb9865
Restore hook static functions
2017-07-26 21:03:41 +03:00
Nekotekina
67b71c0f89
Fix sys_rwlock_wunlock
2017-07-26 21:03:41 +03:00
Nekotekina
5766fb1f31
Fix sys_rwlock_wlock
2017-07-26 21:03:41 +03:00
Ryan Gonzalez
dbd69536ed
Linux evdev joystick support ( #2885 )
...
* Linux evdev joystick support (#2678 )
* Cleanup libevdev configure code
* evdev fixes
* Evdev joystick additions/fixes
* Error message tweak
* Fix evdev multiple joysticks (thanks @hcorion!)
* Change by-id to by-path in evdev
2017-07-26 21:03:06 +03:00
Zion Nimchuk
08f0047529
Refactor setsockopt for better cross-platform-ness
2017-07-26 20:27:07 +03:00
Zion Nimchuk
54a38aa927
Fix issue #2788
2017-07-26 20:27:07 +03:00
scribam
173cc13d01
Stub some cellSysutilAvc2 functions
2017-07-26 17:49:40 +03:00
scribam
1899f399b6
Mixed minor changes
2017-07-26 17:49:40 +03:00
scribam
4c5921a7a4
Stub some cellGameExec and cellResc functions
2017-07-26 17:49:40 +03:00
scribam
be84dd73a9
Stub cellRec functions
2017-07-26 17:49:40 +03:00
Megamouse
9f3f07f3ae
game_list: enable stepless icon sizes
2017-07-26 17:00:32 +03:00
Megamouse
d260ccfc96
settings_dialog.ui: just LINUX things
2017-07-26 17:00:32 +03:00
Megamouse
1c3b9754aa
settings_dialog: enable LLE List multiselection
2017-07-26 15:44:59 +03:00
Megamouse
37c26b77ee
settings_dialog: make size consistent
2017-07-25 23:18:41 +01:00
Megamouse
ff772dd28b
game_list: fix sort and scroll
2017-07-25 17:37:29 +03:00
Zion Nimchuk
60e2928ec1
Fixes #3063
2017-07-25 03:42:04 +01:00
Zion Nimchuk
f8e57147b0
Linux builds now link LLVM statically, fixed Qt libpng issue, moved to single AppImage
2017-07-25 02:41:05 +01:00
LambdaMan
1bef748dc4
Allow overlapping ranges in cellGcmMapEaIoAdress with coherency check ( #3070 )
...
According to Jarves, lle-gcm branch already does the same thing so we know the behaviour should be correct
2017-07-25 02:27:23 +03:00
RipleyTom
b2fa0fdf53
Fix PARAM.SFO filename case ( #3081 )
...
For (get_list_item)
2017-07-24 23:53:20 +03:00