Zangetsu38
a3f28c170c
Fix
2017-07-16 18:45:44 +02:00
Jake
7f509298a9
fix video playback
2017-07-16 18:45:44 +02:00
Jake
e2f3a1952f
Throw on memory loc until i find something that uses
2017-07-16 18:45:44 +02:00
Jake
c5828faf0f
Move vblank to 'custom' package_id, move fps limit sleep, fix dx12 0 size fb crash
2017-07-16 18:45:44 +02:00
Jake
cfb573694c
tiles, sync, bufferId, flipReset
2017-07-16 18:45:44 +02:00
Jake
8e7301b446
gcm: Fix bufferId, sysutil: add refreshrate
2017-07-16 18:45:44 +02:00
Jake
f2ae336474
add to auto lle
2017-07-16 18:45:44 +02:00
Jake
3e2549e873
fix thread
2017-07-16 18:45:44 +02:00
Jake
3dd03e1066
dma main fix
2017-07-16 18:45:44 +02:00
Jake
637547718f
fix labels
2017-07-16 18:45:44 +02:00
Jake
ccc09353ea
stuff
2017-07-16 18:45:44 +02:00
Jake
9dfd00d5b0
Rebase and cleanup, removed irrelevant code, lv2 lle gcm for now
2017-07-16 18:45:44 +02:00
Zangetsu38
cb0673e58d
Update LLVM 5.0
2017-07-16 18:41:45 +02:00
Zion Nimchuk
ecf9a037cc
Initial LLVM 5 port
2017-07-16 18:40:04 +02:00
Zangetsu38
c97b06ecf0
Update Project to Visual Studio 2017.
2017-07-16 18:40:04 +02:00
Dangles
6610abcd5f
Minor changes for save data utility ( #3005 )
2017-07-16 19:10:45 +03:00
Megamouse
aed9b31294
add system_info.h ( #2985 )
...
add system info to log
add SSSE3 Error message to main_window
2017-07-16 17:36:38 +03:00
Zion Nimchuk
6597eb27c7
Fix PIE being on by default
2017-07-16 16:59:46 +03:00
Megamouse
035a39a9a8
GUI: minor figgcess ( #3010 )
...
* emulator tab: minor layout adjustment
* tool bar: adjust size dynamically for hidpi
* gamelist tool bar: adjust size dynamically for hidpi
* gamelist search bar: adjust style
* move game_list.h into rpcs3qt
* hide game data by default
2017-07-15 21:22:24 +03:00
Learath2
9c547d5eef
Fix bug with std::stof being locale-dependant ( #3012 )
2017-07-15 03:38:10 +03:00
Learath2
504fa5ffda
Add version to install firmware dialog ( #2958 )
2017-07-14 18:34:05 +03:00
Megamouse
ad66dbfd0b
Add game window resize on boot ( #3000 )
2017-07-14 18:10:38 +03:00
Megamouse
0adb579736
rename controls to keyboard
2017-07-14 17:45:47 +03:00
Megamouse
d4c83e5dd2
Settings: fix cameraBox
2017-07-14 17:45:47 +03:00
Megamouse
821a8c6e65
settings_dialog: add icon hints to color buttons
2017-07-14 17:20:41 +03:00
Megamouse
ef60809219
move colorizedIcon to gui_settings
2017-07-14 17:20:41 +03:00
Megamouse
a21ed06d27
Icons (blue): fix inconsistent colors
2017-07-14 17:20:41 +03:00
Megamouse
97f59405aa
game_list_frame: repaint tool icons
2017-07-14 17:20:41 +03:00
Megamouse
b586bd3b10
gui_settings: add gamelist tool icon color
2017-07-14 17:20:41 +03:00
Megamouse
c617b17037
settings_dialog: add color picker for gamelist tool icons
2017-07-14 17:20:41 +03:00
Megamouse
73bbfcb246
main_window: repaint tool icons
2017-07-14 17:20:41 +03:00
Megamouse
cfa7d04c49
settings_dialog: add color picker for main window tool icons
2017-07-14 17:20:41 +03:00
Megamouse
fb191693d1
gui_settings: add tool icon color
2017-07-14 17:20:41 +03:00
Megamouse
743a19027a
game_list_frame: add method colorizedIcons
2017-07-14 17:20:41 +03:00
Robbie
ced539579e
Murdering a wx zombie
2017-07-14 14:20:07 +03:00
Robbie
225af34ce9
For the Neko
2017-07-14 14:20:07 +03:00
Robbie
eb80b7ec34
Small main_window refactoring. Fixed one of the guiconfig crashes too somehow.
2017-07-14 14:20:07 +03:00
Talkashie
3df960bb52
Fix various typos and capitalisation inconsistencies.
...
also Jarves please implement sysutils
2017-07-14 13:54:13 +03:00
Nekotekina
25fcde9507
Rearrange /dev_bdvd mounting logic
...
Prevent booting patches without /dev_bdvd
Prevent booting with foreign /dev_bdvd
2017-07-14 03:39:22 +03:00
Nekotekina
d8abe75526
Improved sprx boot (for devs only)
2017-07-14 01:47:00 +03:00
Nekotekina
15fe8f1c51
Fix cmdline start
2017-07-14 01:47:00 +03:00
scribam
ce7b55871b
Add sceNp2* functions
2017-07-14 01:46:07 +03:00
scribam
9d8fa28dd9
Add sceNp* functions
2017-07-14 01:46:07 +03:00
scribam
3a3e9770f3
Add cellHttp* functions
2017-07-14 01:46:07 +03:00
scribam
2d037fa130
Remove "#pragma once" directive in a cpp file
2017-07-14 01:46:07 +03:00
Robbie
ab595d2b95
Improve Save Manager ( #2951 )
...
* Add the save icons to the save data entry and manager.
* Simplify code slightly since I have an else now so no need for == false
* Move the icon to the top of the list because it looks better. Remove redundant settitle.
* Fix size. It's a bit forced but there wasn't any better way as far as I could see on stack overflow.
Also, add an error dialog if you have no entries.
Simplify the logic slightly for the selected since with the no data case handled, I can make more assumptions about the return value.
* save_data_utility: fix dialog sizes
* CELL_OK
* Retcon dialog to instead be error in log.
* Dangle92 and I had some fun. Everything should be good now.
* In dangle's code he disabled the icon, in mine I hide it if there is nothing. Having both isn't needed. Yay merges resulting in doing stupid things.
* Fix leek
* Default size to zero for sanity. Shared pointer is fine handling null (tested with disgaea and renaming icon file)
* Simplifying. Thanks for review and advice all
2017-07-13 18:38:13 +03:00
Megamouse
e8ba5876ce
clean up some unused / redundant includes
2017-07-13 16:38:50 +03:00
Megamouse
2cd5f63284
game_list: enable deselection + fix entry selection
2017-07-13 16:38:50 +03:00
RipleyTom
d410494a7d
Fixes pkg overwriting files without the PKG_FILE_ENTRY_OVERWRITE flag
2017-07-13 15:43:13 +03:00
Robbie
dcfe8e1abd
fixz ( #2996 )
...
Patch crash regression in game grid
2017-07-13 04:05:29 +01:00