Rob Loach
fa75f47995
Fix includes of input_config
2017-08-30 23:14:27 -04:00
Rob Loach
d993bd3dcf
Remove input_config.h include
2017-08-30 23:10:12 -04:00
Rob Loach
40f4d805a8
Fix non-existent include of input_config.h
2017-08-30 23:01:12 -04:00
Higor Eurípedes
f521a32c00
(xmb) Don't animate more than needed when switching lists
2017-08-30 22:23:29 -03:00
twinaphex
e16371b8a5
Merge input_config.c and input_driver.c
2017-08-31 02:25:04 +02:00
twinaphex
0c5781ba8d
(input_config.c) Cleanups
2017-08-31 01:57:51 +02:00
Andre Leiradella
863fd7b18d
Merge branch 'master' of https://github.com/libretro/RetroArch
2017-08-30 23:14:44 +01:00
twinaphex
d8f27886ad
Reduce size of input driver ids to uint16_t - should be enough
2017-08-30 14:02:18 +02:00
Twinaphex
e215341d05
Merge pull request #5383 from heuripedes/master
...
(xmb) Make xmb_node_t smaller
2017-08-30 12:56:46 +02:00
Brad Parker
5e3531a5f2
win98: fix core video graphics corruption\nbitmapinfoheader size should never include masks, but this is undocumented
2017-08-30 00:48:02 -04:00
Higor Eurípedes
bd96c75bfe
(xmb) Make xmb_node_t smaller
...
Each xmb_node_t instance used over 4KiB of memory even when it didn't
need to. In big list like MAME (30+ thousand entries) RetroArch would
consume over 100MiB (4096 bytes * 30000) just to hold all xmb_node_t
instances.
2017-08-29 22:19:19 -03:00
Andre Leiradella
3010b8ab2e
Fixed Add/Sub source conditions
2017-08-26 12:53:10 +01:00
Andre Leiradella
7846f0312b
Conditions are true by default
2017-08-26 12:44:35 +01:00
Twinaphex
85e2a11845
Merge pull request #5376 from JesterIOS/patch-3
...
Update msg_hash_ru.h
2017-08-26 11:32:28 +02:00
Twinaphex
32b0bb6f7f
Merge pull request #5377 from rz5/patch-1
...
Update README.md
2017-08-26 11:32:21 +02:00
rz5
0a83c37272
Update README.md
...
Add images of all the menu drivers.
2017-08-26 10:26:18 +01:00
JesterIOS
17408b1b33
Fix Typo (now 90% translated)
2017-08-26 16:22:47 +07:00
twinaphex
aea3b0c632
Update CHANGES.md
2017-08-25 17:33:02 +02:00
Twinaphex
b4c8f4f9f5
Merge pull request #5371 from reztek/master
...
Update pt-br language files
2017-08-25 17:31:43 +02:00
Twinaphex
1aa07fe11a
Merge pull request #5372 from JesterIOS/patch-2
...
Added more translations in msg_hash_ru
2017-08-25 17:31:35 +02:00
Twinaphex
13b1dba540
Merge pull request #5373 from theheroGAC/patch-22
...
Update msg_hash_it.h
2017-08-25 17:31:29 +02:00
theheroGAC
8c05967d75
Update msg_hash_it.h
...
little update
2017-08-24 14:36:35 +02:00
JesterIOS
bb0b946fd1
Added more translations in msg_hash_ru
2017-08-24 18:00:27 +07:00
Adolfo Ketzer
7871d361b6
Add files via upload
2017-08-24 00:06:00 -03:00
Adolfo Ketzer
0454e72e49
Merge pull request #1 from libretro/master
...
Update master
2017-08-24 00:05:01 -03:00
Twinaphex
42017b6d08
Merge pull request #5370 from theheroGAC/patch-21
...
Update msg_hash_it.h
2017-08-23 18:53:25 +02:00
theheroGAC
b03c818ae6
Update msg_hash_it.h
2017-08-23 15:52:45 +02:00
Twinaphex
439b204370
Merge pull request #5369 from JesterIOS/patch-1
...
Update msg_hash_ru.h
2017-08-23 14:41:12 +02:00
JesterIOS
8a91fcb60c
Update msg_hash_ru.h
...
Add new translations & fixed old.
2017-08-23 19:35:22 +07:00
Twinaphex
b599ac2122
Update CHANGES.md
2017-08-23 13:37:32 +02:00
Twinaphex
a7159b6fb9
Merge pull request #5361 from theheroGAC/patch-20
...
Update other strings
2017-08-23 07:18:58 +02:00
Twinaphex
4e72be1bb6
Merge pull request #5362 from heuripedes/xmb-improv
...
Attempt at returning the perf improvement
2017-08-23 07:18:41 +02:00
Twinaphex
6e3f0fbc24
Merge pull request #5364 from heuripedes/glui-improv
...
Glui improvements
2017-08-23 07:18:20 +02:00
Brad Parker
9c49b693f3
rthreads: early return if thread was null (temporary fix for shutdown crash in win98)
2017-08-22 23:41:58 -04:00
Brad Parker
e3d68cd131
GDI: fix flickering of text
2017-08-22 23:39:42 -04:00
Higor Eurípedes
972e5c2368
(glui) Cache content height and bbox calculation
2017-08-22 23:37:14 -03:00
Higor Eurípedes
4ae39dab32
(glui) Skip querying and drawing items that are not visible
2017-08-22 23:15:33 -03:00
Higor Eurípedes
70b6f951d3
(xmb) Uncomment xmb_calculate_visible_range() call
...
I tested the other drivers quickly and the previous commit did not
affect them, so I'm enabling this again.
2017-08-22 22:00:14 -03:00
Higor Eurípedes
22ef8538b7
(menu) Don't set selection to 0 on when navigating horizontally
2017-08-22 21:59:43 -03:00
theheroGAC
3f36bfbfb4
Update msg_hash_it.h
2017-08-23 01:18:09 +02:00
theheroGAC
788620a5cd
Update msg_hash_it.h
2017-08-22 23:38:07 +02:00
Twinaphex
b2d9bad3a2
Update wgl_ctx.c
2017-08-22 17:44:40 +02:00
Twinaphex
a9eb27e079
Merge pull request #5359 from theheroGAC/patch-19
...
Update msg_hash_it.h
2017-08-22 14:17:33 +02:00
theheroGAC
7fbec9be75
Update msg_hash_it.h
2017-08-22 09:33:00 +02:00
theheroGAC
596c759982
Update msg_hash_it.h
2017-08-21 19:37:22 +02:00
theheroGAC
62afb605da
Update msg_hash_it.h
2017-08-21 17:39:32 +02:00
Twinaphex
19fa2756d5
Merge pull request #5358 from theheroGAC/patch-18
...
Updated Italian strings and fix more
2017-08-21 15:22:34 +02:00
theheroGAC
a6c59e4a84
fixed build
2017-08-21 12:00:03 +02:00
theheroGAC
1533bc0937
Update msg_hash_it.h
2017-08-21 11:26:24 +02:00
theheroGAC
6365177a20
Updated Italian strings and fix more
...
Updated Italian strings and fix more
2017-08-21 11:05:58 +02:00