193 Commits

Author SHA1 Message Date
radius
64f927292f use a single list for achievements 2017-11-23 20:35:54 -05:00
Mikael Brunnhede
e286c5dda2 Implemented new settings menu view: User Interface -> Views -> Quick Menu.
Implemented setting for showing/hiding the "Take Screenshot" option in the Quick Menu.
2017-10-09 08:14:52 +02:00
twinaphex
8238545bef Cleanups 2017-10-04 06:53:47 +02:00
twinaphex
642818d59c Make sanitize_to_string safer 2017-09-29 05:26:48 +02:00
twinaphex
15bb8e2ebe Fix setting directories 2017-09-29 05:23:33 +02:00
Higor Eurípedes
a1822055b6 (menu_cbs) Don't compare labels when menu entry comes from playlist 2017-08-31 21:27:14 -03:00
twinaphex
d0e24b02b4 Update 2017-08-16 19:10:07 +02:00
twinaphex
887364062a Get rid of more hash labels 2017-08-16 19:00:15 +02:00
twinaphex
2a1c8c7a6c Update menu_cbs_title.c 2017-08-16 18:43:08 +02:00
Jean-André Santoni
61cc899867 (XMB) Display the favorites tab, part 1 2017-08-12 16:37:20 +02:00
radius
b14593081d start implementing subsystem 2017-07-21 19:06:06 -05:00
twinaphex
c2c2e0cdc9 Add title to User Interface -> Views 2017-06-20 02:07:05 +02:00
Twinaphex
3ff158b907 Merge pull request #4436 from fr500/lobby
Basic lobby system (don't merge, just for tracking)
2017-01-22 21:08:43 +01:00
twinaphex
96c8ca5a09 Header update #1 2017-01-22 13:40:32 +01:00
radius
95a2da81e4 start adding ui elements to insert room list into 2017-01-18 22:46:48 -05:00
Brad Parker
25353c31e3 add new hash strings, update JP translation 2016-12-23 01:20:41 -05:00
twinaphex
d7a082e005 Rename 'Select File' to 'Favorites' 2016-12-13 01:34:54 +01:00
twinaphex
9909669d01 Combine Load Content and Load Content (Detect Core) 2016-12-13 01:34:49 +01:00
twinaphex
5a2dfe9ded Revert "Combine Load Content and Load Content (Detect Core)"
This reverts commit 92ae2ab860df099c70b3ee3ab458aec80ac69ec5.
2016-12-12 17:19:19 +01:00
twinaphex
92ae2ab860 Combine Load Content and Load Content (Detect Core) 2016-12-12 16:20:43 +01:00
lasers
8366b26d36 Switch XMB Tabs (Music,Video) 2016-12-12 03:54:53 -06:00
Gregor Richards
0577749fae Netplay LAN scanning is go! (sort of) 2016-12-02 22:40:26 -05:00
twinaphex
6352b4a82e Dehardcode string 2016-11-26 01:43:37 +01:00
twinaphex
c14b6f6a82 Add more entries and cleanup code in menu_cbs_title.c 2016-11-26 01:39:24 +01:00
twinaphex
4c40de5f72 (menu_cbs_title.c) Dehardcode string 2016-11-25 18:48:50 +01:00
twinaphex
11e7103fbd Cleanups of labels 2016-11-25 18:45:47 +01:00
twinaphex
883d4abea0 Create macro for menu_cbs_title.c 2016-11-25 18:38:41 +01:00
twinaphex
e4482eed9f Cleanups 2016-11-23 16:11:32 +01:00
twinaphex
efba5dddf5 Cleanups 2016-11-23 15:58:52 +01:00
twinaphex
699a750ebc Cleanups 2016-11-23 15:53:06 +01:00
twinaphex
8231839cac (menu_cbs_title.c) Cleanups 2016-11-23 15:20:34 +01:00
twinaphex
bbf981c7ab Cleanups 2016-11-23 15:18:51 +01:00
twinaphex
e506a7cba9 Cleanups 2016-11-23 15:10:05 +01:00
twinaphex
cd43579d44 CLeanups 2016-11-23 15:01:52 +01:00
twinaphex
1a15f39931 Cleanups 2016-11-23 14:59:03 +01:00
twinaphex
42aea2081d (menu_cbs_title.c) Cleanups 2016-11-23 14:54:54 +01:00
twinaphex
4d538dea5c Add Onscreen Notifications list 2016-11-23 14:28:15 +01:00
Twinaphex
eb7bf1387a Revert "Improvs one at a time - Configurations" 2016-11-21 07:26:58 +01:00
lasers
67f1dc3859 Clean the Configuration mess some more 2016-11-20 02:08:08 -06:00
lasers
6265d1e90a Clean the Configuration mess 2016-11-18 13:45:10 -06:00
radius
486254f06d separate hardcore achievements 2016-11-05 16:55:57 -05:00
twinaphex
1a1b221ddd Create Configurations list 2016-11-04 15:03:09 +01:00
twinaphex
49479937d4 Reintroduce setting_get_type 2016-10-31 15:01:40 +01:00
twinaphex
c1b59df7ae Reduce size of char variables 2016-10-27 09:32:07 +02:00
twinaphex
4ec356d5c1 Remove duplicate function 2016-10-25 23:32:18 +02:00
twinaphex
594b36488b Get rid of more small and slow menu wrapper functions 2016-10-23 03:13:49 +02:00
twinaphex
2b4d87a983 Remove setting_get_type 2016-10-23 02:28:22 +02:00
twinaphex
81a7f7bf68 (menu/cbs) Avoid implicit memsets in performance-crucial areas 2016-10-08 18:23:10 +02:00
twinaphex
b3a7d2a7bb Fix Recording Settings 2016-10-08 15:05:31 +02:00
Gregor Richards
03c9dab93a Adding a netplay menu
In this first cut, Netplay can be enabled "mid-stream", but not much
else is supported. Client reconnection and either-side disconnection are
listed in the menu but don't yet do anything.
2016-09-29 13:04:38 -04:00