rpcsx/rpcs3/Emu
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
..
Audio Configuration simplified 2017-05-20 16:01:48 +03:00
Cell Improve Save Manager (#2951) 2017-07-13 18:38:13 +03:00
CPU PPU LLVM: multithread compilation 2017-06-24 19:12:19 +03:00
Io DS4 Support. Supports sixaxis and vibrate 2017-05-04 23:35:09 +03:00
Memory vm: decommit by exec_addr 2017-07-12 14:00:38 +03:00
PSP2 Configuration simplified 2017-05-20 16:01:48 +03:00
RSX Add Stretch to Display Area option (#2961) 2017-07-08 16:06:11 +03:00
GameInfo.h Fill game list from all locations 2017-07-12 18:16:09 +03:00
IdManager.cpp IdManager improved 2017-01-29 21:37:04 +03:00
IdManager.h fxm::check_unlocked added 2017-02-22 12:57:39 +03:00
IPC.h New shared_mutex 2017-01-25 00:38:07 +03:00
System.cpp Fix moving game dir 2017-07-12 19:35:46 +03:00
System.h GUI: fix recent entry duplication 2017-07-12 18:16:09 +03:00
VFS.cpp Partial commit: sys_fs 2016-07-17 02:27:52 +03:00
VFS.h Partial commit: sys_fs 2016-07-17 02:27:52 +03:00