* bug#31109: Retroarch: source tarball has wrong hash
@ 2018-04-09 8:44 Ludovic Courtès
2018-04-09 9:29 ` Rutger Helling
0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2018-04-09 8:44 UTC (permalink / raw)
To: 31109; +Cc: Rutger Helling
Hello,
I get:
--8<---------------cut here---------------start------------->8---
$ guix build /gnu/store/csv3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv
The following derivation will be built:
/gnu/store/csv3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv
@ build-started /gnu/store/csv3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv - i686-linux /var/log/guix/drvs/cs//v3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv.gz
Starting download of /gnu/store/pddz1nyw4rni60mqha4dp02rk4c9gv36-retroarch-1.7.1.tar.gz
From https://github.com/libretro/RetroArch/archive/v1.7.1.tar.gz...
following redirection to `https://codeload.github.com/libretro/RetroArch/tar.gz/v1.7.1'...
v1.7.1.tar.gz 19.6MiB 9.6MiB/s 00:02 [##################] 100.0%
sha256 hash mismatch for output path `/gnu/store/pddz1nyw4rni60mqha4dp02rk4c9gv36-retroarch-1.7.1.tar.gz'
expected: 0fdribjfc5zz9brzhqcxw6m76kvyg13l67aiigszv4wsjd5j3gpz
actual: 1wykv0w0kdlh7lh0k1ig0lpk5vh4c7r19jlfa9103jmjlryrq679
@ build-failed /gnu/store/csv3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv - 1 sha256 hash mismatch for output path `/gnu/store/pddz1nyw4rni60mqha4dp02rk4c9gv36-retroarch-1.7.1.tar.gz'
expected: 0fdribjfc5zz9brzhqcxw6m76kvyg13l67aiigszv4wsjd5j3gpz
actual: 1wykv0w0kdlh7lh0k1ig0lpk5vh4c7r19jlfa9103jmjlryrq679
--8<---------------cut here---------------end--------------->8---
Looking at
<https://hydra.gnu.org/job/gnu/master/retroarch-1.7.1.x86_64-linux>, it
seems that this package never built on Hydra.
Rutger, could you take a look and determine if it’s just a mistake or if
the GitHub-generated tarball changed?
TIA!
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#31109: Retroarch: source tarball has wrong hash
2018-04-09 8:44 bug#31109: Retroarch: source tarball has wrong hash Ludovic Courtès
@ 2018-04-09 9:29 ` Rutger Helling
2018-04-09 15:47 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Rutger Helling @ 2018-04-09 9:29 UTC (permalink / raw)
To: ludo; +Cc: 31109
[-- Attachment #1: Type: text/plain, Size: 1905 bytes --]
Hi Ludo,
The tarball changed. I ran a diff and couldn't find anything malicious
in the changes so I updated the checksum just now.
On 2018-04-09 10:44, ludo@gnu.org wrote:
> Hello,
>
> I get:
>
> --8<---------------cut here---------------start------------->8---
> $ guix build /gnu/store/csv3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv
> The following derivation will be built:
> /gnu/store/csv3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv
> @ build-started /gnu/store/csv3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv - i686-linux /var/log/guix/drvs/cs//v3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv.gz
>
> Starting download of /gnu/store/pddz1nyw4rni60mqha4dp02rk4c9gv36-retroarch-1.7.1.tar.gz
> From https://github.com/libretro/RetroArch/archive/v1.7.1.tar.gz...
> following redirection to `https://codeload.github.com/libretro/RetroArch/tar.gz/v1.7.1'...
> v1.7.1.tar.gz 19.6MiB 9.6MiB/s 00:02 [##################] 100.0%
> sha256 hash mismatch for output path `/gnu/store/pddz1nyw4rni60mqha4dp02rk4c9gv36-retroarch-1.7.1.tar.gz'
> expected: 0fdribjfc5zz9brzhqcxw6m76kvyg13l67aiigszv4wsjd5j3gpz
> actual: 1wykv0w0kdlh7lh0k1ig0lpk5vh4c7r19jlfa9103jmjlryrq679
> @ build-failed /gnu/store/csv3ibcqacvk1l6np1f6ch5f62gz1yw0-retroarch-1.7.1.tar.gz.drv - 1 sha256 hash mismatch for output path `/gnu/store/pddz1nyw4rni60mqha4dp02rk4c9gv36-retroarch-1.7.1.tar.gz'
> expected: 0fdribjfc5zz9brzhqcxw6m76kvyg13l67aiigszv4wsjd5j3gpz
> actual: 1wykv0w0kdlh7lh0k1ig0lpk5vh4c7r19jlfa9103jmjlryrq679
> --8<---------------cut here---------------end--------------->8---
>
> Looking at
> <https://hydra.gnu.org/job/gnu/master/retroarch-1.7.1.x86_64-linux>, it
> seems that this package never built on Hydra.
>
> Rutger, could you take a look and determine if it's just a mistake or if
> the GitHub-generated tarball changed?
>
> TIA!
>
> Ludo'.
[-- Attachment #2: Type: text/html, Size: 3030 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#31109: Retroarch: source tarball has wrong hash
2018-04-09 9:29 ` Rutger Helling
@ 2018-04-09 15:47 ` Ludovic Courtès
2018-04-09 16:35 ` Rutger Helling
0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2018-04-09 15:47 UTC (permalink / raw)
To: Rutger Helling; +Cc: 31109
Hello,
Rutger Helling <rhelling@mykolab.com> skribis:
> The tarball changed. I ran a diff and couldn't find anything malicious
> in the changes so I updated the checksum just now.
Out of curiosity, could you post the changes as reported by running
‘diff -ur --no-dereference’ on the extracted directories, or
‘diffoscope’? (The latter takes file metadata into account.)
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#31109: Retroarch: source tarball has wrong hash
2018-04-09 15:47 ` Ludovic Courtès
@ 2018-04-09 16:35 ` Rutger Helling
2018-04-09 20:19 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Rutger Helling @ 2018-04-09 16:35 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 31109
[-- Attachment #1.1: Type: text/plain, Size: 571 bytes --]
Here's what diffoscope gave me (old vs. new).
On Mon, 09 Apr 2018 17:47:15 +0200
ludo@gnu.org (Ludovic Courtès) wrote:
> Hello,
>
> Rutger Helling <rhelling@mykolab.com> skribis:
>
> > The tarball changed. I ran a diff and couldn't find anything
> > malicious in the changes so I updated the checksum just now.
>
> Out of curiosity, could you post the changes as reported by running
> ‘diff -ur --no-dereference’ on the extracted directories, or
> ‘diffoscope’? (The latter takes file metadata into account.)
>
> Thanks,
> Ludo’.
[-- Attachment #1.2: retroarch-diffoscope.txt --]
[-- Type: text/plain, Size: 1793601 bytes --]
--- /gnu/store/pddz1nyw4rni60mqha4dp02rk4c9gv36-retroarch-1.7.1.tar.gz
+++ /gnu/store/7lfhvy4kv65zx728j7lv4vlmy7cvl5c6-retroarch-1.7.1.tar.gz
â --- pddz1nyw4rni60mqha4dp02rk4c9gv36-retroarch-1.7.1.tar
âââ +++ 7lfhvy4kv65zx728j7lv4vlmy7cvl5c6-retroarch-1.7.1.tar
â âââ file list
â â @@ -1,5698 +1,5698 @@
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/
â â --rw-rw-r-- 0 root (0) root (0) 367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.editorconfig
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.github/
â â --rw-rw-r-- 0 root (0) root (0) 764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.github/ISSUE_TEMPLATE.md
â â --rw-rw-r-- 0 root (0) root (0) 741 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.github/PULL_REQUEST_TEMPLATE.md
â â --rw-rw-r-- 0 root (0) root (0) 2130 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.gitignore
â â --rw-rw-r-- 0 root (0) root (0) 203 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.project
â â --rw-rw-r-- 0 root (0) root (0) 1953 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.travis.yml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.vscode/
â â --rw-rw-r-- 0 root (0) root (0) 4391 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.vscode/c_cpp_properties.json
â â --rw-rw-r-- 0 root (0) root (0) 1513 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.vscode/launch.json
â â --rw-rw-r-- 0 root (0) root (0) 534 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.vscode/settings.json
â â --rw-rw-r-- 0 root (0) root (0) 2053 2018-02-18 01:12:15.000000 RetroArch-1.7.1/.vscode/tasks.json
â â --rw-rw-r-- 0 root (0) root (0) 20685 2018-02-18 01:12:15.000000 RetroArch-1.7.1/CHANGES.md
â â --rw-rw-r-- 0 root (0) root (0) 3483 2018-02-18 01:12:15.000000 RetroArch-1.7.1/CONTRIBUTING.md
â â --rw-rw-r-- 0 root (0) root (0) 35147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/COPYING
â â --rw-rw-r-- 0 root (0) root (0) 6648 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 48562 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.common
â â --rw-rw-r-- 0 root (0) root (0) 7078 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.ctr
â â --rw-rw-r-- 0 root (0) root (0) 5782 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.ctr.salamander
â â --rw-rw-r-- 0 root (0) root (0) 2628 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.emscripten
â â --rw-rw-r-- 0 root (0) root (0) 30938 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.griffin
â â --rw-rw-r-- 0 root (0) root (0) 11226 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.libogc
â â --rw-rw-r-- 0 root (0) root (0) 7173 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.msvc
â â --rw-rw-r-- 0 root (0) root (0) 1293 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.openpandora
â â --rw-rw-r-- 0 root (0) root (0) 1469 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.pandora
â â --rw-rw-r-- 0 root (0) root (0) 6670 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.ps3
â â --rw-rw-r-- 0 root (0) root (0) 6376 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.ps3.cobra
â â --rw-rw-r-- 0 root (0) root (0) 2947 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.ps3.salamander
â â --rw-rw-r-- 0 root (0) root (0) 3620 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.psl1ght
â â --rw-rw-r-- 0 root (0) root (0) 1512 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.psp1
â â --rw-rw-r-- 0 root (0) root (0) 1451 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.psp1.salamander
â â --rw-rw-r-- 0 root (0) root (0) 1828 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.switch
â â --rw-rw-r-- 0 root (0) root (0) 4199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.vita
â â --rw-rw-r-- 0 root (0) root (0) 2185 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.vita.salamander
â â --rw-rw-r-- 0 root (0) root (0) 3436 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.wii.salamander
â â --rw-rw-r-- 0 root (0) root (0) 9025 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.wiiu
â â --rw-rw-r-- 0 root (0) root (0) 3670 2018-02-18 01:12:15.000000 RetroArch-1.7.1/Makefile.win
â â --rw-rw-r-- 0 root (0) root (0) 1830 2018-02-18 01:12:15.000000 RetroArch-1.7.1/README-OMAP.md
â â --rw-rw-r-- 0 root (0) root (0) 5368 2018-02-18 01:12:15.000000 RetroArch-1.7.1/README-exynos.md
â â --rw-rw-r-- 0 root (0) root (0) 3395 2018-02-18 01:12:15.000000 RetroArch-1.7.1/README-mali_fbdev_r4p0.md
â â --rw-rw-r-- 0 root (0) root (0) 5380 2018-02-18 01:12:15.000000 RetroArch-1.7.1/README.md
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/
â â --rw-rw-r-- 0 root (0) root (0) 38064 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/audio_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 8409 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/audio_driver.h
â â --rw-rw-r-- 0 root (0) root (0) 7728 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/audio_thread_wrapper.c
â â --rw-rw-r-- 0 root (0) root (0) 1758 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/audio_thread_wrapper.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 10251 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/alsa.c
â â --rw-rw-r-- 0 root (0) root (0) 9830 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/alsa_qsa.c
â â --rw-rw-r-- 0 root (0) root (0) 11037 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/alsathread.c
â â --rw-rw-r-- 0 root (0) root (0) 12220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/coreaudio.c
â â --rw-rw-r-- 0 root (0) root (0) 8231 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/ctr_csnd_audio.c
â â --rw-rw-r-- 0 root (0) root (0) 5806 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/ctr_dsp_audio.c
â â --rw-rw-r-- 0 root (0) root (0) 11970 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/dsound.c
â â --rw-rw-r-- 0 root (0) root (0) 5443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/gx_audio.c
â â --rw-rw-r-- 0 root (0) root (0) 9462 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/jack.c
â â --rw-rw-r-- 0 root (0) root (0) 2130 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/nullaudio.c
â â --rw-rw-r-- 0 root (0) root (0) 5943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/openal.c
â â --rw-rw-r-- 0 root (0) root (0) 9286 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/opensl.c
â â --rw-rw-r-- 0 root (0) root (0) 4659 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/oss.c
â â --rw-rw-r-- 0 root (0) root (0) 6026 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/ps3_audio.c
â â --rw-rw-r-- 0 root (0) root (0) 7420 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/psp_audio.c
â â --rw-rw-r-- 0 root (0) root (0) 8709 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/pulse.c
â â --rw-rw-r-- 0 root (0) root (0) 3383 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/roar.c
â â --rw-rw-r-- 0 root (0) root (0) 5139 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/rsound.c
â â --rw-rw-r-- 0 root (0) root (0) 11962 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/rsound.h
â â --rw-rw-r-- 0 root (0) root (0) 2803 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/rwebaudio.c
â â --rw-rw-r-- 0 root (0) root (0) 6201 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/sdl_audio.c
â â --rw-rw-r-- 0 root (0) root (0) 8163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/switch_audio.c
â â --rw-rw-r-- 0 root (0) root (0) 75718 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/tinyalsa.c
â â --rw-rw-r-- 0 root (0) root (0) 34817 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/wasapi.c
â â --rw-rw-r-- 0 root (0) root (0) 9133 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/wiiu_audio.c
â â --rw-rw-r-- 0 root (0) root (0) 10361 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/xaudio.c
â â --rw-rw-r-- 0 root (0) root (0) 15472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/xaudio.h
â â --rw-rw-r-- 0 root (0) root (0) 3357 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers/xenon360_audio.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers_resampler/
â â --rw-rw-r-- 0 root (0) root (0) 17131 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers_resampler/cc_resampler.c
â â --rw-rw-r-- 0 root (0) root (0) 8723 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/drivers_resampler/cc_resampler_neon.S
â â --rw-rw-r-- 0 root (0) root (0) 45453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/audio/librsound.c
â â --rw-rw-r-- 0 root (0) root (0) 1152 2018-02-18 01:12:15.000000 RetroArch-1.7.1/autosave.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/gx/
â â --rw-rw-r-- 0 root (0) root (0) 8527 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/gx/ogc.ld
â â --rw-rw-r-- 0 root (0) root (0) 9163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/gx/rvl.ld
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/psp1/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/
â â --rw-rw-r-- 0 root (0) root (0) 607 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/kernel_functions.exp
â â --rw-rw-r-- 0 root (0) root (0) 309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/kernel_functions.h
â â --rw-rw-r-- 0 root (0) root (0) 1790 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/main.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/vita/
â â --rw-rw-r-- 0 root (0) root (0) 2706 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/vita/sbrk.c
â â --rw-rw-r-- 0 root (0) root (0) 5537 2018-02-18 01:12:15.000000 RetroArch-1.7.1/bootstrap/vita/threading.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/camera/
â â --rw-rw-r-- 0 root (0) root (0) 7244 2018-02-18 01:12:15.000000 RetroArch-1.7.1/camera/camera_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 3242 2018-02-18 01:12:15.000000 RetroArch-1.7.1/camera/camera_driver.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/camera/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 5955 2018-02-18 01:12:15.000000 RetroArch-1.7.1/camera/drivers/android.c
â â --rw-rw-r-- 0 root (0) root (0) 1536 2018-02-18 01:12:15.000000 RetroArch-1.7.1/camera/drivers/nullcamera.c
â â --rw-rw-r-- 0 root (0) root (0) 1892 2018-02-18 01:12:15.000000 RetroArch-1.7.1/camera/drivers/rwebcam.c
â â --rw-rw-r-- 0 root (0) root (0) 10455 2018-02-18 01:12:15.000000 RetroArch-1.7.1/camera/drivers/video4linux2.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/
â â --rw-rw-r-- 0 root (0) root (0) 1492 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/badges.c
â â --rw-rw-r-- 0 root (0) root (0) 699 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/badges.h
â â --rw-rw-r-- 0 root (0) root (0) 105814 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/cheevos.c
â â --rw-rw-r-- 0 root (0) root (0) 4176 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/cheevos.h
â â --rw-rw-r-- 0 root (0) root (0) 4160 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/cond.c
â â --rw-rw-r-- 0 root (0) root (0) 1852 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/cond.h
â â --rw-rw-r-- 0 root (0) root (0) 1677 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/coro.h
â â --rw-rw-r-- 0 root (0) root (0) 12058 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/var.c
â â --rw-rw-r-- 0 root (0) root (0) 2205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cheevos/var.h
â â --rw-rw-r-- 0 root (0) root (0) 81397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/command.c
â â --rw-rw-r-- 0 root (0) root (0) 8389 2018-02-18 01:12:15.000000 RetroArch-1.7.1/command.h
â â --rw-rw-r-- 0 root (0) root (0) 24334 2018-02-18 01:12:15.000000 RetroArch-1.7.1/config.def.h
â â --rw-rw-r-- 0 root (0) root (0) 26283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/config.def.keybinds.h
â â --rw-rw-r-- 0 root (0) root (0) 6629 2018-02-18 01:12:15.000000 RetroArch-1.7.1/config.features.h
â â --rw-rw-r-- 0 root (0) root (0) 160830 2018-02-18 01:12:15.000000 RetroArch-1.7.1/configuration.c
â â --rw-rw-r-- 0 root (0) root (0) 18218 2018-02-18 01:12:15.000000 RetroArch-1.7.1/configuration.h
â â --rwxrwxr-x 0 root (0) root (0) 134 2018-02-18 01:12:15.000000 RetroArch-1.7.1/configure
â â --rw-rw-r-- 0 root (0) root (0) 3302 2018-02-18 01:12:15.000000 RetroArch-1.7.1/content.h
â â --rw-rw-r-- 0 root (0) root (0) 5647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/core.h
â â --rw-rw-r-- 0 root (0) root (0) 11700 2018-02-18 01:12:15.000000 RetroArch-1.7.1/core_impl.c
â â --rw-rw-r-- 0 root (0) root (0) 25034 2018-02-18 01:12:15.000000 RetroArch-1.7.1/core_info.c
â â --rw-rw-r-- 0 root (0) root (0) 3545 2018-02-18 01:12:15.000000 RetroArch-1.7.1/core_info.h
â â --rw-rw-r-- 0 root (0) root (0) 962 2018-02-18 01:12:15.000000 RetroArch-1.7.1/core_type.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/
â â --rw-rw-r-- 0 root (0) root (0) 4592 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/dynamic_dummy.c
â â --rw-rw-r-- 0 root (0) root (0) 9975 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/internal_cores.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/
â â --rw-rw-r-- 0 root (0) root (0) 4607 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 4961 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/Makefile.common
â â --rw-rw-r-- 0 root (0) root (0) 64536 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/Makefile.ffmpeg
â â --rw-rw-r-- 0 root (0) root (0) 46183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/ffmpeg_core.c
â â --rw-rw-r-- 0 root (0) root (0) 22675 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/ffmpeg_fft.c
â â --rw-rw-r-- 0 root (0) root (0) 512 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/ffmpeg_fft.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/
â â --rw-rw-r-- 0 root (0) root (0) 373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/ffmpeg.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 256 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/ffmpeg.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 374 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/ffmpeg_es.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 742 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_fragment_program_blur.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 1168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_fragment_program_complex.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 1479 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_fragment_program_real.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 781 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_fragment_program_resolve.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 547 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_heightmap.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 1316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_heightmap.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 369 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_vertex_program.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 329 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/shaders_common.h
â â --rw-rw-r-- 0 root (0) root (0) 31 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/internal_cores.h
â â --rw-rw-r-- 0 root (0) root (0) 39 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/link.T
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-imageviewer/
â â --rw-rw-r-- 0 root (0) root (0) 1063 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-imageviewer/LICENSE
â â --rw-rw-r-- 0 root (0) root (0) 588 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-imageviewer/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 11601 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-imageviewer/image_core.c
â â --rw-rw-r-- 0 root (0) root (0) 31 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-imageviewer/internal_cores.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-mpv/
â â --rw-rw-r-- 0 root (0) root (0) 35147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-mpv/LICENSE
â â --rw-rw-r-- 0 root (0) root (0) 3782 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-mpv/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-mpv/README.md
â â --rw-rw-r-- 0 root (0) root (0) 38 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-mpv/link.T
â â --rw-rw-r-- 0 root (0) root (0) 15633 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-mpv/mpv-libretro.c
â â --rw-rw-r-- 0 root (0) root (0) 77 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-mpv/version.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/
â â --rw-rw-r-- 0 root (0) root (0) 3327 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 31 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/internal_cores.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/jni/
â â --rw-rw-r-- 0 root (0) root (0) 450 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/jni/Android.mk
â â --rw-rw-r-- 0 root (0) root (0) 15 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/jni/Application.mk
â â --rw-rw-r-- 0 root (0) root (0) 39 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/link.T
â â --rw-rw-r-- 0 root (0) root (0) 15994 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/net_retropad_core.c
â â --rw-rw-r-- 0 root (0) root (0) 12561 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-net-retropad/remotepad.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-video-processor/
â â --rw-rw-r-- 0 root (0) root (0) 1319 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-video-processor/LICENSE
â â --rw-rw-r-- 0 root (0) root (0) 3342 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-video-processor/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 343 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-video-processor/README.md
â â --rw-rw-r-- 0 root (0) root (0) 31 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-video-processor/internal_cores.h
â â --rw-rw-r-- 0 root (0) root (0) 39 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-video-processor/link.T
â â --rw-rw-r-- 0 root (0) root (0) 20173 2018-02-18 01:12:15.000000 RetroArch-1.7.1/cores/libretro-video-processor/video_processor_v4l2.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/
â â --rw-rw-r-- 0 root (0) root (0) 172 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/3dsx_custom.specs
â â --rw-rw-r-- 0 root (0) root (0) 2333 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/3dsx_custom_crt0.s
â â --rw-rw-r-- 0 root (0) root (0) 891 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/ctr_debug.h
â â --rw-rw-r-- 0 root (0) root (0) 5523 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/ctr_linear.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/ctr_memory.c
â â --rw-rw-r-- 0 root (0) root (0) 15291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/ctr_svchax.c
â â --rw-rw-r-- 0 root (0) root (0) 7217 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/ctr_system.c
â â --rw-rw-r-- 0 root (0) root (0) 10413 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/gpu_old.c
â â --rw-rw-r-- 0 root (0) root (0) 8099 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ctr/gpu_old.h
â â --rw-rw-r-- 0 root (0) root (0) 17680 2018-02-18 01:12:15.000000 RetroArch-1.7.1/database_info.c
â â --rw-rw-r-- 0 root (0) root (0) 3987 2018-02-18 01:12:15.000000 RetroArch-1.7.1/database_info.h
â â --rw-rw-r-- 0 root (0) root (0) 2688 2018-02-18 01:12:15.000000 RetroArch-1.7.1/defaults.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/defines/
â â --rw-rw-r-- 0 root (0) root (0) 2934 2018-02-18 01:12:15.000000 RetroArch-1.7.1/defines/d3d_defines.h
â â --rw-rw-r-- 0 root (0) root (0) 3087 2018-02-18 01:12:15.000000 RetroArch-1.7.1/defines/gx_defines.h
â â --rw-rw-r-- 0 root (0) root (0) 22182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/defines/ps3_defines.h
â â --rw-rw-r-- 0 root (0) root (0) 4457 2018-02-18 01:12:15.000000 RetroArch-1.7.1/defines/psp_defines.h
â â --rw-rw-r-- 0 root (0) root (0) 819 2018-02-18 01:12:15.000000 RetroArch-1.7.1/defines/xdk_defines.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/
â â --rw-rw-r-- 0 root (0) root (0) 4878 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7z.h
â â --rw-rw-r-- 0 root (0) root (0) 555 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zBuf.c
â â --rw-rw-r-- 0 root (0) root (0) 387 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zBuf.h
â â --rw-rw-r-- 0 root (0) root (0) 1832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zCrc.c
â â --rw-rw-r-- 0 root (0) root (0) 662 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zCrc.h
â â --rw-rw-r-- 0 root (0) root (0) 1197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zCrcOpt.c
â â --rw-rw-r-- 0 root (0) root (0) 10168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zDec.c
â â --rw-rw-r-- 0 root (0) root (0) 6834 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zFile.c
â â --rw-rw-r-- 0 root (0) root (0) 1541 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zFile.h
â â --rw-rw-r-- 0 root (0) root (0) 37466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zIn.c
â â --rw-rw-r-- 0 root (0) root (0) 4241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zStream.c
â â --rw-rw-r-- 0 root (0) root (0) 4015 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zTypes.h
â â --rw-rw-r-- 0 root (0) root (0) 254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/7zVersion.h
â â --rw-rw-r-- 0 root (0) root (0) 3671 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/Bcj2.c
â â --rw-rw-r-- 0 root (0) root (0) 729 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/Bcj2.h
â â --rw-rw-r-- 0 root (0) root (0) 3532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/Bra.c
â â --rw-rw-r-- 0 root (0) root (0) 1854 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/Bra.h
â â --rw-rw-r-- 0 root (0) root (0) 2474 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/Bra86.c
â â --rw-rw-r-- 0 root (0) root (0) 1588 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/CpuArch.h
â â --rw-rw-r-- 0 root (0) root (0) 20040 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/LzFind.c
â â --rw-rw-r-- 0 root (0) root (0) 3479 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/LzFind.h
â â --rw-rw-r-- 0 root (0) root (0) 1696 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/LzHash.h
â â --rw-rw-r-- 0 root (0) root (0) 10612 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/Lzma2Dec.c
â â --rw-rw-r-- 0 root (0) root (0) 2260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/Lzma2Dec.h
â â --rw-rw-r-- 0 root (0) root (0) 31069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/LzmaDec.c
â â --rw-rw-r-- 0 root (0) root (0) 6801 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/LzmaDec.h
â â --rw-rw-r-- 0 root (0) root (0) 62785 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/LzmaEnc.c
â â --rw-rw-r-- 0 root (0) root (0) 3147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/7zip/LzmaEnc.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/
â â --rwxrwxr-x 0 root (0) root (0) 5959 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/.clang-format
â â --rw-rw-r-- 0 root (0) root (0) 147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/.gitignore
â â --rw-rw-r-- 0 root (0) root (0) 1207 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/.travis.yml
â â --rw-rw-r-- 0 root (0) root (0) 5991 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 4127 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/GLSL.std.450.h
â â --rw-rw-r-- 0 root (0) root (0) 11358 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/LICENSE
â â --rw-rw-r-- 0 root (0) root (0) 817 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 14223 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/README.md
â â --rwxrwxr-x 0 root (0) root (0) 1412 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/checkout_glslang_spirv_tools.sh
â â --rwxrwxr-x 0 root (0) root (0) 184 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/format_all.sh
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/
â â --rw-rw-r-- 0 root (0) root (0) 1819 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/barrier.hpp
â â --rw-rw-r-- 0 root (0) root (0) 3434 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/external_interface.h
â â --rw-rw-r-- 0 root (0) root (0) 1422 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/image.hpp
â â --rw-rw-r-- 0 root (0) root (0) 13149 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/internal_interface.hpp
â â --rw-rw-r-- 0 root (0) root (0) 2484 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/sampler.hpp
â â --rw-rw-r-- 0 root (0) root (0) 2042 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/thread_group.hpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/jni/
â â --rw-rw-r-- 0 root (0) root (0) 355 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/jni/Android.mk
â â --rw-rw-r-- 0 root (0) root (0) 45 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/jni/Application.mk
â â --rw-rw-r-- 0 root (0) root (0) 26915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/main.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/msvc/
â â --rw-rw-r-- 0 root (0) root (0) 1321 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/msvc/SPIRV-Cross.sln
â â --rw-rw-r-- 0 root (0) root (0) 7158 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/msvc/SPIRV-Cross.vcxproj
â â --rw-rw-r-- 0 root (0) root (0) 2416 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/msvc/SPIRV-Cross.vcxproj.filters
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/comp/specialization-constant-workgroup.nofxc.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 582 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/comp/storage-buffer-basic.nofxc.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 381 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 686 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/frag/unreachable.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 55 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 617 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/
â â --rw-rw-r-- 0 root (0) root (0) 596 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/access-chains.comp
â â --rw-rw-r-- 0 root (0) root (0) 349 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/address-buffers.comp
â â --rw-rw-r-- 0 root (0) root (0) 2423 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 599 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 3744 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 77 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/builtins.comp
â â --rw-rw-r-- 0 root (0) root (0) 2974 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 4201 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/rwbuffer-matrix.comp
â â --rw-rw-r-- 0 root (0) root (0) 845 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 77 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/ssbo-array.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/
â â --rw-rw-r-- 0 root (0) root (0) 630 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 473 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/bit-conversions.frag
â â --rw-rw-r-- 0 root (0) root (0) 558 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/boolean-mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 694 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/builtins.frag
â â --rw-rw-r-- 0 root (0) root (0) 613 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/bvec-operations.frag
â â --rw-rw-r-- 0 root (0) root (0) 640 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/combined-texture-sampler-parameter.frag
â â --rw-rw-r-- 0 root (0) root (0) 492 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/combined-texture-sampler-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 777 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/constant-buffer-array.sm51.frag
â â --rw-rw-r-- 0 root (0) root (0) 831 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 75 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/early-fragment-test.frag
â â --rw-rw-r-- 0 root (0) root (0) 915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/fp16-packing.frag
â â --rw-rw-r-- 0 root (0) root (0) 630 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/image-query-selective.frag
â â --rw-rw-r-- 0 root (0) root (0) 55 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/image-query.frag
â â --rw-rw-r-- 0 root (0) root (0) 446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/io-block.frag
â â --rw-rw-r-- 0 root (0) root (0) 441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/matrix-input.frag
â â --rw-rw-r-- 0 root (0) root (0) 1243 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/mod.frag
â â --rw-rw-r-- 0 root (0) root (0) 552 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/mrt.frag
â â --rw-rw-r-- 0 root (0) root (0) 55 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/no-return.frag
â â --rw-rw-r-- 0 root (0) root (0) 202 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/no-return2.frag
â â --rw-rw-r-- 0 root (0) root (0) 96 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/partial-write-preserve.frag
â â --rw-rw-r-- 0 root (0) root (0) 643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/query-lod.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 846 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/resources.frag
â â --rw-rw-r-- 0 root (0) root (0) 2228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/sample-cmp-level-zero.frag
â â --rw-rw-r-- 0 root (0) root (0) 912 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/sampler-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 590 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/spec-constant.frag
â â --rw-rw-r-- 0 root (0) root (0) 862 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/swizzle-scalar.frag
â â --rw-rw-r-- 0 root (0) root (0) 4617 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/tex-sampling.frag
â â --rw-rw-r-- 0 root (0) root (0) 2021 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/texture-proj-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 604 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/texture-size-combined-image-sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 513 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/unary-enclose.frag
â â --rw-rw-r-- 0 root (0) root (0) 3204 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/unorm-snorm-packing.frag
â â --rw-rw-r-- 0 root (0) root (0) 602 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/various-glsl-ops.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/
â â --rw-rw-r-- 0 root (0) root (0) 737 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/basic.vert
â â --rw-rw-r-- 0 root (0) root (0) 647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/instancing.vert
â â --rw-rw-r-- 0 root (0) root (0) 1711 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/locations.vert
â â --rw-rw-r-- 0 root (0) root (0) 703 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/matrix-attribute.vert
â â --rw-rw-r-- 0 root (0) root (0) 519 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/matrix-output.vert
â â --rw-rw-r-- 0 root (0) root (0) 301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/no-input.vert
â â --rw-rw-r-- 0 root (0) root (0) 354 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/point-size-compat.vert
â â --rw-rw-r-- 0 root (0) root (0) 1197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/qualifiers.vert
â â --rw-rw-r-- 0 root (0) root (0) 511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/sampler-buffers.vert
â â --rw-rw-r-- 0 root (0) root (0) 684 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/struct-composite-decl.vert
â â --rw-rw-r-- 0 root (0) root (0) 398 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/texture_buffer.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 522 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/bitcast_iadd.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 567 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/bitcast_sar.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 559 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/bitcast_sdiv.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/bitcast_slr.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 522 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/multiple-entry.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 405 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/quantize.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 467 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 616 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/storage-buffer-basic.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/default-member-names.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 9049 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/inliner-dominator-inside-loop.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 268 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/op-constant-null.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/phi-loop-variable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 609 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/undef-variable-store.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 568 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/unreachable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 9601 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 97 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/vert/empty-struct-composite.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/
â â --rw-rw-r-- 0 root (0) root (0) 2121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 1704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/bake_gradient.comp
â â --rw-rw-r-- 0 root (0) root (0) 614 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/basic.comp
â â --rw-rw-r-- 0 root (0) root (0) 1087 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 382 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/builtins.comp
â â --rw-rw-r-- 0 root (0) root (0) 97 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/cfg-preserve-parameter.comp
â â --rw-rw-r-- 0 root (0) root (0) 193 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/coherent-block.comp
â â --rw-rw-r-- 0 root (0) root (0) 245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/coherent-image.comp
â â --rw-rw-r-- 0 root (0) root (0) 734 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/culling.comp
â â --rw-rw-r-- 0 root (0) root (0) 452 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/defer-parens.comp
â â --rw-rw-r-- 0 root (0) root (0) 667 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/dowhile.comp
â â --rw-rw-r-- 0 root (0) root (0) 145 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/functions.comp
â â --rw-rw-r-- 0 root (0) root (0) 649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp
â â --rw-rw-r-- 0 root (0) root (0) 649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/global-invocation-id.comp
â â --rw-rw-r-- 0 root (0) root (0) 420 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 514 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/insert.comp
â â --rw-rw-r-- 0 root (0) root (0) 653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/local-invocation-id.comp
â â --rw-rw-r-- 0 root (0) root (0) 654 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/local-invocation-index.comp
â â --rw-rw-r-- 0 root (0) root (0) 1783 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/loop.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 326 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/mat3.comp
â â --rw-rw-r-- 0 root (0) root (0) 1008 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/mod.comp
â â --rw-rw-r-- 0 root (0) root (0) 428 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/modf.comp
â â --rw-rw-r-- 0 root (0) root (0) 437 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/read-write-only.comp
â â --rw-rw-r-- 0 root (0) root (0) 668 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/return.comp
â â --rw-rw-r-- 0 root (0) root (0) 394 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/rmw-opt.comp
â â --rw-rw-r-- 0 root (0) root (0) 767 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/shared-array-of-arrays.comp
â â --rw-rw-r-- 0 root (0) root (0) 669 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 455 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/struct-layout.comp
â â --rw-rw-r-- 0 root (0) root (0) 2228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/struct-packing.comp
â â --rw-rw-r-- 0 root (0) root (0) 1373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/torture-loop.comp
â â --rw-rw-r-- 0 root (0) root (0) 537 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/type-alias.comp
â â --rw-rw-r-- 0 root (0) root (0) 381 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/udiv.comp
â â --rw-rw-r-- 0 root (0) root (0) 539 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/writable-ssbo.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/frag/
â â --rw-rw-r-- 0 root (0) root (0) 479 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/frag/image-ms.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/frag/query-levels.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/vert/
â â --rw-rw-r-- 0 root (0) root (0) 502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/vert/basic.desktop.sso.vert
â â --rw-rw-r-- 0 root (0) root (0) 453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/
â â --rw-rw-r-- 0 root (0) root (0) 502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/basic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 413 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/multiindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 577 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/push-constant.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 469 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 786 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/struct.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 1000 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/swizzle.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 541 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/types.flatten.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/
â â --rw-rw-r-- 0 root (0) root (0) 453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 850 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/bitcasting.frag
â â --rw-rw-r-- 0 root (0) root (0) 430 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/builtins.frag
â â --rw-rw-r-- 0 root (0) root (0) 487 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/composite-extract-forced-temporary.frag
â â --rw-rw-r-- 0 root (0) root (0) 707 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/constant-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 522 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/false-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 271 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/flush_params.frag
â â --rw-rw-r-- 0 root (0) root (0) 1018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/for-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 399 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/in_block.frag
â â --rw-rw-r-- 0 root (0) root (0) 405 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/in_block_assign.noopt.frag
â â --rw-rw-r-- 0 root (0) root (0) 935 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 625 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/pls.frag
â â --rw-rw-r-- 0 root (0) root (0) 502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/sampler-ms.frag
â â --rw-rw-r-- 0 root (0) root (0) 453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 331 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/separate-image-sampler-argument.frag
â â --rw-rw-r-- 0 root (0) root (0) 874 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 1086 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/texture-proj-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/ubo_layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 312 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/unary-enclose.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/legacy/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/legacy/vert/
â â --rw-rw-r-- 0 root (0) root (0) 611 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/legacy/vert/transpose.legacy.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/
â â --rw-rw-r-- 0 root (0) root (0) 502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/basic.vert
â â --rw-rw-r-- 0 root (0) root (0) 872 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/copy.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 866 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/dynamic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 4446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/functions.vert
â â --rw-rw-r-- 0 root (0) root (0) 651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/out_block.vert
â â --rw-rw-r-- 0 root (0) root (0) 592 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/pointsize.vert
â â --rw-rw-r-- 0 root (0) root (0) 356 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/texture_buffer.vert
â â --rw-rw-r-- 0 root (0) root (0) 738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/ubo.alignment.vert
â â --rw-rw-r-- 0 root (0) root (0) 500 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/ubo.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/frag/
â â --rw-rw-r-- 0 root (0) root (0) 453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/frag/push-constant.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/frag/spec-constant.vk.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/vert/
â â --rw-rw-r-- 0 root (0) root (0) 367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/
â â --rw-rw-r-- 0 root (0) root (0) 209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag
â â --rw-rw-r-- 0 root (0) root (0) 249 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 376 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/fs.invalid.frag
â â --rw-rw-r-- 0 root (0) root (0) 142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/gcn_shader.comp
â â --rw-rw-r-- 0 root (0) root (0) 606 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/shader_ballot.comp
â â --rw-rw-r-- 0 root (0) root (0) 320 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/shader_ballot_nonuniform_invocations.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 97 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/shader_group_vote.comp
â â --rw-rw-r-- 0 root (0) root (0) 97 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/shader_trinary_minmax.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_iadd.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 779 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_iequal.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 589 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_sar.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 581 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_sdiv.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 589 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_slr.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 99 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/logical.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/multiple-entry.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 496 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/name-alias.asm.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/quantize.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 179 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/specialization-constant-workgroup.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 312 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/storage-buffer-basic.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 233 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 370 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/default-member-names.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 401 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 458 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 8563 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/inliner-dominator-inside-loop.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 174 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/invalidation.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 1300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 1055 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/loop-header-to-continue.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/multi-for-loop-init.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 184 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/op-constant-null.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 83 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/phi-loop-variable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 299 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 391 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/temporary-phi-hoisting.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 436 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/undef-variable-store.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/unreachable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 9520 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/vector-shuffle-oom.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 1830 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/tesc/tess-fixed-input-array-builtin-array.asm.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 180 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/vert/empty-io.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 31 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/vert/empty-struct-composite.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 270 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/vert/global-builtin.sso.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/
â â --rw-rw-r-- 0 root (0) root (0) 1889 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 1448 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/bake_gradient.comp
â â --rw-rw-r-- 0 root (0) root (0) 578 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 543 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/basic.comp
â â --rw-rw-r-- 0 root (0) root (0) 491 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 388 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/casts.comp
â â --rw-rw-r-- 0 root (0) root (0) 99 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/cfg-preserve-parameter.comp
â â --rw-rw-r-- 0 root (0) root (0) 826 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/cfg.comp
â â --rw-rw-r-- 0 root (0) root (0) 221 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/coherent-block.comp
â â --rw-rw-r-- 0 root (0) root (0) 327 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/coherent-image.comp
â â --rw-rw-r-- 0 root (0) root (0) 548 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/composite-construct.comp
â â --rw-rw-r-- 0 root (0) root (0) 493 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/culling.comp
â â --rw-rw-r-- 0 root (0) root (0) 438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/defer-parens.comp
â â --rw-rw-r-- 0 root (0) root (0) 622 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/dowhile.comp
â â --rw-rw-r-- 0 root (0) root (0) 1619 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/generate_height.comp
â â --rw-rw-r-- 0 root (0) root (0) 378 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 1300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/inout-struct.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 444 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/insert.comp
â â --rw-rw-r-- 0 root (0) root (0) 1734 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/loop.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 267 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/mat3.comp
â â --rw-rw-r-- 0 root (0) root (0) 729 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/mod.comp
â â --rw-rw-r-- 0 root (0) root (0) 383 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/modf.comp
â â --rw-rw-r-- 0 root (0) root (0) 463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/read-write-only.comp
â â --rw-rw-r-- 0 root (0) root (0) 601 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/return.comp
â â --rw-rw-r-- 0 root (0) root (0) 398 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/rmw-opt.comp
â â --rw-rw-r-- 0 root (0) root (0) 497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 256 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/ssbo-array.comp
â â --rw-rw-r-- 0 root (0) root (0) 414 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/struct-layout.comp
â â --rw-rw-r-- 0 root (0) root (0) 2419 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/struct-packing.comp
â â --rw-rw-r-- 0 root (0) root (0) 1304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/torture-loop.comp
â â --rw-rw-r-- 0 root (0) root (0) 472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/type-alias.comp
â â --rw-rw-r-- 0 root (0) root (0) 325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/udiv.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/
â â --rw-rw-r-- 0 root (0) root (0) 727 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/enhanced-layouts.comp
â â --rw-rw-r-- 0 root (0) root (0) 1212 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/fp64.desktop.comp
â â --rw-rw-r-- 0 root (0) root (0) 96 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp
â â --rw-rw-r-- 0 root (0) root (0) 1106 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/int64.desktop.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/
â â --rw-rw-r-- 0 root (0) root (0) 294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 334 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/image-ms.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/image-query.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/in-block-qualifiers.frag
â â --rw-rw-r-- 0 root (0) root (0) 181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/query-levels.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 221 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/query-lod.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/sampler-ms-query.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 835 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/geom/
â â --rw-rw-r-- 0 root (0) root (0) 704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/geom/basic.desktop.sso.geom
â â --rw-rw-r-- 0 root (0) root (0) 125 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/geom/viewport-index.desktop.geom
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/tesc/basic.desktop.sso.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/tese/
â â --rw-rw-r-- 0 root (0) root (0) 343 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/tese/triangle.desktop.sso.tese
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/vert/
â â --rw-rw-r-- 0 root (0) root (0) 305 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/vert/basic.desktop.sso.vert
â â --rw-rw-r-- 0 root (0) root (0) 181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/vert/clip-cull-distance.desktop.vert
â â --rw-rw-r-- 0 root (0) root (0) 439 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/vert/out-block-qualifiers.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/
â â --rw-rw-r-- 0 root (0) root (0) 221 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/array.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/basic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 689 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/copy.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 575 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/dynamic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 460 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/matrixindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 818 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/multi-dimensional.desktop.flatten_dim.frag
â â --rw-rw-r-- 0 root (0) root (0) 151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/multiindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/push-constant.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 214 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/struct.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/struct.rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 518 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/swizzle.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 313 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/types.flatten.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/
â â --rw-rw-r-- 0 root (0) root (0) 293 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 318 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/composite-extract-forced-temporary.frag
â â --rw-rw-r-- 0 root (0) root (0) 615 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/constant-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 425 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 265 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/eliminate-dead-variables.frag
â â --rw-rw-r-- 0 root (0) root (0) 441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/false-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/flush_params.frag
â â --rw-rw-r-- 0 root (0) root (0) 915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/for-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 578 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/frexp-modf.frag
â â --rw-rw-r-- 0 root (0) root (0) 1239 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/ground.frag
â â --rw-rw-r-- 0 root (0) root (0) 556 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/image-load-store-uint-coord.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 461 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/partial-write-preserve.frag
â â --rw-rw-r-- 0 root (0) root (0) 497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/pls.frag
â â --rw-rw-r-- 0 root (0) root (0) 291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sample-parameter.frag
â â --rw-rw-r-- 0 root (0) root (0) 480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sampler-ms-query.frag
â â --rw-rw-r-- 0 root (0) root (0) 364 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sampler-ms.frag
â â --rw-rw-r-- 0 root (0) root (0) 301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sampler-proj.frag
â â --rw-rw-r-- 0 root (0) root (0) 293 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 630 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 264 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/temporary.frag
â â --rw-rw-r-- 0 root (0) root (0) 352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/ubo_layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/unary-enclose.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/
â â --rw-rw-r-- 0 root (0) root (0) 654 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/basic.geom
â â --rw-rw-r-- 0 root (0) root (0) 534 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/lines-adjacency.geom
â â --rw-rw-r-- 0 root (0) root (0) 437 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/lines.geom
â â --rw-rw-r-- 0 root (0) root (0) 521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/points.geom
â â --rw-rw-r-- 0 root (0) root (0) 532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/single-invocation.geom
â â --rw-rw-r-- 0 root (0) root (0) 542 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/triangles-adjacency.geom
â â --rw-rw-r-- 0 root (0) root (0) 532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/triangles.geom
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/fragment/
â â --rw-rw-r-- 0 root (0) root (0) 266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/fragment/explicit-lod.legacy.frag
â â --rw-rw-r-- 0 root (0) root (0) 183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/fragment/io-blocks.legacy.frag
â â --rw-rw-r-- 0 root (0) root (0) 345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/fragment/struct-varying.legacy.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/
â â --rw-rw-r-- 0 root (0) root (0) 159 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/implicit-lod.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 193 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/io-block.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 469 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/struct-varying.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 339 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/transpose.legacy.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tesc/basic.tesc
â â --rw-rw-r-- 0 root (0) root (0) 4474 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tesc/water_tess.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/
â â --rw-rw-r-- 0 root (0) root (0) 163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/ccw.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/cw.tese
â â --rw-rw-r-- 0 root (0) root (0) 152 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/equal.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/fractional_even.tese
â â --rw-rw-r-- 0 root (0) root (0) 161 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/fractional_odd.tese
â â --rw-rw-r-- 0 root (0) root (0) 169 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/line.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/triangle.tese
â â --rw-rw-r-- 0 root (0) root (0) 1341 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/water_tess.tese
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/
â â --rw-rw-r-- 0 root (0) root (0) 263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/basic.vert
â â --rw-rw-r-- 0 root (0) root (0) 2612 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/ground.vert
â â --rw-rw-r-- 0 root (0) root (0) 3212 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/ocean.vert
â â --rw-rw-r-- 0 root (0) root (0) 271 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/texture_buffer.vert
â â --rw-rw-r-- 0 root (0) root (0) 274 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/ubo.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/
â â --rw-rw-r-- 0 root (0) root (0) 401 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 458 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 1013 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/desktop-mediump.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/desktop-mediump.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 356 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/input-attachment-ms.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/input-attachment-ms.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 354 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/input-attachment.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 382 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/input-attachment.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 303 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/push-constant.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/push-constant.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 975 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/separate-sampler-texture.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 1000 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/separate-sampler-texture.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 321 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/spec-constant.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 490 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/spec-constant.vk.frag.vk
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/
â â --rw-rw-r-- 0 root (0) root (0) 234 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/multiview.nocompat.vk.vert
â â --rw-rw-r-- 0 root (0) root (0) 241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/multiview.nocompat.vk.vert.vk
â â --rw-rw-r-- 0 root (0) root (0) 183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/vulkan-vertex.vk.vert
â â --rw-rw-r-- 0 root (0) root (0) 121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/vulkan-vertex.vk.vert.vk
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/comp/specialization-constant-workgroup.nofxc.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 620 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/comp/storage-buffer-basic.nofxc.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 439 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 708 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/frag/unreachable.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 55 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 617 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/
â â --rw-rw-r-- 0 root (0) root (0) 596 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/access-chains.comp
â â --rw-rw-r-- 0 root (0) root (0) 349 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/address-buffers.comp
â â --rw-rw-r-- 0 root (0) root (0) 2423 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 1168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 3744 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 991 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/builtins.comp
â â --rw-rw-r-- 0 root (0) root (0) 3157 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 5790 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/rwbuffer-matrix.comp
â â --rw-rw-r-- 0 root (0) root (0) 876 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 120 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/ssbo-array.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/
â â --rw-rw-r-- 0 root (0) root (0) 630 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 488 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/bit-conversions.frag
â â --rw-rw-r-- 0 root (0) root (0) 558 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/boolean-mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 694 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/builtins.frag
â â --rw-rw-r-- 0 root (0) root (0) 667 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/bvec-operations.frag
â â --rw-rw-r-- 0 root (0) root (0) 1110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/combined-texture-sampler-parameter.frag
â â --rw-rw-r-- 0 root (0) root (0) 804 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/combined-texture-sampler-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 777 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/constant-buffer-array.sm51.frag
â â --rw-rw-r-- 0 root (0) root (0) 831 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 75 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/early-fragment-test.frag
â â --rw-rw-r-- 0 root (0) root (0) 915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/fp16-packing.frag
â â --rw-rw-r-- 0 root (0) root (0) 4669 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/image-query-selective.frag
â â --rw-rw-r-- 0 root (0) root (0) 4215 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/image-query.frag
â â --rw-rw-r-- 0 root (0) root (0) 446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/io-block.frag
â â --rw-rw-r-- 0 root (0) root (0) 441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/matrix-input.frag
â â --rw-rw-r-- 0 root (0) root (0) 1322 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/mod.frag
â â --rw-rw-r-- 0 root (0) root (0) 552 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/mrt.frag
â â --rw-rw-r-- 0 root (0) root (0) 55 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/no-return.frag
â â --rw-rw-r-- 0 root (0) root (0) 225 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/no-return2.frag
â â --rw-rw-r-- 0 root (0) root (0) 1040 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/partial-write-preserve.frag
â â --rw-rw-r-- 0 root (0) root (0) 643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/query-lod.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 904 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/resources.frag
â â --rw-rw-r-- 0 root (0) root (0) 2399 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/sample-cmp-level-zero.frag
â â --rw-rw-r-- 0 root (0) root (0) 1218 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/sampler-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 1697 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/spec-constant.frag
â â --rw-rw-r-- 0 root (0) root (0) 862 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/swizzle-scalar.frag
â â --rw-rw-r-- 0 root (0) root (0) 4984 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/tex-sampling.frag
â â --rw-rw-r-- 0 root (0) root (0) 2021 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/texture-proj-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 604 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/texture-size-combined-image-sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/unary-enclose.frag
â â --rw-rw-r-- 0 root (0) root (0) 3204 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/unorm-snorm-packing.frag
â â --rw-rw-r-- 0 root (0) root (0) 640 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/various-glsl-ops.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/
â â --rw-rw-r-- 0 root (0) root (0) 737 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/basic.vert
â â --rw-rw-r-- 0 root (0) root (0) 647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/instancing.vert
â â --rw-rw-r-- 0 root (0) root (0) 1657 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/locations.vert
â â --rw-rw-r-- 0 root (0) root (0) 703 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/matrix-attribute.vert
â â --rw-rw-r-- 0 root (0) root (0) 519 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/matrix-output.vert
â â --rw-rw-r-- 0 root (0) root (0) 301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/no-input.vert
â â --rw-rw-r-- 0 root (0) root (0) 354 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/point-size-compat.vert
â â --rw-rw-r-- 0 root (0) root (0) 1197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/qualifiers.vert
â â --rw-rw-r-- 0 root (0) root (0) 643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/sampler-buffers.vert
â â --rw-rw-r-- 0 root (0) root (0) 758 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/struct-composite-decl.vert
â â --rw-rw-r-- 0 root (0) root (0) 398 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/texture_buffer.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl-no-opt/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl-no-opt/vert/
â â --rw-rw-r-- 0 root (0) root (0) 6188 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl-no-opt/vert/functions_nested.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 522 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/bitcast_iadd.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 567 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/bitcast_sar.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 559 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/bitcast_sdiv.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/bitcast_slr.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 522 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/multiple-entry.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 405 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/quantize.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 467 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 650 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/storage-buffer-basic.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 510 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/default-member-names.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 9049 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/inliner-dominator-inside-loop.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 468 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/op-constant-null.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/phi-loop-variable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 623 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/undef-variable-store.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 590 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/unreachable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 9601 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 97 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/vert/empty-struct-composite.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/
â â --rw-rw-r-- 0 root (0) root (0) 2121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 2197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/bake_gradient.comp
â â --rw-rw-r-- 0 root (0) root (0) 1136 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 768 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/basic.comp
â â --rw-rw-r-- 0 root (0) root (0) 1087 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 706 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/builtins.comp
â â --rw-rw-r-- 0 root (0) root (0) 1236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/cfg-preserve-parameter.comp
â â --rw-rw-r-- 0 root (0) root (0) 193 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/coherent-block.comp
â â --rw-rw-r-- 0 root (0) root (0) 245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/coherent-image.comp
â â --rw-rw-r-- 0 root (0) root (0) 764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/culling.comp
â â --rw-rw-r-- 0 root (0) root (0) 460 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/defer-parens.comp
â â --rw-rw-r-- 0 root (0) root (0) 525 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/dowhile.comp
â â --rw-rw-r-- 0 root (0) root (0) 266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/functions.comp
â â --rw-rw-r-- 0 root (0) root (0) 780 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp
â â --rw-rw-r-- 0 root (0) root (0) 649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/global-invocation-id.comp
â â --rw-rw-r-- 0 root (0) root (0) 438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/insert.comp
â â --rw-rw-r-- 0 root (0) root (0) 653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/local-invocation-id.comp
â â --rw-rw-r-- 0 root (0) root (0) 654 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/local-invocation-index.comp
â â --rw-rw-r-- 0 root (0) root (0) 1783 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/loop.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 350 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/mat3.comp
â â --rw-rw-r-- 0 root (0) root (0) 943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/mod.comp
â â --rw-rw-r-- 0 root (0) root (0) 452 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/modf.comp
â â --rw-rw-r-- 0 root (0) root (0) 437 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/read-write-only.comp
â â --rw-rw-r-- 0 root (0) root (0) 642 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/return.comp
â â --rw-rw-r-- 0 root (0) root (0) 421 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/rmw-opt.comp
â â --rw-rw-r-- 0 root (0) root (0) 1137 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/shared-array-of-arrays.comp
â â --rw-rw-r-- 0 root (0) root (0) 700 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/struct-layout.comp
â â --rw-rw-r-- 0 root (0) root (0) 2228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/struct-packing.comp
â â --rw-rw-r-- 0 root (0) root (0) 890 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/torture-loop.comp
â â --rw-rw-r-- 0 root (0) root (0) 832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/type-alias.comp
â â --rw-rw-r-- 0 root (0) root (0) 381 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/udiv.comp
â â --rw-rw-r-- 0 root (0) root (0) 539 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/writable-ssbo.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/frag/
â â --rw-rw-r-- 0 root (0) root (0) 515 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/frag/image-ms.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/frag/query-levels.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/vert/
â â --rw-rw-r-- 0 root (0) root (0) 502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/vert/basic.desktop.sso.vert
â â --rw-rw-r-- 0 root (0) root (0) 453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/
â â --rw-rw-r-- 0 root (0) root (0) 502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/basic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 413 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/multiindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 577 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/push-constant.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 847 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 780 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/struct.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 1000 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/swizzle.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 541 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/types.flatten.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/
â â --rw-rw-r-- 0 root (0) root (0) 453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 1014 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/bitcasting.frag
â â --rw-rw-r-- 0 root (0) root (0) 430 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/builtins.frag
â â --rw-rw-r-- 0 root (0) root (0) 459 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/composite-extract-forced-temporary.frag
â â --rw-rw-r-- 0 root (0) root (0) 869 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/constant-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 522 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 531 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/false-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 492 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/flush_params.frag
â â --rw-rw-r-- 0 root (0) root (0) 943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/for-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 399 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/in_block.frag
â â --rw-rw-r-- 0 root (0) root (0) 405 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/in_block_assign.noopt.frag
â â --rw-rw-r-- 0 root (0) root (0) 869 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 625 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/pls.frag
â â --rw-rw-r-- 0 root (0) root (0) 512 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/sampler-ms.frag
â â --rw-rw-r-- 0 root (0) root (0) 701 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 485 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/separate-image-sampler-argument.frag
â â --rw-rw-r-- 0 root (0) root (0) 874 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 1086 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/texture-proj-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/ubo_layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/unary-enclose.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/legacy/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/legacy/vert/
â â --rw-rw-r-- 0 root (0) root (0) 683 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/legacy/vert/transpose.legacy.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/
â â --rw-rw-r-- 0 root (0) root (0) 502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/basic.vert
â â --rw-rw-r-- 0 root (0) root (0) 990 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/copy.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 848 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/dynamic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 4446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/functions.vert
â â --rw-rw-r-- 0 root (0) root (0) 651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/out_block.vert
â â --rw-rw-r-- 0 root (0) root (0) 592 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/pointsize.vert
â â --rw-rw-r-- 0 root (0) root (0) 356 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/texture_buffer.vert
â â --rw-rw-r-- 0 root (0) root (0) 738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/ubo.alignment.vert
â â --rw-rw-r-- 0 root (0) root (0) 500 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/ubo.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/frag/
â â --rw-rw-r-- 0 root (0) root (0) 453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/frag/push-constant.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 2105 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/frag/spec-constant.vk.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/vert/
â â --rw-rw-r-- 0 root (0) root (0) 367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/
â â --rw-rw-r-- 0 root (0) root (0) 209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag
â â --rw-rw-r-- 0 root (0) root (0) 249 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 376 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/fs.invalid.frag
â â --rw-rw-r-- 0 root (0) root (0) 316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/gcn_shader.comp
â â --rw-rw-r-- 0 root (0) root (0) 1083 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/shader_ballot.comp
â â --rw-rw-r-- 0 root (0) root (0) 320 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/shader_ballot_nonuniform_invocations.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 517 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/shader_group_vote.comp
â â --rw-rw-r-- 0 root (0) root (0) 234 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/shader_trinary_minmax.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_iadd.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 779 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_iequal.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 589 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_sar.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 581 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_sdiv.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 589 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_slr.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 1082 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/logical.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/multiple-entry.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 496 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/name-alias.asm.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/quantize.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 179 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/specialization-constant-workgroup.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 343 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/storage-buffer-basic.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 282 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/default-member-names.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 406 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 839 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 8563 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/inliner-dominator-inside-loop.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/invalidation.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 1324 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 1055 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/loop-header-to-continue.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/multi-for-loop-init.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/op-constant-null.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 83 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/phi-loop-variable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 350 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 299 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 391 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/temporary-phi-hoisting.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 448 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/undef-variable-store.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 393 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/unreachable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 9520 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/vector-shuffle-oom.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 1764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/tesc/tess-fixed-input-array-builtin-array.asm.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 382 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/vert/empty-io.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 31 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/vert/empty-struct-composite.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 415 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/vert/global-builtin.sso.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/
â â --rw-rw-r-- 0 root (0) root (0) 1889 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 1844 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/bake_gradient.comp
â â --rw-rw-r-- 0 root (0) root (0) 1147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/basic.comp
â â --rw-rw-r-- 0 root (0) root (0) 491 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 394 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/casts.comp
â â --rw-rw-r-- 0 root (0) root (0) 1113 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/cfg-preserve-parameter.comp
â â --rw-rw-r-- 0 root (0) root (0) 1236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/cfg.comp
â â --rw-rw-r-- 0 root (0) root (0) 221 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/coherent-block.comp
â â --rw-rw-r-- 0 root (0) root (0) 327 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/coherent-image.comp
â â --rw-rw-r-- 0 root (0) root (0) 952 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/composite-construct.comp
â â --rw-rw-r-- 0 root (0) root (0) 523 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/culling.comp
â â --rw-rw-r-- 0 root (0) root (0) 446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/defer-parens.comp
â â --rw-rw-r-- 0 root (0) root (0) 482 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/dowhile.comp
â â --rw-rw-r-- 0 root (0) root (0) 1924 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/generate_height.comp
â â --rw-rw-r-- 0 root (0) root (0) 394 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 1300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/inout-struct.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 355 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/insert.comp
â â --rw-rw-r-- 0 root (0) root (0) 1734 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/loop.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/mat3.comp
â â --rw-rw-r-- 0 root (0) root (0) 663 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/mod.comp
â â --rw-rw-r-- 0 root (0) root (0) 405 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/modf.comp
â â --rw-rw-r-- 0 root (0) root (0) 463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/read-write-only.comp
â â --rw-rw-r-- 0 root (0) root (0) 589 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/return.comp
â â --rw-rw-r-- 0 root (0) root (0) 425 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/rmw-opt.comp
â â --rw-rw-r-- 0 root (0) root (0) 528 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 262 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/ssbo-array.comp
â â --rw-rw-r-- 0 root (0) root (0) 402 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/struct-layout.comp
â â --rw-rw-r-- 0 root (0) root (0) 2419 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/struct-packing.comp
â â --rw-rw-r-- 0 root (0) root (0) 843 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/torture-loop.comp
â â --rw-rw-r-- 0 root (0) root (0) 678 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/type-alias.comp
â â --rw-rw-r-- 0 root (0) root (0) 325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/udiv.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/
â â --rw-rw-r-- 0 root (0) root (0) 727 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/enhanced-layouts.comp
â â --rw-rw-r-- 0 root (0) root (0) 1817 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/fp64.desktop.comp
â â --rw-rw-r-- 0 root (0) root (0) 2963 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp
â â --rw-rw-r-- 0 root (0) root (0) 1106 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/int64.desktop.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/
â â --rw-rw-r-- 0 root (0) root (0) 332 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 346 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/image-ms.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 2351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/image-query.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/in-block-qualifiers.frag
â â --rw-rw-r-- 0 root (0) root (0) 181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/query-levels.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 221 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/query-lod.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/sampler-ms-query.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 835 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/geom/
â â --rw-rw-r-- 0 root (0) root (0) 704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/geom/basic.desktop.sso.geom
â â --rw-rw-r-- 0 root (0) root (0) 125 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/geom/viewport-index.desktop.geom
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/tesc/basic.desktop.sso.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/tese/
â â --rw-rw-r-- 0 root (0) root (0) 343 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/tese/triangle.desktop.sso.tese
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/vert/
â â --rw-rw-r-- 0 root (0) root (0) 305 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/vert/basic.desktop.sso.vert
â â --rw-rw-r-- 0 root (0) root (0) 181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/vert/clip-cull-distance.desktop.vert
â â --rw-rw-r-- 0 root (0) root (0) 439 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/vert/out-block-qualifiers.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/
â â --rw-rw-r-- 0 root (0) root (0) 268 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/array.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/basic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 841 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/copy.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/dynamic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 460 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/matrixindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 641 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/multi-dimensional.desktop.flatten_dim.frag
â â --rw-rw-r-- 0 root (0) root (0) 151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/multiindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/push-constant.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 474 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/struct.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 642 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/struct.rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 518 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/swizzle.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 313 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/types.flatten.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/
â â --rw-rw-r-- 0 root (0) root (0) 293 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 292 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/composite-extract-forced-temporary.frag
â â --rw-rw-r-- 0 root (0) root (0) 715 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/constant-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 425 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 407 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/false-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/flush_params.frag
â â --rw-rw-r-- 0 root (0) root (0) 887 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/for-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 795 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/frexp-modf.frag
â â --rw-rw-r-- 0 root (0) root (0) 2023 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/ground.frag
â â --rw-rw-r-- 0 root (0) root (0) 654 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/image-load-store-uint-coord.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 488 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 1575 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/partial-write-preserve.frag
â â --rw-rw-r-- 0 root (0) root (0) 497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/pls.frag
â â --rw-rw-r-- 0 root (0) root (0) 291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/sample-parameter.frag
â â --rw-rw-r-- 0 root (0) root (0) 374 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/sampler-ms.frag
â â --rw-rw-r-- 0 root (0) root (0) 301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/sampler-proj.frag
â â --rw-rw-r-- 0 root (0) root (0) 416 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 630 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/ubo_layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 297 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/unary-enclose.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/
â â --rw-rw-r-- 0 root (0) root (0) 654 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/basic.geom
â â --rw-rw-r-- 0 root (0) root (0) 534 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/lines-adjacency.geom
â â --rw-rw-r-- 0 root (0) root (0) 437 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/lines.geom
â â --rw-rw-r-- 0 root (0) root (0) 521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/points.geom
â â --rw-rw-r-- 0 root (0) root (0) 532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/single-invocation.geom
â â --rw-rw-r-- 0 root (0) root (0) 542 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/triangles-adjacency.geom
â â --rw-rw-r-- 0 root (0) root (0) 532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/triangles.geom
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/fragment/
â â --rw-rw-r-- 0 root (0) root (0) 266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/fragment/explicit-lod.legacy.frag
â â --rw-rw-r-- 0 root (0) root (0) 183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/fragment/io-blocks.legacy.frag
â â --rw-rw-r-- 0 root (0) root (0) 393 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/fragment/struct-varying.legacy.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/
â â --rw-rw-r-- 0 root (0) root (0) 159 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/implicit-lod.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 193 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/io-block.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 483 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/struct-varying.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/transpose.legacy.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tesc/basic.tesc
â â --rw-rw-r-- 0 root (0) root (0) 3746 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tesc/water_tess.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/
â â --rw-rw-r-- 0 root (0) root (0) 163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/ccw.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/cw.tese
â â --rw-rw-r-- 0 root (0) root (0) 152 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/equal.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/fractional_even.tese
â â --rw-rw-r-- 0 root (0) root (0) 161 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/fractional_odd.tese
â â --rw-rw-r-- 0 root (0) root (0) 169 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/line.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/triangle.tese
â â --rw-rw-r-- 0 root (0) root (0) 1943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/water_tess.tese
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/
â â --rw-rw-r-- 0 root (0) root (0) 263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/basic.vert
â â --rw-rw-r-- 0 root (0) root (0) 3278 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/ground.vert
â â --rw-rw-r-- 0 root (0) root (0) 3800 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/ocean.vert
â â --rw-rw-r-- 0 root (0) root (0) 271 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/texture_buffer.vert
â â --rw-rw-r-- 0 root (0) root (0) 274 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/ubo.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/
â â --rw-rw-r-- 0 root (0) root (0) 828 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 776 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 1809 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/combined-texture-sampler.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 1269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/combined-texture-sampler.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/desktop-mediump.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/desktop-mediump.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 356 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/input-attachment-ms.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/input-attachment-ms.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 354 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/input-attachment.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 382 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/input-attachment.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 312 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/push-constant.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 303 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/push-constant.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/push-constant.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 1422 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/separate-sampler-texture.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 1369 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/separate-sampler-texture.vk.frag.vk
â â --rw-rw-r-- 0 root (0) root (0) 1494 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/spec-constant.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 1780 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/spec-constant.vk.frag.vk
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/
â â --rw-rw-r-- 0 root (0) root (0) 234 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/multiview.nocompat.vk.vert
â â --rw-rw-r-- 0 root (0) root (0) 241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/multiview.nocompat.vk.vert.vk
â â --rw-rw-r-- 0 root (0) root (0) 187 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/vulkan-vertex.vert
â â --rw-rw-r-- 0 root (0) root (0) 125 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/vulkan-vertex.vert.vk
â â --rw-rw-r-- 0 root (0) root (0) 183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/vulkan-vertex.vk.vert
â â --rw-rw-r-- 0 root (0) root (0) 121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/vulkan-vertex.vk.vert.vk
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/
â â --rw-rw-r-- 0 root (0) root (0) 610 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 547 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/atomics.comp
â â --rw-rw-r-- 0 root (0) root (0) 2798 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/atomics.cpp
â â --rw-rw-r-- 0 root (0) root (0) 369 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/multiply.comp
â â --rw-rw-r-- 0 root (0) root (0) 3006 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/multiply.cpp
â â --rw-rw-r-- 0 root (0) root (0) 811 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 2798 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/shared.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 1789 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/comp/specialization-constant-workgroup.nofxc.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 2497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/comp/storage-buffer-basic.nofxc.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 2248 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2270 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/frag/unreachable.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 1240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 2354 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/
â â --rw-rw-r-- 0 root (0) root (0) 485 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/access-chains.comp
â â --rw-rw-r-- 0 root (0) root (0) 353 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/address-buffers.comp
â â --rw-rw-r-- 0 root (0) root (0) 1987 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 896 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 834 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 307 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/builtins.comp
â â --rw-rw-r-- 0 root (0) root (0) 3715 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 2014 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/rwbuffer-matrix.comp
â â --rw-rw-r-- 0 root (0) root (0) 509 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/ssbo-array.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/
â â --rw-rw-r-- 0 root (0) root (0) 263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/bit-conversions.frag
â â --rw-rw-r-- 0 root (0) root (0) 193 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/boolean-mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 194 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/builtins.frag
â â --rw-rw-r-- 0 root (0) root (0) 337 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/bvec-operations.frag
â â --rw-rw-r-- 0 root (0) root (0) 601 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/combined-texture-sampler-parameter.frag
â â --rw-rw-r-- 0 root (0) root (0) 693 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/combined-texture-sampler-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 452 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/constant-buffer-array.sm51.frag
â â --rw-rw-r-- 0 root (0) root (0) 358 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 64 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/early-fragment-test.frag
â â --rw-rw-r-- 0 root (0) root (0) 253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/fp16-packing.frag
â â --rw-rw-r-- 0 root (0) root (0) 1306 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/image-query-selective.frag
â â --rw-rw-r-- 0 root (0) root (0) 1240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/image-query.frag
â â --rw-rw-r-- 0 root (0) root (0) 223 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/io-block.frag
â â --rw-rw-r-- 0 root (0) root (0) 144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/matrix-input.frag
â â --rw-rw-r-- 0 root (0) root (0) 506 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/mod.frag
â â --rw-rw-r-- 0 root (0) root (0) 271 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/mrt.frag
â â --rw-rw-r-- 0 root (0) root (0) 33 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/no-return.frag
â â --rw-rw-r-- 0 root (0) root (0) 114 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/no-return2.frag
â â --rw-rw-r-- 0 root (0) root (0) 732 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/partial-write-preserve.frag
â â --rw-rw-r-- 0 root (0) root (0) 216 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/query-lod.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 603 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/resources.frag
â â --rw-rw-r-- 0 root (0) root (0) 1041 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/sample-cmp-level-zero.frag
â â --rw-rw-r-- 0 root (0) root (0) 801 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/sampler-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 2426 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/spec-constant.frag
â â --rw-rw-r-- 0 root (0) root (0) 355 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/swizzle-scalar.frag
â â --rw-rw-r-- 0 root (0) root (0) 3058 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/tex-sampling.frag
â â --rw-rw-r-- 0 root (0) root (0) 679 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/texture-proj-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 230 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/texture-size-combined-image-sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 249 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/unary-enclose.frag
â â --rw-rw-r-- 0 root (0) root (0) 738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/unorm-snorm-packing.frag
â â --rw-rw-r-- 0 root (0) root (0) 493 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/various-glsl-ops.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/
â â --rw-rw-r-- 0 root (0) root (0) 261 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/basic.vert
â â --rw-rw-r-- 0 root (0) root (0) 96 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/instancing.vert
â â --rw-rw-r-- 0 root (0) root (0) 1130 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/locations.vert
â â --rw-rw-r-- 0 root (0) root (0) 135 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/matrix-attribute.vert
â â --rw-rw-r-- 0 root (0) root (0) 106 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/matrix-output.vert
â â --rw-rw-r-- 0 root (0) root (0) 59 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/no-input.vert
â â --rw-rw-r-- 0 root (0) root (0) 82 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/point-size-compat.vert
â â --rw-rw-r-- 0 root (0) root (0) 569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/qualifiers.vert
â â --rw-rw-r-- 0 root (0) root (0) 474 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/sampler-buffers.vert
â â --rw-rw-r-- 0 root (0) root (0) 326 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/struct-composite-decl.vert
â â --rw-rw-r-- 0 root (0) root (0) 211 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/texture_buffer.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl-no-opt/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl-no-opt/vert/
â â --rw-rw-r-- 0 root (0) root (0) 3542 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl-no-opt/vert/functions_nested.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 3161 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/bitcast_iadd.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/bitcast_sar.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3092 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/bitcast_sdiv.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/bitcast_slr.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3801 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/multiple-entry.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 2406 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/quantize.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 1789 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 2570 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/storage-buffer-basic.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 2397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/default-member-names.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 33164 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/inliner-dominator-inside-loop.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 3437 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/op-constant-null.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2493 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/phi-loop-variable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 3291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/undef-variable-store.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2270 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/unreachable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 46219 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 1240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/vert/empty-struct-composite.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/
â â --rw-rw-r-- 0 root (0) root (0) 789 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 926 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 470 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/basic.comp
â â --rw-rw-r-- 0 root (0) root (0) 465 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 350 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/builtins.comp
â â --rw-rw-r-- 0 root (0) root (0) 813 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/cfg-preserve-parameter.comp
â â --rw-rw-r-- 0 root (0) root (0) 163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/coherent-block.comp
â â --rw-rw-r-- 0 root (0) root (0) 269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/coherent-image.comp
â â --rw-rw-r-- 0 root (0) root (0) 427 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/culling.comp
â â --rw-rw-r-- 0 root (0) root (0) 565 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/defer-parens.comp
â â --rw-rw-r-- 0 root (0) root (0) 427 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/dowhile.comp
â â --rw-rw-r-- 0 root (0) root (0) 94 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/functions.comp
â â --rw-rw-r-- 0 root (0) root (0) 294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp
â â --rw-rw-r-- 0 root (0) root (0) 258 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/global-invocation-id.comp
â â --rw-rw-r-- 0 root (0) root (0) 358 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 306 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/insert.comp
â â --rw-rw-r-- 0 root (0) root (0) 256 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/local-invocation-id.comp
â â --rw-rw-r-- 0 root (0) root (0) 262 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/local-invocation-index.comp
â â --rw-rw-r-- 0 root (0) root (0) 1424 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/loop.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 247 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/mat3.comp
â â --rw-rw-r-- 0 root (0) root (0) 585 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/mod.comp
â â --rw-rw-r-- 0 root (0) root (0) 411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/modf.comp
â â --rw-rw-r-- 0 root (0) root (0) 382 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/read-write-only.comp
â â --rw-rw-r-- 0 root (0) root (0) 485 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/return.comp
â â --rw-rw-r-- 0 root (0) root (0) 296 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/rmw-opt.comp
â â --rw-rw-r-- 0 root (0) root (0) 529 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/shared-array-of-arrays.comp
â â --rw-rw-r-- 0 root (0) root (0) 509 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 346 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/struct-layout.comp
â â --rw-rw-r-- 0 root (0) root (0) 1003 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/struct-packing.comp
â â --rw-rw-r-- 0 root (0) root (0) 640 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/torture-loop.comp
â â --rw-rw-r-- 0 root (0) root (0) 537 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/type-alias.comp
â â --rw-rw-r-- 0 root (0) root (0) 272 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/udiv.comp
â â --rw-rw-r-- 0 root (0) root (0) 205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/writable-ssbo.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/frag/
â â --rw-rw-r-- 0 root (0) root (0) 377 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/frag/image-ms.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/frag/query-levels.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/vert/
â â --rw-rw-r-- 0 root (0) root (0) 294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/vert/basic.desktop.sso.vert
â â --rw-rw-r-- 0 root (0) root (0) 175 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/
â â --rw-rw-r-- 0 root (0) root (0) 254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/basic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 170 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/multiindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/push-constant.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 287 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 498 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/struct.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 1045 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/swizzle.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 374 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/types.flatten.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/
â â --rw-rw-r-- 0 root (0) root (0) 263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 775 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/bitcasting.frag
â â --rw-rw-r-- 0 root (0) root (0) 194 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/builtins.frag
â â --rw-rw-r-- 0 root (0) root (0) 254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/composite-extract-forced-temporary.frag
â â --rw-rw-r-- 0 root (0) root (0) 583 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/constant-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 358 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 278 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/false-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/flush_params.frag
â â --rw-rw-r-- 0 root (0) root (0) 1010 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/for-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 195 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/in_block.frag
â â --rw-rw-r-- 0 root (0) root (0) 187 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/in_block_assign.noopt.frag
â â --rw-rw-r-- 0 root (0) root (0) 461 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 476 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/pls.frag
â â --rw-rw-r-- 0 root (0) root (0) 370 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/sampler-ms.frag
â â --rw-rw-r-- 0 root (0) root (0) 348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 359 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/separate-image-sampler-argument.frag
â â --rw-rw-r-- 0 root (0) root (0) 519 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 579 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/texture-proj-shadow.frag
â â --rw-rw-r-- 0 root (0) root (0) 351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/ubo_layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 249 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/unary-enclose.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/legacy/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/legacy/vert/
â â --rw-rw-r-- 0 root (0) root (0) 379 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/legacy/vert/transpose.legacy.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/
â â --rw-rw-r-- 0 root (0) root (0) 263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/basic.vert
â â --rw-rw-r-- 0 root (0) root (0) 591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/copy.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 566 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/dynamic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 612 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/functions.vert
â â --rw-rw-r-- 0 root (0) root (0) 362 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/out_block.vert
â â --rw-rw-r-- 0 root (0) root (0) 275 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/pointsize.vert
â â --rw-rw-r-- 0 root (0) root (0) 269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/texture_buffer.vert
â â --rw-rw-r-- 0 root (0) root (0) 593 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/ubo.alignment.vert
â â --rw-rw-r-- 0 root (0) root (0) 265 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/ubo.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/frag/
â â --rw-rw-r-- 0 root (0) root (0) 283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/frag/push-constant.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 2168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/frag/spec-constant.vk.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/vert/
â â --rw-rw-r-- 0 root (0) root (0) 119 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/
â â --rw-rw-r-- 0 root (0) root (0) 239 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag
â â --rw-rw-r-- 0 root (0) root (0) 375 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/fs.invalid.frag
â â --rw-rw-r-- 0 root (0) root (0) 283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/gcn_shader.comp
â â --rw-rw-r-- 0 root (0) root (0) 948 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/shader_ballot.comp
â â --rw-rw-r-- 0 root (0) root (0) 249 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/shader_ballot_nonuniform_invocations.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 477 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/shader_group_vote.comp
â â --rw-rw-r-- 0 root (0) root (0) 200 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/shader_trinary_minmax.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/
â â --rw-rw-r-- 0 root (0) root (0) 3161 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_iadd.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3767 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_iequal.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_sar.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3092 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_sdiv.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_slr.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 8100 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/logical.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 3801 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/multiple-entry.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 4814 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/name-alias.asm.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 2406 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/quantize.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 1789 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/specialization-constant-workgroup.asm.comp
â â --rw-rw-r-- 0 root (0) root (0) 2497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/storage-buffer-basic.asm.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/
â â --rw-rw-r-- 0 root (0) root (0) 2111 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/default-member-names.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2559 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 5217 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 33164 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/inliner-dominator-inside-loop.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 1603 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/invalidation.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 8617 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 5742 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/loop-header-to-continue.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 4392 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/multi-for-loop-init.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 3437 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/op-constant-null.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2493 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/phi-loop-variable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2422 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 3031 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/temporary-phi-hoisting.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 3291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/undef-variable-store.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 2270 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/unreachable.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 46219 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/vector-shuffle-oom.asm.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 12791 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/tesc/tess-fixed-input-array-builtin-array.asm.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/vert/
â â --rw-rw-r-- 0 root (0) root (0) 3177 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/vert/empty-io.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 1240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/vert/empty-struct-composite.asm.vert
â â --rw-rw-r-- 0 root (0) root (0) 2931 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/vert/global-builtin.sso.asm.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/
â â --rw-rw-r-- 0 root (0) root (0) 1737 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 1997 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/bake_gradient.comp
â â --rw-rw-r-- 0 root (0) root (0) 896 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 470 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/basic.comp
â â --rw-rw-r-- 0 root (0) root (0) 417 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/bitfield.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/casts.comp
â â --rw-rw-r-- 0 root (0) root (0) 813 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/cfg-preserve-parameter.comp
â â --rw-rw-r-- 0 root (0) root (0) 1216 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/cfg.comp
â â --rw-rw-r-- 0 root (0) root (0) 163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/coherent-block.comp
â â --rw-rw-r-- 0 root (0) root (0) 269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/coherent-image.comp
â â --rw-rw-r-- 0 root (0) root (0) 866 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/composite-construct.comp
â â --rw-rw-r-- 0 root (0) root (0) 427 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/culling.comp
â â --rw-rw-r-- 0 root (0) root (0) 565 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/defer-parens.comp
â â --rw-rw-r-- 0 root (0) root (0) 427 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/dowhile.comp
â â --rw-rw-r-- 0 root (0) root (0) 2344 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/generate_height.comp
â â --rw-rw-r-- 0 root (0) root (0) 358 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/image.comp
â â --rw-rw-r-- 0 root (0) root (0) 915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/inout-struct.invalid.comp
â â --rw-rw-r-- 0 root (0) root (0) 306 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/insert.comp
â â --rw-rw-r-- 0 root (0) root (0) 1424 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/loop.noopt.comp
â â --rw-rw-r-- 0 root (0) root (0) 247 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/mat3.comp
â â --rw-rw-r-- 0 root (0) root (0) 585 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/mod.comp
â â --rw-rw-r-- 0 root (0) root (0) 411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/modf.comp
â â --rw-rw-r-- 0 root (0) root (0) 382 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/read-write-only.comp
â â --rw-rw-r-- 0 root (0) root (0) 485 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/return.comp
â â --rw-rw-r-- 0 root (0) root (0) 296 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/rmw-opt.comp
â â --rw-rw-r-- 0 root (0) root (0) 509 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/shared.comp
â â --rw-rw-r-- 0 root (0) root (0) 226 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/ssbo-array.comp
â â --rw-rw-r-- 0 root (0) root (0) 346 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/struct-layout.comp
â â --rw-rw-r-- 0 root (0) root (0) 1285 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/struct-packing.comp
â â --rw-rw-r-- 0 root (0) root (0) 640 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/torture-loop.comp
â â --rw-rw-r-- 0 root (0) root (0) 537 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/type-alias.comp
â â --rw-rw-r-- 0 root (0) root (0) 272 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/udiv.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/
â â --rw-rw-r-- 0 root (0) root (0) 611 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/enhanced-layouts.comp
â â --rw-rw-r-- 0 root (0) root (0) 1555 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/fp64.desktop.comp
â â --rw-rw-r-- 0 root (0) root (0) 2187 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp
â â --rw-rw-r-- 0 root (0) root (0) 948 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/int64.desktop.comp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/
â â --rw-rw-r-- 0 root (0) root (0) 2344 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 333 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/image-ms.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 2099 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/image-query.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/in-block-qualifiers.frag
â â --rw-rw-r-- 0 root (0) root (0) 169 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/query-levels.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 216 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/query-lod.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/sampler-ms-query.desktop.frag
â â --rw-rw-r-- 0 root (0) root (0) 679 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/geom/
â â --rw-rw-r-- 0 root (0) root (0) 686 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/geom/basic.desktop.sso.geom
â â --rw-rw-r-- 0 root (0) root (0) 135 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/geom/viewport-index.desktop.geom
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 526 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/tesc/basic.desktop.sso.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/tese/
â â --rw-rw-r-- 0 root (0) root (0) 351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/tese/triangle.desktop.sso.tese
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/vert/
â â --rw-rw-r-- 0 root (0) root (0) 294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/vert/basic.desktop.sso.vert
â â --rw-rw-r-- 0 root (0) root (0) 175 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/vert/clip-cull-distance.desktop.vert
â â --rw-rw-r-- 0 root (0) root (0) 403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/vert/out-block-qualifiers.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/
â â --rw-rw-r-- 0 root (0) root (0) 379 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/array.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/basic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/copy.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 566 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/dynamic.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 513 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/matrixindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 485 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/multi-dimensional.desktop.flatten_dim.frag
â â --rw-rw-r-- 0 root (0) root (0) 170 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/multiindex.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/push-constant.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 287 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 498 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/struct.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 381 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/struct.rowmajor.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 959 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/swizzle.flatten.vert
â â --rw-rw-r-- 0 root (0) root (0) 374 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/types.flatten.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/
â â --rw-rw-r-- 0 root (0) root (0) 263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/basic.frag
â â --rw-rw-r-- 0 root (0) root (0) 254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/composite-extract-forced-temporary.frag
â â --rw-rw-r-- 0 root (0) root (0) 583 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/constant-array.frag
â â --rw-rw-r-- 0 root (0) root (0) 358 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/constant-composites.frag
â â --rw-rw-r-- 0 root (0) root (0) 278 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/false-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/flush_params.frag
â â --rw-rw-r-- 0 root (0) root (0) 1010 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/for-loop-init.frag
â â --rw-rw-r-- 0 root (0) root (0) 394 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/frexp-modf.frag
â â --rwxrwxr-x 0 root (0) root (0) 5226 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/ground.frag
â â --rw-rw-r-- 0 root (0) root (0) 4350 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/image-load-store-uint-coord.asm.frag
â â --rw-rw-r-- 0 root (0) root (0) 461 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/mix.frag
â â --rw-rw-r-- 0 root (0) root (0) 1078 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/partial-write-preserve.frag
â â --rw-rw-r-- 0 root (0) root (0) 476 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/pls.frag
â â --rw-rw-r-- 0 root (0) root (0) 248 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/sample-parameter.frag
â â --rw-rw-r-- 0 root (0) root (0) 370 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/sampler-ms.frag
â â --rw-rw-r-- 0 root (0) root (0) 221 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/sampler-proj.frag
â â --rw-rw-r-- 0 root (0) root (0) 348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/sampler.frag
â â --rw-rw-r-- 0 root (0) root (0) 519 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/ubo_layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 249 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/unary-enclose.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/
â â --rw-rw-r-- 0 root (0) root (0) 638 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/basic.geom
â â --rw-rw-r-- 0 root (0) root (0) 536 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/lines-adjacency.geom
â â --rw-rw-r-- 0 root (0) root (0) 438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/lines.geom
â â --rw-rw-r-- 0 root (0) root (0) 523 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/points.geom
â â --rw-rw-r-- 0 root (0) root (0) 534 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/single-invocation.geom
â â --rw-rw-r-- 0 root (0) root (0) 544 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/triangles-adjacency.geom
â â --rw-rw-r-- 0 root (0) root (0) 534 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/triangles.geom
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/fragment/
â â --rw-rw-r-- 0 root (0) root (0) 176 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/fragment/explicit-lod.legacy.frag
â â --rw-rw-r-- 0 root (0) root (0) 270 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/fragment/io-blocks.legacy.frag
â â --rw-rw-r-- 0 root (0) root (0) 403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/fragment/struct-varying.legacy.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/
â â --rw-rw-r-- 0 root (0) root (0) 102 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/implicit-lod.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 277 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/io-block.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 509 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/struct-varying.legacy.vert
â â --rw-rw-r-- 0 root (0) root (0) 379 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/transpose.legacy.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tesc/
â â --rw-rw-r-- 0 root (0) root (0) 365 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tesc/basic.tesc
â â --rw-rw-r-- 0 root (0) root (0) 3301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tesc/water_tess.tesc
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/
â â --rw-rw-r-- 0 root (0) root (0) 163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/ccw.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/cw.tese
â â --rw-rw-r-- 0 root (0) root (0) 152 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/equal.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/fractional_even.tese
â â --rw-rw-r-- 0 root (0) root (0) 161 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/fractional_odd.tese
â â --rw-rw-r-- 0 root (0) root (0) 169 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/line.tese
â â --rw-rw-r-- 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/triangle.tese
â â --rw-rw-r-- 0 root (0) root (0) 1839 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/water_tess.tese
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/
â â --rw-rw-r-- 0 root (0) root (0) 262 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/basic.vert
â â --rwxrwxr-x 0 root (0) root (0) 6181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/ground.vert
â â --rw-rw-r-- 0 root (0) root (0) 6200 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/ocean.vert
â â --rw-rw-r-- 0 root (0) root (0) 269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/texture_buffer.vert
â â --rw-rw-r-- 0 root (0) root (0) 265 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/ubo.vert
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/
â â --rw-rw-r-- 0 root (0) root (0) 693 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 1232 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/combined-texture-sampler.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 248 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/desktop-mediump.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 363 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/input-attachment-ms.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 359 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/input-attachment.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/push-constant.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 1263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/separate-sampler-texture.vk.frag
â â --rw-rw-r-- 0 root (0) root (0) 2367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/spec-constant.vk.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/vert/
â â --rw-rw-r-- 0 root (0) root (0) 217 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/vert/multiview.nocompat.vk.vert
â â --rw-rw-r-- 0 root (0) root (0) 119 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/vert/vulkan-vertex.vk.vert
â â --rw-rw-r-- 0 root (0) root (0) 29563 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv.hpp
â â --rw-rw-r-- 0 root (0) root (0) 6609 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cfg.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2578 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cfg.hpp
â â --rw-rw-r-- 0 root (0) root (0) 23828 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_common.hpp
â â --rw-rw-r-- 0 root (0) root (0) 15092 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cpp.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2138 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cpp.hpp
â â --rw-rw-r-- 0 root (0) root (0) 107775 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cross.cpp
â â --rw-rw-r-- 0 root (0) root (0) 32225 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cross.hpp
â â --rw-rw-r-- 0 root (0) root (0) 254357 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_glsl.cpp
â â --rw-rw-r-- 0 root (0) root (0) 22800 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_glsl.hpp
â â --rw-rw-r-- 0 root (0) root (0) 100121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_hlsl.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5590 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_hlsl.hpp
â â --rw-rw-r-- 0 root (0) root (0) 112266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_msl.cpp
â â --rw-rw-r-- 0 root (0) root (0) 13734 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_msl.hpp
â â --rwxrwxr-x 0 root (0) root (0) 16936 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/test_shaders.py
â â --rwxrwxr-x 0 root (0) root (0) 593 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/test_shaders.sh
â â --rwxrwxr-x 0 root (0) root (0) 656 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/SPIRV-Cross/update_test_shaders.sh
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/civetweb/
â â --rw-rw-r-- 0 root (0) root (0) 336197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/civetweb/civetweb.c
â â --rw-rw-r-- 0 root (0) root (0) 34885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/civetweb/civetweb.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/
â â --rw-rw-r-- 0 root (0) root (0) 17579 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang.cpp
â â --rw-rw-r-- 0 root (0) root (0) 417 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang.hpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/
â â --rw-rw-r-- 0 root (0) root (0) 794 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/.appveyor.yml
â â --rw-rw-r-- 0 root (0) root (0) 355 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/.clang-format
â â --rwxrwxr-x 0 root (0) root (0) 523 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/.gitattributes
â â --rw-rw-r-- 0 root (0) root (0) 146 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/.gitignore
â â --rw-rw-r-- 0 root (0) root (0) 1309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/.travis.yml
â â --rw-rw-r-- 0 root (0) root (0) 1961 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 3899 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/ChooseMSVCCRT.cmake
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/External/
â â --rw-rw-r-- 0 root (0) root (0) 965 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/External/CMakeLists.txt
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/OGLCompilersDLL/
â â --rw-rw-r-- 0 root (0) root (0) 279 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/OGLCompilersDLL/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 4058 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/OGLCompilersDLL/InitializeDll.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1846 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/OGLCompilersDLL/InitializeDll.h
â â --rw-rw-r-- 0 root (0) root (0) 5140 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/README-spirv-remap.txt
â â --rw-rw-r-- 0 root (0) root (0) 10512 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/README.md
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/
â â --rwxrwxr-x 0 root (0) root (0) 980 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 4241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GLSL.ext.AMD.h
â â --rw-rw-r-- 0 root (0) root (0) 1704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GLSL.ext.KHR.h
â â --rwxrwxr-x 0 root (0) root (0) 4126 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GLSL.std.450.h
â â --rwxrwxr-x 0 root (0) root (0) 209440 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GlslangToSpv.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GlslangToSpv.h
â â --rw-rw-r-- 0 root (0) root (0) 4653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/InReadableOrder.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2731 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/Logger.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2685 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/Logger.h
â â --rwxrwxr-x 0 root (0) root (0) 48314 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/SPVRemapper.cpp
â â --rwxrwxr-x 0 root (0) root (0) 11590 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/SPVRemapper.h
â â --rw-rw-r-- 0 root (0) root (0) 86818 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/SpvBuilder.cpp
â â --rwxrwxr-x 0 root (0) root (0) 26886 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/SpvBuilder.h
â â --rw-rw-r-- 0 root (0) root (0) 3296 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/bitutils.h
â â --rw-rw-r-- 0 root (0) root (0) 23154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/disassemble.cpp
â â --rwxrwxr-x 0 root (0) root (0) 1858 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/disassemble.h
â â --rwxrwxr-x 0 root (0) root (0) 138710 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/doc.cpp
â â --rw-rw-r-- 0 root (0) root (0) 8080 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/doc.h
â â --rw-rw-r-- 0 root (0) root (0) 39515 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/hex_float.h
â â --rwxrwxr-x 0 root (0) root (0) 27858 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/spirv.hpp
â â --rwxrwxr-x 0 root (0) root (0) 13220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/spvIR.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/
â â --rw-rw-r-- 0 root (0) root (0) 1239 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 29002 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/ResourceLimits.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2364 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/ResourceLimits.h
â â --rw-rw-r-- 0 root (0) root (0) 39034 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/StandAlone.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2780 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/Worklist.h
â â --rw-rw-r-- 0 root (0) root (0) 12560 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/spirv-remap.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/
â â --rw-rw-r-- 0 root (0) root (0) 680 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/100.conf
â â --rw-rw-r-- 0 root (0) root (0) 4971 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/100.frag
â â --rw-rw-r-- 0 root (0) root (0) 1973 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/100Limits.vert
â â --rw-rw-r-- 0 root (0) root (0) 1556 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/100scope.vert
â â --rw-rw-r-- 0 root (0) root (0) 1478 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/110scope.vert
â â --rw-rw-r-- 0 root (0) root (0) 5012 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/120.frag
â â --rw-rw-r-- 0 root (0) root (0) 4435 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/120.vert
â â --rw-rw-r-- 0 root (0) root (0) 4227 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/130.frag
â â --rw-rw-r-- 0 root (0) root (0) 1409 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/130.vert
â â --rw-rw-r-- 0 root (0) root (0) 810 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/140.frag
â â --rw-rw-r-- 0 root (0) root (0) 1772 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/140.vert
â â --rw-rw-r-- 0 root (0) root (0) 1329 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.frag
â â --rw-rw-r-- 0 root (0) root (0) 4110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.geom
â â --rw-rw-r-- 0 root (0) root (0) 878 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.tesc
â â --rw-rw-r-- 0 root (0) root (0) 918 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.tese
â â --rw-rw-r-- 0 root (0) root (0) 383 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.vert
â â --rw-rw-r-- 0 root (0) root (0) 4244 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300.frag
â â --rw-rw-r-- 0 root (0) root (0) 4438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300.vert
â â --rw-rw-r-- 0 root (0) root (0) 1565 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300BuiltIns.frag
â â --rw-rw-r-- 0 root (0) root (0) 1038 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300block.frag
â â --rw-rw-r-- 0 root (0) root (0) 485 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 1532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300layout.vert
â â --rw-rw-r-- 0 root (0) root (0) 99 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300link.frag
â â --rw-rw-r-- 0 root (0) root (0) 185 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300link2.frag
â â --rw-rw-r-- 0 root (0) root (0) 81 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300link3.frag
â â --rw-rw-r-- 0 root (0) root (0) 1544 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300operations.frag
â â --rw-rw-r-- 0 root (0) root (0) 1440 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300scope.vert
â â --rw-rw-r-- 0 root (0) root (0) 6878 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.comp
â â --rw-rw-r-- 0 root (0) root (0) 15115 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.frag
â â --rw-rw-r-- 0 root (0) root (0) 4350 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.geom
â â --rw-rw-r-- 0 root (0) root (0) 4164 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.tesc
â â --rw-rw-r-- 0 root (0) root (0) 3402 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.tese
â â --rw-rw-r-- 0 root (0) root (0) 12747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.vert
â â --rw-rw-r-- 0 root (0) root (0) 2821 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310AofA.vert
â â --rw-rw-r-- 0 root (0) root (0) 153 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310implicitSizeArrayError.vert
â â --rw-rw-r-- 0 root (0) root (0) 3870 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/330.frag
â â --rw-rw-r-- 0 root (0) root (0) 183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/330comp.frag
â â --rw-rw-r-- 0 root (0) root (0) 5662 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.frag
â â --rw-rw-r-- 0 root (0) root (0) 9588 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.geom
â â --rw-rw-r-- 0 root (0) root (0) 2425 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.tesc
â â --rw-rw-r-- 0 root (0) root (0) 2653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.tese
â â --rw-rw-r-- 0 root (0) root (0) 1693 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.vert
â â --rw-rw-r-- 0 root (0) root (0) 853 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/410.geom
â â --rw-rw-r-- 0 root (0) root (0) 145 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/410.tesc
â â --rw-rw-r-- 0 root (0) root (0) 76 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/410.vert
â â --rwxrwxr-x 0 root (0) root (0) 932 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.comp
â â --rw-rw-r-- 0 root (0) root (0) 395 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.frag
â â --rw-rw-r-- 0 root (0) root (0) 1009 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.geom
â â --rw-rw-r-- 0 root (0) root (0) 1101 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.tesc
â â --rw-rw-r-- 0 root (0) root (0) 2143 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.tese
â â --rw-rw-r-- 0 root (0) root (0) 4776 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.vert
â â --rw-rw-r-- 0 root (0) root (0) 419 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420_size_gl_in.geom
â â --rw-rw-r-- 0 root (0) root (0) 2066 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/430.comp
â â --rw-rw-r-- 0 root (0) root (0) 6557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/430.vert
â â --rw-rw-r-- 0 root (0) root (0) 3652 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/430AofA.frag
â â --rw-rw-r-- 0 root (0) root (0) 1408 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/430scope.vert
â â --rw-rw-r-- 0 root (0) root (0) 5289 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/440.frag
â â --rw-rw-r-- 0 root (0) root (0) 7420 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/440.vert
â â --rw-rw-r-- 0 root (0) root (0) 19 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.comp
â â --rw-rw-r-- 0 root (0) root (0) 1438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.frag
â â --rw-rw-r-- 0 root (0) root (0) 216 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.geom
â â --rw-rw-r-- 0 root (0) root (0) 269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.tesc
â â --rw-rw-r-- 0 root (0) root (0) 235 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.tese
â â --rw-rw-r-- 0 root (0) root (0) 400 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.vert
â â --rw-rw-r-- 0 root (0) root (0) 2998 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/Operations.frag
â â --rw-rw-r-- 0 root (0) root (0) 785 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/aggOps.frag
â â --rw-rw-r-- 0 root (0) root (0) 664 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/always-discard.frag
â â --rw-rw-r-- 0 root (0) root (0) 309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/always-discard2.frag
â â --rw-rw-r-- 0 root (0) root (0) 1920 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/array.frag
â â --rw-rw-r-- 0 root (0) root (0) 997 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/array100.frag
â â --rw-rw-r-- 0 root (0) root (0) 1440 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/atomic_uint.frag
â â --rw-rw-r-- 0 root (0) root (0) 42 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/badChars.frag
â â --rwxrwxr-x 0 root (0) root (0) 35 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/badMacroArgs.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/
â â --rw-rw-r-- 0 root (0) root (0) 26798 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/100.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 32667 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/100Limits.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 1750 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/100LimitsConf.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 8333 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/100scope.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 7796 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/110scope.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 33067 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/120.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 22939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/120.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 19809 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/130.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 13033 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/130.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 6704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/140.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11427 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/140.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 6894 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/150.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 18590 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/150.geom.out
â â --rw-rw-r-- 0 root (0) root (0) 88902 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/150.tesc.out
â â --rw-rw-r-- 0 root (0) root (0) 9101 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/150.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 35802 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 23752 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 22958 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300BuiltIns.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 14189 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300block.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3855 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300layout.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 14767 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300layout.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 635 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300link.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 906 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300link2.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 414 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300link3.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 27425 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300operations.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 8614 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300scope.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 36304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 66521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 16170 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.geom.out
â â --rw-rw-r-- 0 root (0) root (0) 27653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.tesc.out
â â --rw-rw-r-- 0 root (0) root (0) 16523 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.tese.out
â â --rw-rw-r-- 0 root (0) root (0) 66158 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 20058 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310AofA.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 2323 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310implicitSizeArrayError.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 13424 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/330.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2169 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/330comp.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 33269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 58426 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.geom.out
â â --rw-rw-r-- 0 root (0) root (0) 20868 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.tesc.out
â â --rw-rw-r-- 0 root (0) root (0) 16445 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.tese.out
â â --rwxrwxr-x 0 root (0) root (0) 21523 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 3778 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/410.geom.out
â â --rw-rw-r-- 0 root (0) root (0) 1340 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/410.tesc.out
â â --rwxrwxr-x 0 root (0) root (0) 832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/410.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 5402 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 1569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 7378 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.geom.out
â â --rw-rw-r-- 0 root (0) root (0) 10521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.tesc.out
â â --rw-rw-r-- 0 root (0) root (0) 14192 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.tese.out
â â --rw-rw-r-- 0 root (0) root (0) 18199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 2943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420_size_gl_in.geom.out
â â --rw-rw-r-- 0 root (0) root (0) 10788 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/430.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 22007 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/430.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 29633 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/430AofA.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 8904 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/430scope.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 17750 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/440.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 20231 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/440.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 386 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 12352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.geom.out
â â --rw-rw-r-- 0 root (0) root (0) 3293 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.tesc.out
â â --rw-rw-r-- 0 root (0) root (0) 3008 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.tese.out
â â --rw-rw-r-- 0 root (0) root (0) 3091 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 55315 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/Operations.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 14419 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/aggOps.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 9116 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/always-discard.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4387 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/always-discard2.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17971 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/array.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 14469 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/array100.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6025 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/atomic_uint.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 727 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/badChars.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 274 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/badMacroArgs.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 736 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/comment.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/conditionalDiscard.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2362 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/constErrors.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 22154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/constFold.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 47850 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/conversion.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 566 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppBad.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 7483 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppComplexExpr.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 2738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppIndent.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 4637 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppNest.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 15351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppSimple.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 1230 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/dataOut.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1252 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/dataOutIndirect.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4661 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/dce.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17799 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/decls.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11016 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/deepRvalue.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1399 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/depthOut.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 9121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/discard-dce.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/doWhileLoop.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 10498 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/earlyReturnDiscard.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 258 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/empty.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 790 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/errors.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 997 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/es-link1.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3715 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/flowControl.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 13953 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/forLoop.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4706 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/forwardRef.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6693 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/functionCall.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 14915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/functionSemantics.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 295 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.esversion.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 334 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 813 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.version.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 202 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.version.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 12662 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.amend.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 27183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.array.flatten.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 13891 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.array.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.array.implicit-size.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 10941 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.array.multidim.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 7525 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.assoc.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5691 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.attribute.expression.comp.out
â â --rwxrwxr-x 0 root (0) root (0) 2335 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.attribute.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2081 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.basic.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 9507 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.basic.geom.out
â â --rwxrwxr-x 0 root (0) root (0) 14357 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.buffer.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 26001 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.calculatelod.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 15607 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.calculatelodunclamped.dx10.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 4609 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.cast.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 19078 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.comparison.vec.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 16412 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.conditional.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5713 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.constructexpr.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1130 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.deadFunctionMissingBody.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 2033 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.depthGreater.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2139 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.depthLess.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5847 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.discard.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5537 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.doLoop.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 18072 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.entry-in.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 14930 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.entry-out.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5330 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.entry.rename.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11062 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.flatten.return.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 4367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.float1.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5560 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.float4.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 18302 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.forLoop.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 7459 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 21017 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 21798 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 19463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.basic.dx10.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 17762 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 15753 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.offsetarray.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 68113 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gatherRGBA.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 68852 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gatherRGBA.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 167627 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gatherRGBA.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 166848 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gatherRGBA.offsetarray.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 149481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.getdimensions.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 8207 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.getdimensions.dx10.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 54983 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.getdimensions.rw.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5765 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.getsampleposition.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3851 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.identifier.sample.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 15760 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.if.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 20706 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.init.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 8587 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.init2.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 12077 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.inoutquals.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.barriers.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 49406 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 7832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.double.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 7930 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.evalfns.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5104 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.f1632.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 406080 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5905 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.lit.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11604 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.negative.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 29855 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.negative.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 20124 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.negative.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 11020 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.promote.down.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 116690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.promote.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17418 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.promote.outputs.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 199397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 7863 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.layout.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 41776 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.2dms.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 40898 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 51304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 49011 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.basic.dx10.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 17539 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.buffer.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17702 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.buffer.float.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 63725 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 49182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.offsetarray.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 13107 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.rwbuffer.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 26333 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.rwtexture.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 31208 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.rwtexture.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 12027 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.logical.binary.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 26886 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.logical.binary.vec.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17102 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.logical.unary.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11786 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matNx1.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 19250 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matType.bool.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5536 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matType.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 34259 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matType.int.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17925 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matrixindex.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 3679 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.max.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11085 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.mintypes.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 4976 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.multiEntry.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 5794 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.multiReturn.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 9002 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.numericsuffixes.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2281 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.numthreads.comp.out
â â --rwxrwxr-x 0 root (0) root (0) 70525 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.overload.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 19280 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.partialInit.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 7433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.pp.line.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 8308 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.precedence.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5323 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.precedence2.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5749 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.precise.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4550 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.promote.atomic.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 19192 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.promote.binary.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4793 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.promote.vec1.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 212971 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.promotions.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 781 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.reflection.binding.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.reflection.binding.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 5251 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.reflection.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 581222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.atomics.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 197676 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.bracket.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 7032 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.register.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 173416 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.scalar.bracket.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 195501 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.vec2.bracket.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 25366 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 46450 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 27837 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 20507 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.offsetarray.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 12051 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.sub-vec4.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 26396 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplebias.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 31132 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplebias.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 28867 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplebias.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 21195 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplebias.offsetarray.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 33367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmp.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 32040 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmp.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 27393 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmp.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 28486 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmp.offsetarray.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 34489 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmplevelzero.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 33161 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmplevelzero.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 28158 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmplevelzero.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 29251 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmplevelzero.offsetarray.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 28081 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 34422 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 32086 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.basic.dx10.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 31161 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 23167 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.offsetarray.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 26551 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.array.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 31496 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.basic.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 28907 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.basic.dx10.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 28963 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.offset.dx10.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 21276 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.offsetarray.dx10.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.scope.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4912 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.semicolons.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 14548 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.shapeConv.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 3786 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.shapeConvRet.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 3021 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sin.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2399 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.string.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5337 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.stringtoken.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 11034 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.struct.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 10617 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.structarray.flatten.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6672 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.structarray.flatten.geom.out
â â --rwxrwxr-x 0 root (0) root (0) 14824 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.structin.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 15907 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.switch.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 4823 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.swizzle.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 28192 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.templatetypes.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 47191 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.tx.bracket.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5235 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.typedef.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2751 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.void.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 6590 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.whileLoop.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2428 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/length.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 9804 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/lineContinuation.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 4823 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/lineContinuation100.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 5647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/link1.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 21976 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/localAggregates.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 79745 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/loops.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17911 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/loopsArtificial.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1889 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/mains1.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 23591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/matrix.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 16228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/matrix2.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3076 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/matrixError.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 558 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/maxClipDistances.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 989 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/max_vertices_0.geom.out
â â --rwxrwxr-x 0 root (0) root (0) 3063 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/missingBodies.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 603 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/negativeArraySize.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 25873 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/newTexture.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1118 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/noMain.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 6643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/nonSquare.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 1184 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/nonVulkan.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 27067 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/numeral.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2862 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/pointCoord.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 15258 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/precise.tesc.out
â â --rw-rw-r-- 0 root (0) root (0) 38312 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/precise_struct_block.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 10153 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/precision.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4273 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/precision.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 10719 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/prepost.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.cpp_style___FILE__.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 356 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.cpp_style___FILE__.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.cpp_style_line_directive.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.cpp_style_line_directive.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 115 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.defined.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.defined.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 109 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.edge_cases.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 92 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.edge_cases.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.eof_missing.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 7 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.eof_missing.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 394 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.errors.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.errors.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.extensions.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 249 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.extensions.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 109 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.function_macro.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 193 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.function_macro.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 820 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.include.disabled.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.include.disabled.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 369 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.include.enabled.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.include.enabled.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 109 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.line.frag.err
â â --rw-rw-r-- 0 root (0) root (0) 60 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.line.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.line.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.line.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 464 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.many.endif.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.many.endif.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 109 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.pragma.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.pragma.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 109 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.simple.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 364 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.simple.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.success_if_parse_would_fail.vert.err
â â --rw-rw-r-- 0 root (0) root (0) 47 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.success_if_parse_would_fail.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 7365 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/recurse1.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 6301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/reflection.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 1649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.dcefunc.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 442 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.dcevartype.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1243 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.everything.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1815 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.none.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1572 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.strip.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11546 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.sample.basic.everything.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 16294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.sample.basic.none.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 12767 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.sample.basic.strip.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1232 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.templatetypes.everything.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.templatetypes.none.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2009 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.if.everything.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2134 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.if.none.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 223 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.literal64.everything.spv.out
â â --rw-rw-r-- 0 root (0) root (0) 978 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.literal64.none.spv.out
â â --rw-rw-r-- 0 root (0) root (0) 5424 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.similar_1a.everything.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6004 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.similar_1a.none.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5696 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.similar_1b.everything.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6265 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.similar_1b.none.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3780 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.switch.everything.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3882 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.switch.none.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2964 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.uniformarray.everything.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3646 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.uniformarray.none.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1104 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/sample.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1634 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/sample.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 1601 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/simpleFunctionCall.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 24173 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/specExamples.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 32331 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/specExamples.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 4908 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.100ops.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 15860 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.130.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 8985 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.140.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 7737 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.150.geom.out
â â --rwxrwxr-x 0 root (0) root (0) 5198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.150.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 3723 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.300BuiltIns.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 3670 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.300layout.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 12718 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.300layout.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 10306 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.300layoutp.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 11206 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.310.bitcast.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6430 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.310.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 3472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.330.geom.out
â â --rw-rw-r-- 0 root (0) root (0) 70477 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.400.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 9158 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.400.tesc.out
â â --rwxrwxr-x 0 root (0) root (0) 9749 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.400.tese.out
â â --rw-rw-r-- 0 root (0) root (0) 6576 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.420.geom.out
â â --rwxrwxr-x 0 root (0) root (0) 2406 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.430.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 7095 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.430.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 4321 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.450.tesc.out
â â --rw-rw-r-- 0 root (0) root (0) 7150 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.AofA.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 31138 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.Operations.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 16455 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.accessChain.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 15605 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.aggOps.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5141 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.always-discard.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2875 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.always-discard2.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 6480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.atomic.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 11185 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.bitCast.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4519 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.bool.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 7976 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.boolInBlock.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3210 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.branch-return.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 4187 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.buffer.autoassign.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2790 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.conditionalDiscard.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 27046 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.conversion.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 1555 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.dataOut.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2177 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.dataOutIndirect.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.dataOutIndirect.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 9986 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.deepRvalue.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 1690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.depthOut.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5997 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.discard-dce.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 1755 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.do-simple.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 3461 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.do-while-continue-break.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 2659 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.doWhileLoop.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5200 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.double.comp.out
â â --rwxrwxr-x 0 root (0) root (0) 7947 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.earlyReturnDiscard.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 42246 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.float16.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 3174 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.flowControl.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3073 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-complex-condition.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 3624 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-continue-break.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 2135 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-nobody.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 1861 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-notest.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 2026 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-simple.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 9579 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.forLoop.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.forwardFun.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 5770 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.functionCall.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 10695 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.functionSemantics.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 1151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.glFragColor.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11887 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.glsl.register.autoassign.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11517 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.glsl.register.noautoassign.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 25871 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.image.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 31709 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.int64.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17056 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.intOps.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 6954 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.interpOps.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 13506 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.layoutNested.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 2312 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.length.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 10412 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.localAggregates.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 51140 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.loops.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 11279 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.loopsArtificial.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 7929 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.matFun.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 15124 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.matrix.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 13394 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.matrix2.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 9270 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.memoryQualifier.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.merge-unreachable.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 13577 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.multiStruct.comp.out
â â --rwxrwxr-x 0 root (0) root (0) 5711 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.multiStructFuncall.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 19696 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.newTexture.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2961 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.noDeadDecorations.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 1345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.noWorkgroup.comp.out
â â --rwxrwxr-x 0 root (0) root (0) 5508 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.nonSquare.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 2790 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.offsets.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6093 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.precise.tesc.out
â â --rw-rw-r-- 0 root (0) root (0) 9419 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.precise.tese.out
â â --rwxrwxr-x 0 root (0) root (0) 11838 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.precision.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 6409 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.prepost.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2995 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.pushConstant.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 2315 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.qualifiers.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 16284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.queryL.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.register.autoassign-2.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 12376 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.register.autoassign.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.register.autoassign.rangetest.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11953 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.register.noautoassign.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3308 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.rw.autoassign.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 23187 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.separate.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.set.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 20244 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shaderBallot.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 5412 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shaderDrawParams.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 3107 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shaderGroupVote.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 3117 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shiftOps.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 11003 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shortCircuit.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 1573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.simpleFunctionCall.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2707 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.simpleMat.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 30876 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.sparseTexture.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 24488 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.sparseTextureClamp.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 2980 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConst.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 2411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConstant.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 6315 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConstant.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 4110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConstantComposite.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 8352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConstantOperations.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 5133 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.structAssignment.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 9242 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.structDeref.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 4673 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.structure.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 5976 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.subpass.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 26479 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.switch.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 7809 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.swizzle.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 3953 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.swizzleInversion.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4249 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.test.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2082 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.test.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 20519 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.texture.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 10506 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.texture.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 16085 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.types.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 22229 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.uint.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3639 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.uniformArray.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 7340 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.variableArrayIndex.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 4049 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.varyingArray.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 4659 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.varyingArrayIndirect.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 3369 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.voidFunction.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 3263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.while-continue-break.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 1848 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.while-simple.vert.out
â â --rwxrwxr-x 0 root (0) root (0) 2749 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.whileLoop.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6761 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/structAssignment.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 20662 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/structDeref.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 10692 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/structure.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 25478 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/switch.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 17349 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/swizzle.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 603 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/syntaxError.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 2635 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/test.conf
â â --rw-rw-r-- 0 root (0) root (0) 4954 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/test.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 28720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/texture.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 22093 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/tokenLength.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 33779 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/types.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 24359 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/uint.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4082 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/uniformArray.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 13631 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/variableArrayIndex.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6145 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/varyingArray.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 6661 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/varyingArrayIndirect.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1615 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/versionsClean.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4232 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/versionsClean.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 1598 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/versionsErrors.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 4666 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/versionsErrors.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 3248 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/voidFunction.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 14887 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/vulkan.ast.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/vulkan.comp.out
â â --rw-rw-r-- 0 root (0) root (0) 3797 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/vulkan.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1907 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/vulkan.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 2585 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/whileLoop.frag.out
â â --rwxrwxr-x 0 root (0) root (0) 32 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/bump
â â --rw-rw-r-- 0 root (0) root (0) 253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/comment.frag
â â --rw-rw-r-- 0 root (0) root (0) 206 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/conditionalDiscard.frag
â â --rw-rw-r-- 0 root (0) root (0) 816 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/constErrors.frag
â â --rw-rw-r-- 0 root (0) root (0) 4970 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/constFold.frag
â â --rw-rw-r-- 0 root (0) root (0) 2199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/conversion.frag
â â --rw-rw-r-- 0 root (0) root (0) 42 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppBad.vert
â â --rw-rw-r-- 0 root (0) root (0) 5849 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppComplexExpr.vert
â â --rw-rw-r-- 0 root (0) root (0) 837 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppIndent.vert
â â --rw-rw-r-- 0 root (0) root (0) 2204 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppNest.vert
â â --rw-rw-r-- 0 root (0) root (0) 5323 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppSimple.vert
â â --rw-rw-r-- 0 root (0) root (0) 88 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/dataOut.frag
â â --rw-rw-r-- 0 root (0) root (0) 106 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/dataOutIndirect.frag
â â --rw-rw-r-- 0 root (0) root (0) 1059 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/dce.frag
â â --rw-rw-r-- 0 root (0) root (0) 1434 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/decls.frag
â â --rw-rw-r-- 0 root (0) root (0) 907 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/deepRvalue.frag
â â --rw-rw-r-- 0 root (0) root (0) 134 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/depthOut.frag
â â --rw-rw-r-- 0 root (0) root (0) 666 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/discard-dce.frag
â â --rw-rw-r-- 0 root (0) root (0) 230 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/doWhileLoop.frag
â â --rw-rw-r-- 0 root (0) root (0) 1928 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/earlyReturnDiscard.frag
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/empty.frag
â â --rw-rw-r-- 0 root (0) root (0) 1 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/empty2.frag
â â --rw-rw-r-- 0 root (0) root (0) 13 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/empty3.frag
â â --rw-rw-r-- 0 root (0) root (0) 36 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/errors.frag
â â --rw-rw-r-- 0 root (0) root (0) 99 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/es-link1.frag
â â --rw-rw-r-- 0 root (0) root (0) 115 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/es-link2.frag
â â --rw-rw-r-- 0 root (0) root (0) 361 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/flowControl.frag
â â --rw-rw-r-- 0 root (0) root (0) 672 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/forLoop.frag
â â --rw-rw-r-- 0 root (0) root (0) 448 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/forwardRef.frag
â â --rw-rw-r-- 0 root (0) root (0) 643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/functionCall.frag
â â --rw-rw-r-- 0 root (0) root (0) 1578 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/functionSemantics.frag
â â --rwxrwxr-x 0 root (0) root (0) 61 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glslangValidator
â â --rw-rw-r-- 0 root (0) root (0) 38 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.esversion.vert
â â --rw-rw-r-- 0 root (0) root (0) 248 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.frag
â â --rw-rw-r-- 0 root (0) root (0) 49 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.version.frag
â â --rw-rw-r-- 0 root (0) root (0) 35 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.version.vert
â â --rw-rw-r-- 0 root (0) root (0) 697 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.vert
â â --rwxrwxr-x 0 root (0) root (0) 153 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.amend.frag
â â --rw-rw-r-- 0 root (0) root (0) 1048 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.array.flatten.frag
â â --rw-rw-r-- 0 root (0) root (0) 203 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.array.frag
â â --rw-rw-r-- 0 root (0) root (0) 770 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.array.implicit-size.frag
â â --rw-rw-r-- 0 root (0) root (0) 344 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.array.multidim.frag
â â --rw-rw-r-- 0 root (0) root (0) 184 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.assoc.frag
â â --rw-rw-r-- 0 root (0) root (0) 222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.attribute.expression.comp
â â --rw-rw-r-- 0 root (0) root (0) 236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.attribute.frag
â â --rw-rw-r-- 0 root (0) root (0) 88 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.basic.comp
â â --rw-rw-r-- 0 root (0) root (0) 608 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.basic.geom
â â --rw-rw-r-- 0 root (0) root (0) 646 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.buffer.frag
â â --rw-rw-r-- 0 root (0) root (0) 1440 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.calculatelod.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.calculatelodunclamped.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.cast.frag
â â --rw-rw-r-- 0 root (0) root (0) 567 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.comparison.vec.frag
â â --rw-rw-r-- 0 root (0) root (0) 472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.conditional.frag
â â --rw-rw-r-- 0 root (0) root (0) 405 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.constructexpr.frag
â â --rw-rw-r-- 0 root (0) root (0) 199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.deadFunctionMissingBody.vert
â â --rw-rw-r-- 0 root (0) root (0) 86 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.depthGreater.frag
â â --rw-rw-r-- 0 root (0) root (0) 68 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.depthLess.frag
â â --rw-rw-r-- 0 root (0) root (0) 173 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.discard.frag
â â --rw-rw-r-- 0 root (0) root (0) 177 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.doLoop.frag
â â --rw-rw-r-- 0 root (0) root (0) 326 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.entry-in.frag
â â --rw-rw-r-- 0 root (0) root (0) 375 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.entry-out.frag
â â --rw-rw-r-- 0 root (0) root (0) 198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.entry.rename.frag
â â --rw-rw-r-- 0 root (0) root (0) 257 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.flatten.return.frag
â â --rw-rw-r-- 0 root (0) root (0) 182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.float1.frag
â â --rw-rw-r-- 0 root (0) root (0) 315 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.float4.frag
â â --rw-rw-r-- 0 root (0) root (0) 411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.forLoop.frag
â â --rw-rw-r-- 0 root (0) root (0) 352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.frag
â â --rw-rw-r-- 0 root (0) root (0) 1151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1189 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.basic.dx10.vert
â â --rw-rw-r-- 0 root (0) root (0) 994 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 850 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 2183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gatherRGBA.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 2247 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gatherRGBA.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 4555 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gatherRGBA.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 4515 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gatherRGBA.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 2417 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gathercmpRGBA.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 2508 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gathercmpRGBA.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 5100 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gathercmpRGBA.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 5060 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gathercmpRGBA.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 9682 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.getdimensions.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.getdimensions.dx10.vert
â â --rw-rw-r-- 0 root (0) root (0) 2362 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.getdimensions.rw.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 419 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.getsampleposition.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 419 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.identifier.sample.frag
â â --rw-rw-r-- 0 root (0) root (0) 507 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.if.frag
â â --rw-rw-r-- 0 root (0) root (0) 900 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.init.frag
â â --rw-rw-r-- 0 root (0) root (0) 610 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.init2.frag
â â --rw-rw-r-- 0 root (0) root (0) 453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.inoutquals.frag
â â --rw-rw-r-- 0 root (0) root (0) 246 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.barriers.comp
â â --rw-rw-r-- 0 root (0) root (0) 3992 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.comp
â â --rw-rw-r-- 0 root (0) root (0) 304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.double.frag
â â --rw-rw-r-- 0 root (0) root (0) 318 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.evalfns.frag
â â --rw-rw-r-- 0 root (0) root (0) 479 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.f1632.frag
â â --rw-rw-r-- 0 root (0) root (0) 16629 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.frag
â â --rw-rw-r-- 0 root (0) root (0) 110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.lit.frag
â â --rw-rw-r-- 0 root (0) root (0) 15751 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.negative.comp
â â --rw-rw-r-- 0 root (0) root (0) 7197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.negative.frag
â â --rw-rw-r-- 0 root (0) root (0) 18063 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.negative.vert
â â --rw-rw-r-- 0 root (0) root (0) 309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.promote.down.frag
â â --rw-rw-r-- 0 root (0) root (0) 1725 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.promote.frag
â â --rw-rw-r-- 0 root (0) root (0) 880 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.promote.outputs.frag
â â --rw-rw-r-- 0 root (0) root (0) 10539 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.vert
â â --rw-rw-r-- 0 root (0) root (0) 385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 1082 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.2dms.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1418 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1484 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.basic.dx10.vert
â â --rw-rw-r-- 0 root (0) root (0) 703 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.buffer.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 674 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.buffer.float.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1520 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 435 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.rwbuffer.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1098 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.rwtexture.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1174 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.rwtexture.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 273 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.logical.binary.frag
â â --rw-rw-r-- 0 root (0) root (0) 511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.logical.binary.vec.frag
â â --rw-rw-r-- 0 root (0) root (0) 403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.logical.unary.frag
â â --rw-rw-r-- 0 root (0) root (0) 594 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matNx1.frag
â â --rw-rw-r-- 0 root (0) root (0) 1128 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matType.bool.frag
â â --rw-rw-r-- 0 root (0) root (0) 198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matType.frag
â â --rw-rw-r-- 0 root (0) root (0) 2036 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matType.int.frag
â â --rw-rw-r-- 0 root (0) root (0) 1762 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matrixindex.frag
â â --rw-rw-r-- 0 root (0) root (0) 102 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.max.frag
â â --rw-rw-r-- 0 root (0) root (0) 832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.mintypes.frag
â â --rwxrwxr-x 0 root (0) root (0) 237 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.multiEntry.vert
â â --rwxrwxr-x 0 root (0) root (0) 162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.multiReturn.frag
â â --rw-rw-r-- 0 root (0) root (0) 594 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.numericsuffixes.frag
â â --rw-rw-r-- 0 root (0) root (0) 236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.numthreads.comp
â â --rw-rw-r-- 0 root (0) root (0) 2206 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.overload.frag
â â --rwxrwxr-x 0 root (0) root (0) 440 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.partialInit.frag
â â --rw-rw-r-- 0 root (0) root (0) 301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.pp.line.frag
â â --rw-rw-r-- 0 root (0) root (0) 168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.precedence.frag
â â --rw-rw-r-- 0 root (0) root (0) 147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.precedence2.frag
â â --rw-rw-r-- 0 root (0) root (0) 267 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.precise.frag
â â --rw-rw-r-- 0 root (0) root (0) 433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.promote.atomic.frag
â â --rw-rw-r-- 0 root (0) root (0) 381 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.promote.binary.frag
â â --rw-rw-r-- 0 root (0) root (0) 260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.promote.vec1.frag
â â --rw-rw-r-- 0 root (0) root (0) 4840 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.promotions.frag
â â --rw-rw-r-- 0 root (0) root (0) 640 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.reflection.binding.frag
â â --rw-rw-r-- 0 root (0) root (0) 2981 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.reflection.vert
â â --rw-rw-r-- 0 root (0) root (0) 8983 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.atomics.frag
â â --rw-rw-r-- 0 root (0) root (0) 3008 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.bracket.frag
â â --rw-rw-r-- 0 root (0) root (0) 291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.register.frag
â â --rw-rw-r-- 0 root (0) root (0) 2910 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.scalar.bracket.frag
â â --rw-rw-r-- 0 root (0) root (0) 2975 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.vec2.bracket.frag
â â --rw-rw-r-- 0 root (0) root (0) 1300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 3018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1036 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 525 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.sub-vec4.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1381 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplebias.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1603 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplebias.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1514 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplebias.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1090 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplebias.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1731 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmp.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1674 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmp.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 2075 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmp.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 2169 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmp.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1812 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmplevelzero.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmplevelzero.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 2159 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmplevelzero.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 2259 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmplevelzero.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1612 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1957 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.basic.dx10.vert
â â --rw-rw-r-- 0 root (0) root (0) 1745 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1416 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.array.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1665 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.basic.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1585 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.basic.dx10.vert
â â --rw-rw-r-- 0 root (0) root (0) 1532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.offset.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 1102 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.offsetarray.dx10.frag
â â --rw-rw-r-- 0 root (0) root (0) 385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.scope.frag
â â --rw-rw-r-- 0 root (0) root (0) 266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.semicolons.frag
â â --rw-rw-r-- 0 root (0) root (0) 440 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.shapeConv.frag
â â --rwxrwxr-x 0 root (0) root (0) 79 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.shapeConvRet.frag
â â --rw-rw-r-- 0 root (0) root (0) 77 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sin.frag
â â --rwxrwxr-x 0 root (0) root (0) 340 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.string.frag
â â --rw-rw-r-- 0 root (0) root (0) 339 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.stringtoken.frag
â â --rw-rw-r-- 0 root (0) root (0) 737 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.struct.frag
â â --rw-rw-r-- 0 root (0) root (0) 649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.structarray.flatten.frag
â â --rw-rw-r-- 0 root (0) root (0) 356 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.structarray.flatten.geom
â â --rw-rw-r-- 0 root (0) root (0) 220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.structin.vert
â â --rw-rw-r-- 0 root (0) root (0) 717 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.switch.frag
â â --rw-rw-r-- 0 root (0) root (0) 149 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 1732 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.templatetypes.frag
â â --rw-rw-r-- 0 root (0) root (0) 811 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.templatetypes.negative.frag
â â --rw-rw-r-- 0 root (0) root (0) 1463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.tx.bracket.frag
â â --rw-rw-r-- 0 root (0) root (0) 234 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.typedef.frag
â â --rw-rw-r-- 0 root (0) root (0) 122 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.void.frag
â â --rw-rw-r-- 0 root (0) root (0) 179 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.whileLoop.frag
â â --rw-rw-r-- 0 root (0) root (0) 245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/length.frag
â â --rw-rw-r-- 0 root (0) root (0) 1591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/lineContinuation.vert
â â --rw-rw-r-- 0 root (0) root (0) 805 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/lineContinuation100.vert
â â --rw-rw-r-- 0 root (0) root (0) 575 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/link1.frag
â â --rw-rw-r-- 0 root (0) root (0) 599 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/link2.frag
â â --rw-rw-r-- 0 root (0) root (0) 197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/link3.frag
â â --rw-rw-r-- 0 root (0) root (0) 1110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/localAggregates.frag
â â --rw-rw-r-- 0 root (0) root (0) 6240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/loops.frag
â â --rw-rw-r-- 0 root (0) root (0) 1944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/loopsArtificial.frag
â â --rw-rw-r-- 0 root (0) root (0) 59 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/mains.frag
â â --rw-rw-r-- 0 root (0) root (0) 35 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/mains1.frag
â â --rw-rw-r-- 0 root (0) root (0) 35 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/mains2.frag
â â --rw-rw-r-- 0 root (0) root (0) 87 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/makeDoc
â â --rw-rw-r-- 0 root (0) root (0) 1142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/matrix.frag
â â --rw-rw-r-- 0 root (0) root (0) 991 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/matrix2.frag
â â --rw-rw-r-- 0 root (0) root (0) 520 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/matrixError.vert
â â --rw-rw-r-- 0 root (0) root (0) 93 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/maxClipDistances.vert
â â --rw-rw-r-- 0 root (0) root (0) 220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/max_vertices_0.geom
â â --rw-rw-r-- 0 root (0) root (0) 289 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/missingBodies.vert
â â --rw-rw-r-- 0 root (0) root (0) 139 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/negativeArraySize.comp
â â --rw-rw-r-- 0 root (0) root (0) 2105 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/newTexture.frag
â â --rw-rw-r-- 0 root (0) root (0) 37 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/noMain.vert
â â --rw-rw-r-- 0 root (0) root (0) 55 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/noMain1.geom
â â --rw-rw-r-- 0 root (0) root (0) 61 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/noMain2.geom
â â --rw-rw-r-- 0 root (0) root (0) 531 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/nonSquare.vert
â â --rw-rw-r-- 0 root (0) root (0) 294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/nonVulkan.frag
â â --rw-rw-r-- 0 root (0) root (0) 2655 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/numeral.frag
â â --rw-rw-r-- 0 root (0) root (0) 236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/pointCoord.frag
â â --rw-rw-r-- 0 root (0) root (0) 2743 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/precise.tesc
â â --rw-rw-r-- 0 root (0) root (0) 2272 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/precise_struct_block.vert
â â --rw-rw-r-- 0 root (0) root (0) 1908 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/precision.frag
â â --rw-rw-r-- 0 root (0) root (0) 593 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/precision.vert
â â --rw-rw-r-- 0 root (0) root (0) 747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/prepost.frag
â â --rw-rw-r-- 0 root (0) root (0) 355 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.cpp_style___FILE__.vert
â â --rw-rw-r-- 0 root (0) root (0) 513 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.cpp_style_line_directive.vert
â â --rw-rw-r-- 0 root (0) root (0) 85 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.defined.vert
â â --rw-rw-r-- 0 root (0) root (0) 227 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.edge_cases.vert
â â --rw-rw-r-- 0 root (0) root (0) 5 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.eof_missing.vert
â â --rw-rw-r-- 0 root (0) root (0) 274 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.errors.vert
â â --rw-rw-r-- 0 root (0) root (0) 257 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.extensions.vert
â â --rw-rw-r-- 0 root (0) root (0) 471 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.function_macro.vert
â â --rw-rw-r-- 0 root (0) root (0) 90 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.include.disabled.vert
â â --rw-rw-r-- 0 root (0) root (0) 144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.include.enabled.vert
â â --rw-rw-r-- 0 root (0) root (0) 59 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.line.frag
â â --rw-rw-r-- 0 root (0) root (0) 316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.line.vert
â â --rw-rw-r-- 0 root (0) root (0) 60 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.many.endif.vert
â â --rw-rw-r-- 0 root (0) root (0) 156 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.pragma.vert
â â --rw-rw-r-- 0 root (0) root (0) 476 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.simple.vert
â â --rw-rw-r-- 0 root (0) root (0) 48 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.success_if_parse_would_fail.vert
â â --rw-rw-r-- 0 root (0) root (0) 857 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/recurse1.frag
â â --rw-rw-r-- 0 root (0) root (0) 527 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/recurse1.vert
â â --rw-rw-r-- 0 root (0) root (0) 352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/recurse2.frag
â â --rw-rw-r-- 0 root (0) root (0) 3448 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/reflection.vert
â â --rw-rw-r-- 0 root (0) root (0) 122 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.basic.dcefunc.frag
â â --rw-rw-r-- 0 root (0) root (0) 122 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.basic.everything.frag
â â --rw-rw-r-- 0 root (0) root (0) 122 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.basic.none.frag
â â --rw-rw-r-- 0 root (0) root (0) 122 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.basic.strip.frag
â â --rw-rw-r-- 0 root (0) root (0) 3018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.sample.basic.everything.frag
â â --rw-rw-r-- 0 root (0) root (0) 3018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.sample.basic.none.frag
â â --rw-rw-r-- 0 root (0) root (0) 3018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.sample.basic.strip.frag
â â --rw-rw-r-- 0 root (0) root (0) 1738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.templatetypes.everything.frag
â â --rw-rw-r-- 0 root (0) root (0) 1738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.templatetypes.none.frag
â â --rw-rw-r-- 0 root (0) root (0) 151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.if.everything.frag
â â --rw-rw-r-- 0 root (0) root (0) 151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.if.none.frag
â â --rw-rw-r-- 0 root (0) root (0) 220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.literal64.everything.spv
â â --rw-rw-r-- 0 root (0) root (0) 220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.literal64.none.spv
â â --rw-rw-r-- 0 root (0) root (0) 451 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.similar_1a.everything.frag
â â --rw-rw-r-- 0 root (0) root (0) 451 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.similar_1a.none.frag
â â --rw-rw-r-- 0 root (0) root (0) 473 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.similar_1b.everything.frag
â â --rw-rw-r-- 0 root (0) root (0) 473 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.similar_1b.none.frag
â â --rw-rw-r-- 0 root (0) root (0) 348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.switch.everything.frag
â â --rw-rw-r-- 0 root (0) root (0) 348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.switch.none.frag
â â --rw-rw-r-- 0 root (0) root (0) 240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.uniformarray.everything.frag
â â --rw-rw-r-- 0 root (0) root (0) 240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.uniformarray.none.frag
â â --rwxrwxr-x 0 root (0) root (0) 2192 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/runtests
â â --rw-rw-r-- 0 root (0) root (0) 1713 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/sample.frag
â â --rw-rw-r-- 0 root (0) root (0) 531 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/sample.frag.out
â â --rw-rw-r-- 0 root (0) root (0) 1772 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/sample.vert
â â --rw-rw-r-- 0 root (0) root (0) 815 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/sample.vert.out
â â --rw-rw-r-- 0 root (0) root (0) 174 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/simpleFunctionCall.frag
â â --rw-rw-r-- 0 root (0) root (0) 7408 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/specExamples.frag
â â --rw-rw-r-- 0 root (0) root (0) 6609 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/specExamples.vert
â â --rw-rw-r-- 0 root (0) root (0) 386 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.100ops.frag
â â --rw-rw-r-- 0 root (0) root (0) 2188 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.130.frag
â â --rw-rw-r-- 0 root (0) root (0) 816 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.140.frag
â â --rw-rw-r-- 0 root (0) root (0) 780 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.150.geom
â â --rw-rw-r-- 0 root (0) root (0) 545 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.150.vert
â â --rw-rw-r-- 0 root (0) root (0) 241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.300BuiltIns.vert
â â --rw-rw-r-- 0 root (0) root (0) 272 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.300layout.frag
â â --rw-rw-r-- 0 root (0) root (0) 1037 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.300layout.vert
â â --rw-rw-r-- 0 root (0) root (0) 1034 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.300layoutp.vert
â â --rw-rw-r-- 0 root (0) root (0) 1049 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.310.bitcast.frag
â â --rw-rw-r-- 0 root (0) root (0) 595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.310.comp
â â --rw-rw-r-- 0 root (0) root (0) 486 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.330.geom
â â --rw-rw-r-- 0 root (0) root (0) 8635 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.400.frag
â â --rw-rw-r-- 0 root (0) root (0) 1098 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.400.tesc
â â --rw-rw-r-- 0 root (0) root (0) 1178 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.400.tese
â â --rw-rw-r-- 0 root (0) root (0) 750 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.420.geom
â â --rw-rw-r-- 0 root (0) root (0) 142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.430.frag
â â --rw-rw-r-- 0 root (0) root (0) 844 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.430.vert
â â --rw-rw-r-- 0 root (0) root (0) 835 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.450.tesc
â â --rw-rw-r-- 0 root (0) root (0) 643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.AofA.frag
â â --rw-rw-r-- 0 root (0) root (0) 2596 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.Operations.frag
â â --rw-rw-r-- 0 root (0) root (0) 1481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.accessChain.frag
â â --rw-rw-r-- 0 root (0) root (0) 836 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.aggOps.frag
â â --rw-rw-r-- 0 root (0) root (0) 659 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.always-discard.frag
â â --rw-rw-r-- 0 root (0) root (0) 304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.always-discard2.frag
â â --rw-rw-r-- 0 root (0) root (0) 1059 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.atomic.comp
â â --rw-rw-r-- 0 root (0) root (0) 1020 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.bitCast.frag
â â --rw-rw-r-- 0 root (0) root (0) 221 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.bool.vert
â â --rw-rw-r-- 0 root (0) root (0) 496 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.boolInBlock.frag
â â --rw-rw-r-- 0 root (0) root (0) 196 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.branch-return.vert
â â --rw-rw-r-- 0 root (0) root (0) 373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.buffer.autoassign.frag
â â --rw-rw-r-- 0 root (0) root (0) 199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.conditionalDiscard.frag
â â --rw-rw-r-- 0 root (0) root (0) 2070 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.conversion.frag
â â --rw-rw-r-- 0 root (0) root (0) 83 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.dataOut.frag
â â --rw-rw-r-- 0 root (0) root (0) 138 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.dataOutIndirect.frag
â â --rw-rw-r-- 0 root (0) root (0) 180 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.dataOutIndirect.vert
â â --rw-rw-r-- 0 root (0) root (0) 903 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.deepRvalue.frag
â â --rw-rw-r-- 0 root (0) root (0) 146 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.depthOut.frag
â â --rw-rw-r-- 0 root (0) root (0) 661 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.discard-dce.frag
â â --rw-rw-r-- 0 root (0) root (0) 78 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.do-simple.vert
â â --rw-rw-r-- 0 root (0) root (0) 265 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.do-while-continue-break.vert
â â --rw-rw-r-- 0 root (0) root (0) 215 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.doWhileLoop.frag
â â --rw-rw-r-- 0 root (0) root (0) 608 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.double.comp
â â --rw-rw-r-- 0 root (0) root (0) 1875 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.earlyReturnDiscard.frag
â â --rw-rw-r-- 0 root (0) root (0) 8316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.float16.frag
â â --rw-rw-r-- 0 root (0) root (0) 336 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.flowControl.frag
â â --rw-rw-r-- 0 root (0) root (0) 165 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-complex-condition.vert
â â --rw-rw-r-- 0 root (0) root (0) 265 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-continue-break.vert
â â --rw-rw-r-- 0 root (0) root (0) 107 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-nobody.vert
â â --rw-rw-r-- 0 root (0) root (0) 104 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-notest.vert
â â --rw-rw-r-- 0 root (0) root (0) 94 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-simple.vert
â â --rw-rw-r-- 0 root (0) root (0) 667 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.forLoop.frag
â â --rw-rw-r-- 0 root (0) root (0) 498 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.forwardFun.frag
â â --rw-rw-r-- 0 root (0) root (0) 643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.functionCall.frag
â â --rw-rw-r-- 0 root (0) root (0) 1324 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.functionSemantics.frag
â â --rw-rw-r-- 0 root (0) root (0) 66 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.glFragColor.frag
â â --rw-rw-r-- 0 root (0) root (0) 1722 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.glsl.register.autoassign.frag
â â --rw-rw-r-- 0 root (0) root (0) 1722 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.glsl.register.noautoassign.frag
â â --rw-rw-r-- 0 root (0) root (0) 3308 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.image.frag
â â --rw-rw-r-- 0 root (0) root (0) 5865 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.int64.frag
â â --rw-rw-r-- 0 root (0) root (0) 1487 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.intOps.vert
â â --rw-rw-r-- 0 root (0) root (0) 784 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.interpOps.frag
â â --rw-rw-r-- 0 root (0) root (0) 1495 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.layoutNested.vert
â â --rw-rw-r-- 0 root (0) root (0) 176 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.length.frag
â â --rw-rw-r-- 0 root (0) root (0) 1066 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.localAggregates.frag
â â --rw-rw-r-- 0 root (0) root (0) 5753 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.loops.frag
â â --rw-rw-r-- 0 root (0) root (0) 1284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.loopsArtificial.frag
â â --rw-rw-r-- 0 root (0) root (0) 370 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.matFun.vert
â â --rw-rw-r-- 0 root (0) root (0) 714 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.matrix.frag
â â --rw-rw-r-- 0 root (0) root (0) 941 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.matrix2.frag
â â --rw-rw-r-- 0 root (0) root (0) 884 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.memoryQualifier.frag
â â --rw-rw-r-- 0 root (0) root (0) 182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.merge-unreachable.frag
â â --rw-rw-r-- 0 root (0) root (0) 656 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.multiStruct.comp
â â --rwxrwxr-x 0 root (0) root (0) 347 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.multiStructFuncall.frag
â â --rw-rw-r-- 0 root (0) root (0) 2050 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.newTexture.frag
â â --rw-rw-r-- 0 root (0) root (0) 147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.noDeadDecorations.vert
â â --rw-rw-r-- 0 root (0) root (0) 112 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.noWorkgroup.comp
â â --rw-rw-r-- 0 root (0) root (0) 538 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.nonSquare.vert
â â --rwxrwxr-x 0 root (0) root (0) 409 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.offsets.frag
â â --rw-rw-r-- 0 root (0) root (0) 750 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.precise.tesc
â â --rw-rw-r-- 0 root (0) root (0) 1065 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.precise.tese
â â --rw-rw-r-- 0 root (0) root (0) 1191 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.precision.frag
â â --rw-rw-r-- 0 root (0) root (0) 747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.prepost.frag
â â --rw-rw-r-- 0 root (0) root (0) 299 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.pushConstant.vert
â â --rw-rw-r-- 0 root (0) root (0) 295 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.qualifiers.vert
â â --rw-rw-r-- 0 root (0) root (0) 1964 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.queryL.frag
â â --rw-rw-r-- 0 root (0) root (0) 296 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.register.autoassign-2.frag
â â --rw-rw-r-- 0 root (0) root (0) 1610 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.register.autoassign.frag
â â --rw-rw-r-- 0 root (0) root (0) 298 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.register.autoassign.rangetest.frag
â â --rw-rw-r-- 0 root (0) root (0) 1610 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.register.noautoassign.frag
â â --rw-rw-r-- 0 root (0) root (0) 264 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.rw.autoassign.frag
â â --rw-rw-r-- 0 root (0) root (0) 3620 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.separate.frag
â â --rw-rw-r-- 0 root (0) root (0) 223 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.set.vert
â â --rw-rw-r-- 0 root (0) root (0) 2560 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shaderBallot.comp
â â --rw-rw-r-- 0 root (0) root (0) 344 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shaderDrawParams.vert
â â --rw-rw-r-- 0 root (0) root (0) 337 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shaderGroupVote.comp
â â --rw-rw-r-- 0 root (0) root (0) 242 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shiftOps.frag
â â --rwxrwxr-x 0 root (0) root (0) 983 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shortCircuit.frag
â â --rw-rw-r-- 0 root (0) root (0) 127 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.simpleFunctionCall.frag
â â --rw-rw-r-- 0 root (0) root (0) 307 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.simpleMat.vert
â â --rw-rw-r-- 0 root (0) root (0) 3726 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.sparseTexture.frag
â â --rw-rw-r-- 0 root (0) root (0) 3055 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.sparseTextureClamp.frag
â â --rw-rw-r-- 0 root (0) root (0) 114 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConst.vert
â â --rw-rw-r-- 0 root (0) root (0) 252 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConstant.comp
â â --rw-rw-r-- 0 root (0) root (0) 1291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConstant.vert
â â --rw-rw-r-- 0 root (0) root (0) 3088 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConstantComposite.vert
â â --rw-rw-r-- 0 root (0) root (0) 3231 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConstantOperations.vert
â â --rw-rw-r-- 0 root (0) root (0) 565 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.structAssignment.frag
â â --rw-rw-r-- 0 root (0) root (0) 1185 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.structDeref.frag
â â --rw-rw-r-- 0 root (0) root (0) 456 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.structure.frag
â â --rw-rw-r-- 0 root (0) root (0) 791 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.subpass.frag
â â --rw-rw-r-- 0 root (0) root (0) 2198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.switch.frag
â â --rw-rw-r-- 0 root (0) root (0) 872 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 429 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.swizzleInversion.frag
â â --rw-rw-r-- 0 root (0) root (0) 385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.test.frag
â â --rw-rw-r-- 0 root (0) root (0) 175 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.test.vert
â â --rw-rw-r-- 0 root (0) root (0) 2751 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.texture.frag
â â --rw-rw-r-- 0 root (0) root (0) 1339 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.texture.vert
â â --rw-rw-r-- 0 root (0) root (0) 1481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.types.frag
â â --rw-rw-r-- 0 root (0) root (0) 2455 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.uint.frag
â â --rw-rw-r-- 0 root (0) root (0) 257 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.uniformArray.frag
â â --rw-rw-r-- 0 root (0) root (0) 896 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.variableArrayIndex.frag
â â --rw-rw-r-- 0 root (0) root (0) 338 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.varyingArray.frag
â â --rw-rw-r-- 0 root (0) root (0) 374 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.varyingArrayIndirect.frag
â â --rw-rw-r-- 0 root (0) root (0) 304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.voidFunction.frag
â â --rw-rw-r-- 0 root (0) root (0) 246 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.while-continue-break.vert
â â --rw-rw-r-- 0 root (0) root (0) 75 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.while-simple.vert
â â --rw-rw-r-- 0 root (0) root (0) 211 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.whileLoop.frag
â â --rw-rw-r-- 0 root (0) root (0) 572 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/structAssignment.frag
â â --rw-rw-r-- 0 root (0) root (0) 1234 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/structDeref.frag
â â --rw-rw-r-- 0 root (0) root (0) 481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/structure.frag
â â --rw-rw-r-- 0 root (0) root (0) 2888 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/switch.frag
â â --rw-rw-r-- 0 root (0) root (0) 895 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/swizzle.frag
â â --rw-rw-r-- 0 root (0) root (0) 230 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/syntaxError.frag
â â --rw-rw-r-- 0 root (0) root (0) 414 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/test.frag
â â --rw-rw-r-- 0 root (0) root (0) 2803 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/texture.frag
â â --rw-rw-r-- 0 root (0) root (0) 47051 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/tokenLength.vert
â â --rw-rw-r-- 0 root (0) root (0) 1552 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/types.frag
â â --rw-rw-r-- 0 root (0) root (0) 2635 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/uint.frag
â â --rw-rw-r-- 0 root (0) root (0) 270 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/uniformArray.frag
â â --rw-rw-r-- 0 root (0) root (0) 903 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/variableArrayIndex.frag
â â --rw-rw-r-- 0 root (0) root (0) 371 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/varyingArray.frag
â â --rw-rw-r-- 0 root (0) root (0) 411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/varyingArrayIndirect.frag
â â --rw-rw-r-- 0 root (0) root (0) 1774 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/versionsClean.frag
â â --rw-rw-r-- 0 root (0) root (0) 1746 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/versionsClean.vert
â â --rw-rw-r-- 0 root (0) root (0) 1799 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/versionsErrors.frag
â â --rw-rw-r-- 0 root (0) root (0) 1799 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/versionsErrors.vert
â â --rw-rw-r-- 0 root (0) root (0) 319 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/voidFunction.frag
â â --rw-rw-r-- 0 root (0) root (0) 1159 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/vulkan.ast.vert
â â --rw-rw-r-- 0 root (0) root (0) 311 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/vulkan.comp
â â --rw-rw-r-- 0 root (0) root (0) 3325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/vulkan.frag
â â --rw-rw-r-- 0 root (0) root (0) 1846 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/vulkan.vert
â â --rw-rw-r-- 0 root (0) root (0) 226 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/whileLoop.frag
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/
â â --rw-rw-r-- 0 root (0) root (0) 3725 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/CMakeLists.txt
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/GenericCodeGen/
â â --rw-rw-r-- 0 root (0) root (0) 2682 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/GenericCodeGen/CodeGen.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2819 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/GenericCodeGen/Link.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/
â â --rw-rw-r-- 0 root (0) root (0) 12932 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/BaseTypes.h
â â --rw-rw-r-- 0 root (0) root (0) 7766 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/Common.h
â â --rw-rw-r-- 0 root (0) root (0) 19923 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/ConstantUnion.h
â â --rw-rw-r-- 0 root (0) root (0) 5346 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/InfoSink.h
â â --rw-rw-r-- 0 root (0) root (0) 1859 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/InitializeGlobals.h
â â --rw-rw-r-- 0 root (0) root (0) 11742 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/PoolAlloc.h
â â --rw-rw-r-- 0 root (0) root (0) 5000 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/ResourceLimits.h
â â --rw-rw-r-- 0 root (0) root (0) 6085 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/ShHandle.h
â â --rw-rw-r-- 0 root (0) root (0) 61081 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/Types.h
â â --rw-rw-r-- 0 root (0) root (0) 10570 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/arrays.h
â â --rw-rw-r-- 0 root (0) root (0) 40008 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/intermediate.h
â â --rw-rw-r-- 0 root (0) root (0) 297 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/revision.h
â â --rw-rw-r-- 0 root (0) root (0) 627 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/revision.template
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/
â â --rw-rw-r-- 0 root (0) root (0) 38422 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Constant.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3131 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/InfoSink.cpp
â â --rw-rw-r-- 0 root (0) root (0) 231150 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Initialize.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5037 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Initialize.h
â â --rw-rw-r-- 0 root (0) root (0) 7897 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/IntermTraverse.cpp
â â --rw-rw-r-- 0 root (0) root (0) 86257 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Intermediate.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5235 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/LiveTraverser.h
â â --rw-rw-r-- 0 root (0) root (0) 16885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ParseContextBase.cpp
â â --rw-rw-r-- 0 root (0) root (0) 282454 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ParseHelper.cpp
â â --rw-rw-r-- 0 root (0) root (0) 24794 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ParseHelper.h
â â --rw-rw-r-- 0 root (0) root (0) 10170 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/PoolAlloc.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3103 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/RemoveTree.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1673 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/RemoveTree.h
â â --rw-rw-r-- 0 root (0) root (0) 49613 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Scan.cpp
â â --rw-rw-r-- 0 root (0) root (0) 9643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Scan.h
â â --rw-rw-r-- 0 root (0) root (0) 3014 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ScanContext.h
â â --rw-rw-r-- 0 root (0) root (0) 65160 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ShaderLang.cpp
â â --rw-rw-r-- 0 root (0) root (0) 11750 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/SymbolTable.cpp
â â --rw-rw-r-- 0 root (0) root (0) 26467 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/SymbolTable.h
â â --rw-rw-r-- 0 root (0) root (0) 32059 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Versions.cpp
â â --rw-rw-r-- 0 root (0) root (0) 11481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Versions.h
â â --rw-rw-r-- 0 root (0) root (0) 8012 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/gl_types.h
â â --rw-rw-r-- 0 root (0) root (0) 101234 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/glslang.y
â â --rw-rw-r-- 0 root (0) root (0) 346535 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/glslang_tab.cpp
â â --rw-rw-r-- 0 root (0) root (0) 9883 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/glslang_tab.cpp.h
â â --rw-rw-r-- 0 root (0) root (0) 44970 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/intermOut.cpp
â â --rw-rw-r-- 0 root (0) root (0) 14103 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/iomapper.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2099 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/iomapper.h
â â --rw-rw-r-- 0 root (0) root (0) 6377 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/limits.cpp
â â --rw-rw-r-- 0 root (0) root (0) 51709 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/linkValidate.cpp
â â --rw-rw-r-- 0 root (0) root (0) 20635 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/localintermediate.h
â â --rw-rw-r-- 0 root (0) root (0) 7292 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/parseConst.cpp
â â --rwxrwxr-x 0 root (0) root (0) 7252 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/parseVersions.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/
â â --rw-rw-r-- 0 root (0) root (0) 474 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/Compare.h
â â --rw-rw-r-- 0 root (0) root (0) 40961 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp
â â --rw-rw-r-- 0 root (0) root (0) 7484 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5201 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp
â â --rw-rw-r-- 0 root (0) root (0) 19947 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpContext.h
â â --rw-rw-r-- 0 root (0) root (0) 6449 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpMemory.cpp
â â --rw-rw-r-- 0 root (0) root (0) 30098 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpSymbols.cpp
â â --rw-rw-r-- 0 root (0) root (0) 10483 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5580 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h
â â --rw-rw-r-- 0 root (0) root (0) 40733 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/propagateNoContraction.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/propagateNoContraction.h
â â --rw-rw-r-- 0 root (0) root (0) 31872 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/reflection.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5538 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/reflection.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Unix/
â â --rw-rw-r-- 0 root (0) root (0) 180 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Unix/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 5113 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Unix/ossource.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Windows/
â â --rw-rw-r-- 0 root (0) root (0) 480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Windows/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 2307 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Windows/main.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4242 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Windows/ossource.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2327 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/osinclude.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Public/
â â --rw-rw-r-- 0 root (0) root (0) 21933 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Public/ShaderLang.h
â â --rwxrwxr-x 0 root (0) root (0) 145 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/updateGrammar
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/
â â --rw-rw-r-- 0 root (0) root (0) 5673 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/AST.FromFile.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2200 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/BuiltInResource.FromFile.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1928 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 4038 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Config.FromFile.cpp
â â --rw-rw-r-- 0 root (0) root (0) 52292 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/HexFloat.cpp
â â --rw-rw-r-- 0 root (0) root (0) 11090 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Hlsl.FromFile.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2130 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Initializer.h
â â --rw-rw-r-- 0 root (0) root (0) 4111 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Link.FromFile.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2779 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Pp.FromFile.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1212 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/README.md
â â --rw-rw-r-- 0 root (0) root (0) 5952 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Remap.FromFile.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2206 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Settings.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Settings.h
â â --rw-rw-r-- 0 root (0) root (0) 12441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Spv.FromFile.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/TestFixture.cpp
â â --rw-rw-r-- 0 root (0) root (0) 24052 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/TestFixture.h
â â --rw-rw-r-- 0 root (0) root (0) 2711 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/main.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/
â â --rwxrwxr-x 0 root (0) root (0) 573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 4192 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslAttributes.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3278 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslAttributes.h
â â --rwxrwxr-x 0 root (0) root (0) 94035 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslGrammar.cpp
â â --rwxrwxr-x 0 root (0) root (0) 5194 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslGrammar.h
â â --rwxrwxr-x 0 root (0) root (0) 5641 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslOpMap.cpp
â â --rwxrwxr-x 0 root (0) root (0) 2310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslOpMap.h
â â --rwxrwxr-x 0 root (0) root (0) 244191 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslParseHelper.cpp
â â --rwxrwxr-x 0 root (0) root (0) 16273 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslParseHelper.h
â â --rwxrwxr-x 0 root (0) root (0) 72824 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslParseables.cpp
â â --rwxrwxr-x 0 root (0) root (0) 2613 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslParseables.h
â â --rwxrwxr-x 0 root (0) root (0) 30856 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslScanContext.cpp
â â --rwxrwxr-x 0 root (0) root (0) 3615 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslScanContext.h
â â --rwxrwxr-x 0 root (0) root (0) 3245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslTokenStream.cpp
â â --rwxrwxr-x 0 root (0) root (0) 3407 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslTokenStream.h
â â --rwxrwxr-x 0 root (0) root (0) 6895 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslTokens.h
â â --rwxrwxr-x 0 root (0) root (0) 422 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/glslang/glslang/make-revision
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/ibxm/
â â --rw-rw-r-- 0 root (0) root (0) 828 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/ibxm/README
â â --rw-rw-r-- 0 root (0) root (0) 64900 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/ibxm/ibxm.c
â â --rw-rw-r-- 0 root (0) root (0) 2338 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/ibxm/ibxm.h
â â --rw-rw-r-- 0 root (0) root (0) 1551 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/ibxm/licence.txt
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/
â â --rw-rw-r-- 0 root (0) root (0) 2155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/AUTHORS
â â --rw-rw-r-- 0 root (0) root (0) 1509 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/COPYING.Xiph
â â --rw-rw-r-- 0 root (0) root (0) 10342 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/README
â â --rw-rw-r-- 0 root (0) root (0) 2353 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/bitmath.c
â â --rw-rw-r-- 0 root (0) root (0) 33505 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/bitreader.c
â â --rw-rw-r-- 0 root (0) root (0) 10658 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/cpu.c
â â --rw-rw-r-- 0 root (0) root (0) 6386 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/crc.c
â â --rw-rw-r-- 0 root (0) root (0) 15103 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/fixed.c
â â --rw-rw-r-- 0 root (0) root (0) 9168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/float.c
â â --rw-rw-r-- 0 root (0) root (0) 21401 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/format.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/
â â --rw-rw-r-- 0 root (0) root (0) 2000 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/assert.h
â â --rw-rw-r-- 0 root (0) root (0) 7233 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/callback.h
â â --rw-rw-r-- 0 root (0) root (0) 3204 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/export.h
â â --rw-rw-r-- 0 root (0) root (0) 40463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/format.h
â â --rw-rw-r-- 0 root (0) root (0) 99363 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/metadata.h
â â --rw-rw-r-- 0 root (0) root (0) 2666 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/ordinals.h
â â --rw-rw-r-- 0 root (0) root (0) 70482 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/stream_decoder.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/
â â --rw-rw-r-- 0 root (0) root (0) 6562 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/bitmath.h
â â --rw-rw-r-- 0 root (0) root (0) 4563 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/bitreader.h
â â --rw-rw-r-- 0 root (0) root (0) 5445 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/cpu.h
â â --rw-rw-r-- 0 root (0) root (0) 2659 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/crc.h
â â --rw-rw-r-- 0 root (0) root (0) 5324 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/fixed.h
â â --rw-rw-r-- 0 root (0) root (0) 3632 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/float.h
â â --rw-rw-r-- 0 root (0) root (0) 2525 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/format.h
â â --rw-rw-r-- 0 root (0) root (0) 14243 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/lpc.h
â â --rw-rw-r-- 0 root (0) root (0) 2618 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/macros.h
â â --rw-rw-r-- 0 root (0) root (0) 1642 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/md5.h
â â --rw-rw-r-- 0 root (0) root (0) 2812 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/private/memory.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/protected/
â â --rw-rw-r-- 0 root (0) root (0) 2526 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/protected/stream_decoder.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/share/
â â --rw-rw-r-- 0 root (0) root (0) 6215 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/share/alloc.h
â â --rw-rw-r-- 0 root (0) root (0) 6195 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/share/compat.h
â â --rw-rw-r-- 0 root (0) root (0) 2937 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/share/endswap.h
â â --rw-rw-r-- 0 root (0) root (0) 2099 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/share/win_utf8_io.h
â â --rw-rw-r-- 0 root (0) root (0) 2853 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/include/share/windows_unicode_filenames.h
â â --rw-rw-r-- 0 root (0) root (0) 46768 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/lpc.c
â â --rw-rw-r-- 0 root (0) root (0) 65579 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/lpc_intrin_avx2.c
â â --rw-rw-r-- 0 root (0) root (0) 12521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/lpc_intrin_sse.c
â â --rw-rw-r-- 0 root (0) root (0) 50710 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/lpc_intrin_sse2.c
â â --rw-rw-r-- 0 root (0) root (0) 63009 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/lpc_intrin_sse41.c
â â --rw-rw-r-- 0 root (0) root (0) 17233 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/md5.c
â â --rw-rw-r-- 0 root (0) root (0) 6636 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/memory.c
â â --rw-rw-r-- 0 root (0) root (0) 134751 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/stream_decoder.c
â â --rw-rw-r-- 0 root (0) root (0) 5194 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libFLAC/windows_unicode_filenames.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/
â â --rw-rw-r-- 0 root (0) root (0) 2504 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/bit_ops.h
â â --rw-rw-r-- 0 root (0) root (0) 9781 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/cache.c
â â --rw-rw-r-- 0 root (0) root (0) 4943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/cache.h
â â --rw-rw-r-- 0 root (0) root (0) 2956 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/common.h
â â --rw-rw-r-- 0 root (0) root (0) 38911 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/directory.c
â â --rw-rw-r-- 0 root (0) root (0) 6288 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/directory.h
â â --rw-rw-r-- 0 root (0) root (0) 3867 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/disc.c
â â --rw-rw-r-- 0 root (0) root (0) 3695 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/disc.h
â â --rw-rw-r-- 0 root (0) root (0) 18438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/fatdir.c
â â --rw-rw-r-- 0 root (0) root (0) 2765 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/fatdir.h
â â --rw-rw-r-- 0 root (0) root (0) 35964 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/fatfile.c
â â --rw-rw-r-- 0 root (0) root (0) 3761 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/fatfile.h
â â --rw-rw-r-- 0 root (0) root (0) 12252 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/file_allocation_table.c
â â --rw-rw-r-- 0 root (0) root (0) 2867 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/file_allocation_table.h
â â --rw-rw-r-- 0 root (0) root (0) 3374 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/filetime.c
â â --rw-rw-r-- 0 root (0) root (0) 1757 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/filetime.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/include/
â â --rw-rw-r-- 0 root (0) root (0) 4236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/include/fat.h
â â --rw-rw-r-- 0 root (0) root (0) 213 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/include/libfatversion.h
â â --rw-rw-r-- 0 root (0) root (0) 6885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/libfat.c
â â --rw-rw-r-- 0 root (0) root (0) 400 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/lock.c
â â --rw-rw-r-- 0 root (0) root (0) 2106 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/lock.h
â â --rw-rw-r-- 0 root (0) root (0) 1926 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/mem_allocate.h
â â --rw-rw-r-- 0 root (0) root (0) 14995 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/partition.c
â â --rw-rw-r-- 0 root (0) root (0) 3770 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libfat/partition.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libiosuhax/
â â --rw-rw-r-- 0 root (0) root (0) 25630 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax.c
â â --rw-rw-r-- 0 root (0) root (0) 4484 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax.h
â â --rw-rw-r-- 0 root (0) root (0) 26291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax_devoptab.c
â â --rw-rw-r-- 0 root (0) root (0) 1713 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax_devoptab.h
â â --rw-rw-r-- 0 root (0) root (0) 6299 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax_disc_interface.c
â â --rw-rw-r-- 0 root (0) root (0) 2547 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax_disc_interface.h
â â --rw-rw-r-- 0 root (0) root (0) 2490 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libiosuhax/os_functions.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/
â â --rw-rw-r-- 0 root (0) root (0) 1155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/LICENSE
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/
â â --rw-rw-r-- 0 root (0) root (0) 308 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 4950 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/areaevents.c
â â --rw-rw-r-- 0 root (0) root (0) 1942 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/control.c
â â --rw-rw-r-- 0 root (0) root (0) 907 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/controlsigs.h
â â --rw-rw-r-- 0 root (0) root (0) 501 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/debug.c
â â --rw-rw-r-- 0 root (0) root (0) 1345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/matrix.c
â â --rw-rw-r-- 0 root (0) root (0) 371 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/shouldquit.c
â â --rw-rw-r-- 0 root (0) root (0) 2010 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/uipriv.h
â â --rw-rw-r-- 0 root (0) root (0) 187 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/common/userbugs.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/
â â --rw-rw-r-- 0 root (0) root (0) 1821 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 2032 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/alloc.m
â â --rw-rw-r-- 0 root (0) root (0) 10687 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/area.m
â â --rw-rw-r-- 0 root (0) root (0) 4026 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/areaevents.m
â â --rw-rw-r-- 0 root (0) root (0) 5547 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/autolayout.m
â â --rw-rw-r-- 0 root (0) root (0) 11416 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/box.m
â â --rw-rw-r-- 0 root (0) root (0) 2241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/button.m
â â --rw-rw-r-- 0 root (0) root (0) 2596 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/checkbox.m
â â --rw-rw-r-- 0 root (0) root (0) 4167 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/colorbutton.m
â â --rw-rw-r-- 0 root (0) root (0) 3352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/combobox.m
â â --rw-rw-r-- 0 root (0) root (0) 2225 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/control.m
â â --rw-rw-r-- 0 root (0) root (0) 1072 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/datetimepicker.m
â â --rw-rw-r-- 0 root (0) root (0) 591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/debug.m
â â --rw-rw-r-- 0 root (0) root (0) 11302 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/draw.m
â â --rw-rw-r-- 0 root (0) root (0) 22466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/drawtext.m
â â --rw-rw-r-- 0 root (0) root (0) 5002 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/editablecombo.m
â â --rw-rw-r-- 0 root (0) root (0) 5301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/entry.m
â â --rw-rw-r-- 0 root (0) root (0) 5351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/fontbutton.m
â â --rw-rw-r-- 0 root (0) root (0) 14649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/form.m
â â --rw-rw-r-- 0 root (0) root (0) 20254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/grid.m
â â --rw-rw-r-- 0 root (0) root (0) 5735 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/group.m
â â --rw-rw-r-- 0 root (0) root (0) 1944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/image.m
â â --rw-rw-r-- 0 root (0) root (0) 761 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/label.m
â â --rw-rw-r-- 0 root (0) root (0) 6536 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/main.m
â â --rw-rw-r-- 0 root (0) root (0) 1378 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/map.m
â â --rw-rw-r-- 0 root (0) root (0) 9572 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/menu.m
â â --rw-rw-r-- 0 root (0) root (0) 7288 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/multilineentry.m
â â --rw-rw-r-- 0 root (0) root (0) 1697 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/progressbar.m
â â --rw-rw-r-- 0 root (0) root (0) 5254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/radiobuttons.m
â â --rw-rw-r-- 0 root (0) root (0) 2048 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/scrollview.m
â â --rw-rw-r-- 0 root (0) root (0) 1010 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/separator.m
â â --rw-rw-r-- 0 root (0) root (0) 3021 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/slider.m
â â --rw-rw-r-- 0 root (0) root (0) 5791 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/spinbox.m
â â --rw-rw-r-- 0 root (0) root (0) 3264 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/stddialogs.m
â â --rw-rw-r-- 0 root (0) root (0) 7528 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/tab.m
â â --rw-rw-r-- 0 root (0) root (0) 290 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/text.m
â â --rw-rw-r-- 0 root (0) root (0) 4932 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/uipriv_darwin.h
â â --rw-rw-r-- 0 root (0) root (0) 581 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/util.m
â â --rw-rw-r-- 0 root (0) root (0) 9436 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/window.m
â â --rw-rw-r-- 0 root (0) root (0) 7873 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/darwin/winmoveresize.m
â â --rw-rw-r-- 0 root (0) root (0) 12687 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/libui_main.c
â â --rw-rw-r-- 0 root (0) root (0) 25390 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/ui.h
â â --rw-rw-r-- 0 root (0) root (0) 9197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/ui_darwin.h
â â --rw-rw-r-- 0 root (0) root (0) 4504 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/ui_unix.h
â â --rw-rw-r-- 0 root (0) root (0) 10137 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/ui_windows.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/
â â --rw-rw-r-- 0 root (0) root (0) 1733 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 1911 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/alloc.c
â â --rw-rw-r-- 0 root (0) root (0) 18460 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/area.c
â â --rw-rw-r-- 0 root (0) root (0) 3800 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/box.c
â â --rw-rw-r-- 0 root (0) root (0) 1051 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/button.c
â â --rw-rw-r-- 0 root (0) root (0) 10217 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/cellrendererbutton.c
â â --rw-rw-r-- 0 root (0) root (0) 1813 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/checkbox.c
â â --rw-rw-r-- 0 root (0) root (0) 2871 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/child.c
â â --rw-rw-r-- 0 root (0) root (0) 1801 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/colorbutton.c
â â --rw-rw-r-- 0 root (0) root (0) 1534 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/combobox.c
â â --rw-rw-r-- 0 root (0) root (0) 407 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/control.c
â â --rw-rw-r-- 0 root (0) root (0) 17093 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/datetimepicker.c
â â --rw-rw-r-- 0 root (0) root (0) 373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/debug.c
â â --rw-rw-r-- 0 root (0) root (0) 3205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/draw.c
â â --rw-rw-r-- 0 root (0) root (0) 253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/draw.h
â â --rw-rw-r-- 0 root (0) root (0) 2022 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/drawmatrix.c
â â --rw-rw-r-- 0 root (0) root (0) 3759 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/drawpath.c
â â --rw-rw-r-- 0 root (0) root (0) 8680 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/drawtext.c
â â --rw-rw-r-- 0 root (0) root (0) 2037 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/editablecombo.c
â â --rw-rw-r-- 0 root (0) root (0) 2104 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/entry.c
â â --rw-rw-r-- 0 root (0) root (0) 1773 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/fontbutton.c
â â --rw-rw-r-- 0 root (0) root (0) 4082 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/form.c
â â --rw-rw-r-- 0 root (0) root (0) 1321 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/future.c
â â --rw-rw-r-- 0 root (0) root (0) 774 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/graphemes.c
â â --rw-rw-r-- 0 root (0) root (0) 3613 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/grid.c
â â --rw-rw-r-- 0 root (0) root (0) 2284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/group.c
â â --rw-rw-r-- 0 root (0) root (0) 2781 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/image.c
â â --rw-rw-r-- 0 root (0) root (0) 594 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/label.c
â â --rw-rw-r-- 0 root (0) root (0) 2222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/main.c
â â --rw-rw-r-- 0 root (0) root (0) 8926 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/menu.c
â â --rw-rw-r-- 0 root (0) root (0) 3533 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/multilineentry.c
â â --rw-rw-r-- 0 root (0) root (0) 1404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/progressbar.c
â â --rw-rw-r-- 0 root (0) root (0) 2777 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/radiobuttons.c
â â --rw-rw-r-- 0 root (0) root (0) 599 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/separator.c
â â --rw-rw-r-- 0 root (0) root (0) 1516 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/slider.c
â â --rw-rw-r-- 0 root (0) root (0) 1616 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/spinbox.c
â â --rw-rw-r-- 0 root (0) root (0) 2038 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/stddialogs.c
â â --rw-rw-r-- 0 root (0) root (0) 2036 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/tab.c
â â --rw-rw-r-- 0 root (0) root (0) 147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/text.c
â â --rw-rw-r-- 0 root (0) root (0) 2115 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/uipriv_unix.h
â â --rw-rw-r-- 0 root (0) root (0) 205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/util.c
â â --rw-rw-r-- 0 root (0) root (0) 7694 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/unix/window.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/
â â --rw-rw-r-- 0 root (0) root (0) 2307 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/CMakeLists.txt
â â --rw-rw-r-- 0 root (0) root (0) 1901 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/_uipriv_migrate.hpp
â â --rw-rw-r-- 0 root (0) root (0) 1337 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/alloc.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4817 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/area.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1172 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/area.hpp
â â --rw-rw-r-- 0 root (0) root (0) 3964 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/areadraw.cpp
â â --rw-rw-r-- 0 root (0) root (0) 12957 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/areaevents.cpp
â â --rw-rw-r-- 0 root (0) root (0) 6397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/areascroll.cpp
â â --rw-rw-r-- 0 root (0) root (0) 773 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/areautil.cpp
â â --rw-rw-r-- 0 root (0) root (0) 7563 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/box.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2455 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/button.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2836 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/checkbox.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4544 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/colorbutton.cpp
â â --rw-rw-r-- 0 root (0) root (0) 31961 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/colordialog.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2680 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/combobox.cpp
â â --rw-rw-r-- 0 root (0) root (0) 276 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/compilerver.hpp
â â --rw-rw-r-- 0 root (0) root (0) 3033 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/container.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3363 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/control.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/d2dscratch.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5499 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/datetimepicker.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2238 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/debug.cpp
â â --rw-rw-r-- 0 root (0) root (0) 14319 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/draw.cpp
â â --rw-rw-r-- 0 root (0) root (0) 363 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/draw.hpp
â â --rw-rw-r-- 0 root (0) root (0) 2142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/drawmatrix.cpp
â â --rw-rw-r-- 0 root (0) root (0) 6942 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/drawpath.cpp
â â --rw-rw-r-- 0 root (0) root (0) 15443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/drawtext.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2658 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/dwrite.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3167 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/editablecombo.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2941 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/entry.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/events.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3045 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/fontbutton.cpp
â â --rw-rw-r-- 0 root (0) root (0) 19290 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/fontdialog.cpp
â â --rw-rw-r-- 0 root (0) root (0) 8165 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/form.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/graphemes.cpp
â â --rw-rw-r-- 0 root (0) root (0) 16565 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/grid.cpp
â â --rw-rw-r-- 0 root (0) root (0) 6024 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/group.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4763 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/init.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1343 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/label.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1081 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/libui.manifest
â â --rw-rw-r-- 0 root (0) root (0) 2670 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/main.cpp
â â --rw-rw-r-- 0 root (0) root (0) 7772 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/menu.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3802 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/multilineentry.cpp
â â --rw-rw-r-- 0 root (0) root (0) 128 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/notes
â â --rw-rw-r-- 0 root (0) root (0) 4583 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/parent.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2200 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/progressbar.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5004 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/radiobuttons.cpp
â â --rw-rw-r-- 0 root (0) root (0) 792 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/resources.hpp
â â --rw-rw-r-- 0 root (0) root (0) 4264 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/resources.rc
â â --rw-rw-r-- 0 root (0) root (0) 1345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/separator.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/sizing.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/slider.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5814 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/spinbox.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4011 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/stddialogs.cpp
â â --rw-rw-r-- 0 root (0) root (0) 7739 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/tab.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/tabpage.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2272 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/text.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5504 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/uipriv_windows.hpp
â â --rw-rw-r-- 0 root (0) root (0) 3133 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/utf16.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2214 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/utilwin.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/winapi.hpp
â â --rw-rw-r-- 0 root (0) root (0) 14602 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/window.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1570 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/winpublic.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4012 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libui/windows/winutil.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/
â â --rw-rw-r-- 0 root (0) root (0) 1110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/LICENSE
â â --rw-rw-r-- 0 root (0) root (0) 1212 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 141 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/README.md
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/include/
â â --rw-rw-r-- 0 root (0) root (0) 642 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/include/shared.h
â â --rw-rw-r-- 0 root (0) root (0) 995 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/include/utils.h
â â --rw-rw-r-- 0 root (0) root (0) 5416 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/include/vita2d.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/
â â --rw-rw-r-- 0 root (0) root (0) 77 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/clear_f.cg
â â --rw-rw-r-- 0 root (0) root (0) 1641 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/clear_f_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 86 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/clear_v.cg
â â --rw-rw-r-- 0 root (0) root (0) 1817 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/clear_v_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 62 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/color_f.cg
â â --rw-rw-r-- 0 root (0) root (0) 1465 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/color_f_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 213 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/color_v.cg
â â --rw-rw-r-- 0 root (0) root (0) 2293 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/color_v_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 1547 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/tetxure_f_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 1986 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/tetxure_tint_f_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 2299 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/tetxure_v_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 112 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_f.cg
â â --rw-rw-r-- 0 root (0) root (0) 1547 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_f_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_tint_f.cg
â â --rw-rw-r-- 0 root (0) root (0) 1986 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_tint_f_gxp.c
â â --rw-rw-r-- 0 root (0) root (0) 229 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_v.cg
â â --rw-rw-r-- 0 root (0) root (0) 2299 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_v_gxp.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/source/
â â --rw-rw-r-- 0 root (0) root (0) 2330 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/source/utils.c
â â --rw-rw-r-- 0 root (0) root (0) 29111 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/source/vita2d.c
â â --rw-rw-r-- 0 root (0) root (0) 5142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/source/vita2d_draw.c
â â --rw-rw-r-- 0 root (0) root (0) 20403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libvita2d/source/vita2d_texture.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/
â â --rw-rw-r-- 0 root (0) root (0) 2178 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/adler32.c
â â --rw-rw-r-- 0 root (0) root (0) 2332 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/compress.c
â â --rw-rw-r-- 0 root (0) root (0) 4514 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/crc32.c
â â --rw-rw-r-- 0 root (0) root (0) 68064 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/deflate.c
â â --rw-rw-r-- 0 root (0) root (0) 12785 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/deflate.h
â â --rw-rw-r-- 0 root (0) root (0) 724 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/gzclose.c
â â --rw-rw-r-- 0 root (0) root (0) 127 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/gzfile.h
â â --rw-rw-r-- 0 root (0) root (0) 6651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/gzguts.h
â â --rw-rw-r-- 0 root (0) root (0) 15326 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/gzlib.c
â â --rw-rw-r-- 0 root (0) root (0) 17656 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/gzread.c
â â --rw-rw-r-- 0 root (0) root (0) 15752 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/gzwrite.c
â â --rw-rw-r-- 0 root (0) root (0) 22046 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/infback.c
â â --rw-rw-r-- 0 root (0) root (0) 12282 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/inffast.c
â â --rw-rw-r-- 0 root (0) root (0) 473 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/inffast.h
â â --rw-rw-r-- 0 root (0) root (0) 6377 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/inffixed.h
â â --rw-rw-r-- 0 root (0) root (0) 55052 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/inflate.c
â â --rw-rw-r-- 0 root (0) root (0) 6446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/inflate.h
â â --rw-rw-r-- 0 root (0) root (0) 12664 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/inftrees.c
â â --rw-rw-r-- 0 root (0) root (0) 2973 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/inftrees.h
â â --rw-rw-r-- 0 root (0) root (0) 42126 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/trees.c
â â --rw-rw-r-- 0 root (0) root (0) 8514 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/trees.h
â â --rw-rw-r-- 0 root (0) root (0) 1932 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/uncompr.c
â â --rw-rw-r-- 0 root (0) root (0) 14664 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/zconf.h
â â --rw-rw-r-- 0 root (0) root (0) 14664 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/zconf.h.in
â â --rw-rw-r-- 0 root (0) root (0) 3568 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/libz/zutil.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/
â â --rw-rw-r-- 0 root (0) root (0) 49787 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/aes.c
â â --rw-rw-r-- 0 root (0) root (0) 18460 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/aesni.c
â â --rw-rw-r-- 0 root (0) root (0) 4766 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/arc4.c
â â --rw-rw-r-- 0 root (0) root (0) 9450 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/asn1parse.c
â â --rw-rw-r-- 0 root (0) root (0) 10827 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/asn1write.c
â â --rw-rw-r-- 0 root (0) root (0) 7705 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/base64.c
â â --rw-rw-r-- 0 root (0) root (0) 58351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/bignum.c
â â --rw-rw-r-- 0 root (0) root (0) 25697 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/blowfish.c
â â --rw-rw-r-- 0 root (0) root (0) 271245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/cacert.h
â â --rw-rw-r-- 0 root (0) root (0) 35151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/camellia.c
â â --rw-rw-r-- 0 root (0) root (0) 13130 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ccm.c
â â --rw-rw-r-- 0 root (0) root (0) 21640 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/certs.c
â â --rw-rw-r-- 0 root (0) root (0) 26199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/cipher.c
â â --rw-rw-r-- 0 root (0) root (0) 35994 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/cipher_wrap.c
â â --rw-rw-r-- 0 root (0) root (0) 32867 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/cmac.c
â â --rw-rw-r-- 0 root (0) root (0) 17570 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ctr_drbg.c
â â --rw-rw-r-- 0 root (0) root (0) 11042 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/debug.c
â â --rw-rw-r-- 0 root (0) root (0) 31859 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/des.c
â â --rw-rw-r-- 0 root (0) root (0) 16757 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/dhm.c
â â --rw-rw-r-- 0 root (0) root (0) 7185 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ecdh.c
â â --rw-rw-r-- 0 root (0) root (0) 13271 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ecdsa.c
â â --rw-rw-r-- 0 root (0) root (0) 37698 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ecjpake.c
â â --rw-rw-r-- 0 root (0) root (0) 67474 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ecp.c
â â --rw-rw-r-- 0 root (0) root (0) 52528 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ecp_curves.c
â â --rw-rw-r-- 0 root (0) root (0) 18408 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/entropy.c
â â --rw-rw-r-- 0 root (0) root (0) 6663 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/entropy_poll.c
â â --rw-rw-r-- 0 root (0) root (0) 37011 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/error.c
â â --rw-rw-r-- 0 root (0) root (0) 30515 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/gcm.c
â â --rw-rw-r-- 0 root (0) root (0) 9192 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/havege.c
â â --rw-rw-r-- 0 root (0) root (0) 16013 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/hmac_drbg.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/
â â --rw-rw-r-- 0 root (0) root (0) 11967 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/aes.h
â â --rw-rw-r-- 0 root (0) root (0) 3417 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/aesni.h
â â --rw-rw-r-- 0 root (0) root (0) 2669 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/arc4.h
â â --rw-rw-r-- 0 root (0) root (0) 11762 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/asn1.h
â â --rw-rw-r-- 0 root (0) root (0) 9307 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/asn1write.h
â â --rw-rw-r-- 0 root (0) root (0) 3134 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/base64.h
â â --rw-rw-r-- 0 root (0) root (0) 26276 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/bignum.h
â â --rw-rw-r-- 0 root (0) root (0) 7482 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/blowfish.h
â â --rw-rw-r-- 0 root (0) root (0) 35258 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/bn_mul.h
â â --rw-rw-r-- 0 root (0) root (0) 8123 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/camellia.h
â â --rw-rw-r-- 0 root (0) root (0) 4965 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ccm.h
â â --rw-rw-r-- 0 root (0) root (0) 3459 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/certs.h
â â --rw-rw-r-- 0 root (0) root (0) 26340 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/check_config.h
â â --rw-rw-r-- 0 root (0) root (0) 26791 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/cipher.h
â â --rw-rw-r-- 0 root (0) root (0) 3250 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/cipher_internal.h
â â --rw-rw-r-- 0 root (0) root (0) 6210 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/cmac.h
â â --rw-rw-r-- 0 root (0) root (0) 129529 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/compat-1.3.h
â â --rw-rw-r-- 0 root (0) root (0) 85312 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/config.h
â â --rw-rw-r-- 0 root (0) root (0) 10845 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ctr_drbg.h
â â --rw-rw-r-- 0 root (0) root (0) 8791 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/debug.h
â â --rw-rw-r-- 0 root (0) root (0) 8939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/des.h
â â --rw-rw-r-- 0 root (0) root (0) 12106 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/dhm.h
â â --rw-rw-r-- 0 root (0) root (0) 7742 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecdh.h
â â --rw-rw-r-- 0 root (0) root (0) 10339 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecdsa.h
â â --rw-rw-r-- 0 root (0) root (0) 8632 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecjpake.h
â â --rw-rw-r-- 0 root (0) root (0) 25907 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecp.h
â â --rw-rw-r-- 0 root (0) root (0) 10532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecp_internal.h
â â --rw-rw-r-- 0 root (0) root (0) 9615 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/entropy.h
â â --rw-rw-r-- 0 root (0) root (0) 3304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/entropy_poll.h
â â --rw-rw-r-- 0 root (0) root (0) 3175 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/error.h
â â --rw-rw-r-- 0 root (0) root (0) 7723 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/gcm.h
â â --rw-rw-r-- 0 root (0) root (0) 1778 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/havege.h
â â --rw-rw-r-- 0 root (0) root (0) 11111 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/hmac_drbg.h
â â --rw-rw-r-- 0 root (0) root (0) 12221 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md.h
â â --rw-rw-r-- 0 root (0) root (0) 3300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md2.h
â â --rw-rw-r-- 0 root (0) root (0) 3283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md4.h
â â --rw-rw-r-- 0 root (0) root (0) 3283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md5.h
â â --rw-rw-r-- 0 root (0) root (0) 3085 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md_internal.h
â â --rw-rw-r-- 0 root (0) root (0) 5136 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/memory_buffer_alloc.h
â â --rw-rw-r-- 0 root (0) root (0) 1144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/net.h
â â --rw-rw-r-- 0 root (0) root (0) 8513 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/net_sockets.h
â â --rw-rw-r-- 0 root (0) root (0) 29748 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/oid.h
â â --rw-rw-r-- 0 root (0) root (0) 3135 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/padlock.h
â â --rw-rw-r-- 0 root (0) root (0) 4911 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pem.h
â â --rw-rw-r-- 0 root (0) root (0) 21917 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pk.h
â â --rw-rw-r-- 0 root (0) root (0) 3530 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pk_internal.h
â â --rw-rw-r-- 0 root (0) root (0) 5613 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pkcs11.h
â â --rw-rw-r-- 0 root (0) root (0) 5015 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pkcs12.h
â â --rw-rw-r-- 0 root (0) root (0) 3286 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pkcs5.h
â â --rw-rw-r-- 0 root (0) root (0) 11147 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/platform.h
â â --rw-rw-r-- 0 root (0) root (0) 2118 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/platform_time.h
â â --rw-rw-r-- 0 root (0) root (0) 3554 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ripemd160.h
â â --rw-rw-r-- 0 root (0) root (0) 28360 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/rsa.h
â â --rw-rw-r-- 0 root (0) root (0) 3326 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/sha1.h
â â --rw-rw-r-- 0 root (0) root (0) 3650 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/sha256.h
â â --rw-rw-r-- 0 root (0) root (0) 3653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/sha512.h
â â --rw-rw-r-- 0 root (0) root (0) 114269 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl.h
â â --rw-rw-r-- 0 root (0) root (0) 4190 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_cache.h
â â --rw-rw-r-- 0 root (0) root (0) 22284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_ciphersuites.h
â â --rw-rw-r-- 0 root (0) root (0) 3148 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_cookie.h
â â --rw-rw-r-- 0 root (0) root (0) 23979 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_internal.h
â â --rw-rw-r-- 0 root (0) root (0) 4275 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_ticket.h
â â --rw-rw-r-- 0 root (0) root (0) 3775 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/threading.h
â â --rw-rw-r-- 0 root (0) root (0) 3778 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/timing.h
â â --rw-rw-r-- 0 root (0) root (0) 3384 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/version.h
â â --rw-rw-r-- 0 root (0) root (0) 15223 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/x509.h
â â --rw-rw-r-- 0 root (0) root (0) 5308 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/x509_crl.h
â â --rw-rw-r-- 0 root (0) root (0) 26036 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/x509_crt.h
â â --rw-rw-r-- 0 root (0) root (0) 10013 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/x509_csr.h
â â --rw-rw-r-- 0 root (0) root (0) 3480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/xtea.h
â â --rw-rw-r-- 0 root (0) root (0) 12179 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/md.c
â â --rw-rw-r-- 0 root (0) root (0) 7882 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/md2.c
â â --rw-rw-r-- 0 root (0) root (0) 10250 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/md4.c
â â --rw-rw-r-- 0 root (0) root (0) 11246 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/md5.c
â â --rw-rw-r-- 0 root (0) root (0) 13186 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/md_wrap.c
â â --rw-rw-r-- 0 root (0) root (0) 19257 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/memory_buffer_alloc.c
â â --rw-rw-r-- 0 root (0) root (0) 16576 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/net_sockets.c
â â --rw-rw-r-- 0 root (0) root (0) 25460 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/oid.c
â â --rw-rw-r-- 0 root (0) root (0) 4804 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/padlock.c
â â --rw-rw-r-- 0 root (0) root (0) 13373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/pem.c
â â --rw-rw-r-- 0 root (0) root (0) 10607 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/pk.c
â â --rw-rw-r-- 0 root (0) root (0) 14418 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/pk_wrap.c
â â --rw-rw-r-- 0 root (0) root (0) 6394 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/pkcs11.c
â â --rw-rw-r-- 0 root (0) root (0) 10893 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/pkcs12.c
â â --rw-rw-r-- 0 root (0) root (0) 11753 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/pkcs5.c
â â --rw-rw-r-- 0 root (0) root (0) 39115 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/pkparse.c
â â --rw-rw-r-- 0 root (0) root (0) 14724 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/pkwrite.c
â â --rw-rw-r-- 0 root (0) root (0) 8821 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/platform.c
â â --rw-rw-r-- 0 root (0) root (0) 13817 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ripemd160.c
â â --rw-rw-r-- 0 root (0) root (0) 55974 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/rsa.c
â â --rw-rw-r-- 0 root (0) root (0) 11634 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/sha1.c
â â --rw-rw-r-- 0 root (0) root (0) 13397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/sha256.c
â â --rw-rw-r-- 0 root (0) root (0) 15874 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/sha512.c
â â --rw-rw-r-- 0 root (0) root (0) 8142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ssl_cache.c
â â --rw-rw-r-- 0 root (0) root (0) 81761 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ssl_ciphersuites.c
â â --rw-rw-r-- 0 root (0) root (0) 118497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ssl_cli.c
â â --rw-rw-r-- 0 root (0) root (0) 7442 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ssl_cookie.c
â â --rw-rw-r-- 0 root (0) root (0) 140879 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ssl_srv.c
â â --rw-rw-r-- 0 root (0) root (0) 13365 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ssl_ticket.c
â â --rw-rw-r-- 0 root (0) root (0) 258552 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/ssl_tls.c
â â --rw-rw-r-- 0 root (0) root (0) 4268 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/threading.c
â â --rw-rw-r-- 0 root (0) root (0) 13209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/timing.c
â â --rw-rw-r-- 0 root (0) root (0) 1368 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/version.c
â â --rw-rw-r-- 0 root (0) root (0) 23597 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/version_features.c
â â --rw-rw-r-- 0 root (0) root (0) 29456 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/x509.c
â â --rw-rw-r-- 0 root (0) root (0) 11554 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/x509_create.c
â â --rw-rw-r-- 0 root (0) root (0) 19569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/x509_crl.c
â â --rw-rw-r-- 0 root (0) root (0) 70663 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/x509_crt.c
â â --rw-rw-r-- 0 root (0) root (0) 11060 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/x509_csr.c
â â --rw-rw-r-- 0 root (0) root (0) 15883 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/x509write_crt.c
â â --rw-rw-r-- 0 root (0) root (0) 8558 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/x509write_csr.c
â â --rw-rw-r-- 0 root (0) root (0) 7524 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/mbedtls/xtea.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/
â â --rw-rw-r-- 0 root (0) root (0) 16743 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/Changelog.txt
â â --rw-rw-r-- 0 root (0) root (0) 1480 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/LICENSE
â â --rw-rw-r-- 0 root (0) root (0) 93 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/MANIFEST.in
â â --rw-rw-r-- 0 root (0) root (0) 8044 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 2047 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/README
â â --rw-rw-r-- 0 root (0) root (0) 4 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/VERSION
â â --rw-rw-r-- 0 root (0) root (0) 4923 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/apiversions.txt
â â --rw-rw-r-- 0 root (0) root (0) 1557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/codelength.h
â â --rw-rw-r-- 0 root (0) root (0) 6397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/connecthostport.c
â â --rw-rw-r-- 0 root (0) root (0) 591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/connecthostport.h
â â --rw-rw-r-- 0 root (0) root (0) 4622 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/igd_desc_parse.c
â â --rw-rw-r-- 0 root (0) root (0) 1629 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/igd_desc_parse.h
â â --rw-rw-r-- 0 root (0) root (0) 3300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/minisoap.c
â â --rw-rw-r-- 0 root (0) root (0) 498 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/minisoap.h
â â --rw-rw-r-- 0 root (0) root (0) 23926 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/minissdpc.c
â â --rw-rw-r-- 0 root (0) root (0) 1635 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/minissdpc.h
â â --rw-rw-r-- 0 root (0) root (0) 20771 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpc.c
â â --rw-rw-r-- 0 root (0) root (0) 983 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpc.def
â â --rw-rw-r-- 0 root (0) root (0) 5066 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpc.h
â â --rw-rw-r-- 0 root (0) root (0) 325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpc_declspec.h
â â --rw-rw-r-- 0 root (0) root (0) 693 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpcstrings.h
â â --rw-rw-r-- 0 root (0) root (0) 610 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpctypes.h
â â --rw-rw-r-- 0 root (0) root (0) 16751 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/miniwget.c
â â --rw-rw-r-- 0 root (0) root (0) 771 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/miniwget.h
â â --rw-rw-r-- 0 root (0) root (0) 5636 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/minixml.c
â â --rw-rw-r-- 0 root (0) root (0) 1179 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/minixml.h
â â --rw-rw-r-- 0 root (0) root (0) 3898 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/portlistingparse.c
â â --rw-rw-r-- 0 root (0) root (0) 1830 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/portlistingparse.h
â â --rw-rw-r-- 0 root (0) root (0) 2847 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/receivedata.c
â â --rw-rw-r-- 0 root (0) root (0) 712 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/receivedata.h
â â --rwxrwxr-x 0 root (0) root (0) 1488 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/updateminiupnpcstrings.sh
â â --rw-rw-r-- 0 root (0) root (0) 35780 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/upnpcommands.c
â â --rw-rw-r-- 0 root (0) root (0) 13600 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/upnpcommands.h
â â --rw-rw-r-- 0 root (0) root (0) 569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/upnpdev.c
â â --rw-rw-r-- 0 root (0) root (0) 725 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/upnpdev.h
â â --rw-rw-r-- 0 root (0) root (0) 2144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/upnperrors.c
â â --rw-rw-r-- 0 root (0) root (0) 624 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/upnperrors.h
â â --rw-rw-r-- 0 root (0) root (0) 4494 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/upnpreplyparse.c
â â --rw-rw-r-- 0 root (0) root (0) 1361 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/miniupnpc/upnpreplyparse.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/nuklear/
â â --rw-rw-r-- 0 root (0) root (0) 858332 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/nuklear/nuklear.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/peglib/
â â --rw-rw-r-- 0 root (0) root (0) 82516 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/peglib/peglib.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/
â â --rw-rw-r-- 0 root (0) root (0) 13712 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/ANNOUNCE
â â --rw-rw-r-- 0 root (0) root (0) 4949 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/CONTRIBUTORS.ptw32
â â --rw-rw-r-- 0 root (0) root (0) 5789 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/COPYING
â â --rw-rw-r-- 0 root (0) root (0) 26430 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/COPYING.LIB
â â --rw-rw-r-- 0 root (0) root (0) 16301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/implement.h
â â --rw-rw-r-- 0 root (0) root (0) 1904 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/need_errno.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/helper/
â â --rw-rw-r-- 0 root (0) root (0) 3410 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/helper/tls-helper.c
â â --rw-rw-r-- 0 root (0) root (0) 1666 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/helper/tls-helper.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/
â â --rw-rw-r-- 0 root (0) root (0) 1140 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 21623 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/psp_osal.c
â â --rw-rw-r-- 0 root (0) root (0) 1790 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/psp_osal.h
â â --rw-rw-r-- 0 root (0) root (0) 179 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/pte_osal.h
â â --rw-rw-r-- 0 root (0) root (0) 172 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/pte_types.h
â â --rw-rw-r-- 0 root (0) root (0) 1211 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/pthread_main.c
â â --rw-rw-r-- 0 root (0) root (0) 30222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pte.c
â â --rw-rw-r-- 0 root (0) root (0) 12805 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pte_generic_osal.h
â â --rw-rw-r-- 0 root (0) root (0) 11208 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pte_main.c
â â --rw-rw-r-- 0 root (0) root (0) 28991 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread.c
â â --rw-rw-r-- 0 root (0) root (0) 26868 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread.h
â â --rw-rw-r-- 0 root (0) root (0) 15587 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_attr.c
â â --rw-rw-r-- 0 root (0) root (0) 5234 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_barrier.c
â â --rw-rw-r-- 0 root (0) root (0) 7472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_barrierattr.c
â â --rw-rw-r-- 0 root (0) root (0) 23040 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_cond.c
â â --rw-rw-r-- 0 root (0) root (0) 7698 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_condattr.c
â â --rw-rw-r-- 0 root (0) root (0) 3528 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_get.c
â â --rw-rw-r-- 0 root (0) root (0) 6657 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_key.c
â â --rw-rw-r-- 0 root (0) root (0) 12505 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_mutex.c
â â --rw-rw-r-- 0 root (0) root (0) 11658 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_mutexattr.c
â â --rw-rw-r-- 0 root (0) root (0) 17002 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_rwlock.c
â â --rw-rw-r-- 0 root (0) root (0) 7426 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_rwlockattr.c
â â --rw-rw-r-- 0 root (0) root (0) 11143 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_set.c
â â --rw-rw-r-- 0 root (0) root (0) 6831 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/pthread_spin.c
â â --rw-rw-r-- 0 root (0) root (0) 2972 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/sched.c
â â --rw-rw-r-- 0 root (0) root (0) 3725 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/sched.h
â â --rw-rw-r-- 0 root (0) root (0) 22682 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/sem.c
â â --rw-rw-r-- 0 root (0) root (0) 3184 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/pthreads/semaphore.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/stb/
â â --rw-rw-r-- 0 root (0) root (0) 221035 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/stb/stb_image.h
â â --rw-rw-r-- 0 root (0) root (0) 15853 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/stb/stb_rect_pack.h
â â --rw-rw-r-- 0 root (0) root (0) 112186 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/stb/stb_truetype.h
â â --rw-rw-r-- 0 root (0) root (0) 129902 2018-02-18 01:12:15.000000 RetroArch-1.7.1/deps/stb/stb_vorbis.h
â â --rw-rw-r-- 0 root (0) root (0) 7972 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dirs.c
â â --rw-rw-r-- 0 root (0) root (0) 1515 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dirs.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/
â â --rwxrwxr-x 0 root (0) root (0) 15614 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/dist-cores.sh
â â --rwxrwxr-x 0 root (0) root (0) 5207 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/wiiu-cores.sh
â â --rwxrwxr-x 0 root (0) root (0) 4592 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/wiiu-new-cores.sh
â â --rwxrwxr-x 0 root (0) root (0) 2660 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/wiiu-rpx-upload.sh
â â --rw-rw-r-- 0 root (0) root (0) 755 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/xdk1-cores.sh
â â --rw-rw-r-- 0 root (0) root (0) 1755 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/xdk1_env.bat
â â --rw-rw-r-- 0 root (0) root (0) 1800 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/xdk1_env_bigstack.bat
â â --rw-rw-r-- 0 root (0) root (0) 418 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/xdk360-cores.sh
â â --rw-rw-r-- 0 root (0) root (0) 4186 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dist-scripts/xdk360_env.bat
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/docs/
â â --rw-rw-r-- 0 root (0) root (0) 1005 2018-02-18 01:12:15.000000 RetroArch-1.7.1/docs/retroarch-cg2glsl.6
â â --rw-rw-r-- 0 root (0) root (0) 2666 2018-02-18 01:12:15.000000 RetroArch-1.7.1/docs/retroarch-joyconfig.6
â â --rw-rw-r-- 0 root (0) root (0) 10000 2018-02-18 01:12:15.000000 RetroArch-1.7.1/docs/retroarch.6
â â --rw-rw-r-- 0 root (0) root (0) 15691 2018-02-18 01:12:15.000000 RetroArch-1.7.1/driver.c
â â --rw-rw-r-- 0 root (0) root (0) 3458 2018-02-18 01:12:15.000000 RetroArch-1.7.1/driver.h
â â --rw-rw-r-- 0 root (0) root (0) 53048 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dynamic.c
â â --rw-rw-r-- 0 root (0) root (0) 4942 2018-02-18 01:12:15.000000 RetroArch-1.7.1/dynamic.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/emscripten/
â â --rw-rw-r-- 0 root (0) root (0) 4604 2018-02-18 01:12:15.000000 RetroArch-1.7.1/emscripten/library_rwebaudio.js
â â --rw-rw-r-- 0 root (0) root (0) 6457 2018-02-18 01:12:15.000000 RetroArch-1.7.1/emscripten/library_rwebcam.js
â â --rw-rw-r-- 0 root (0) root (0) 5295 2018-02-18 01:12:15.000000 RetroArch-1.7.1/emscripten/template.html
â â --rwxrwxr-x 0 root (0) root (0) 2348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/fetch-submodules.sh
â â --rw-rw-r-- 0 root (0) root (0) 11733 2018-02-18 01:12:15.000000 RetroArch-1.7.1/file_path_special.c
â â --rw-rw-r-- 0 root (0) root (0) 4528 2018-02-18 01:12:15.000000 RetroArch-1.7.1/file_path_special.h
â â --rw-rw-r-- 0 root (0) root (0) 6190 2018-02-18 01:12:15.000000 RetroArch-1.7.1/file_path_str.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 15474 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_ctr.c
â â --rw-rw-r-- 0 root (0) root (0) 27446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_darwin.m
â â --rw-rw-r-- 0 root (0) root (0) 2696 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_dos.c
â â --rw-rw-r-- 0 root (0) root (0) 9274 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_emscripten.c
â â --rw-rw-r-- 0 root (0) root (0) 16389 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_gx.c
â â --rw-rw-r-- 0 root (0) root (0) 2301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_null.c
â â --rw-rw-r-- 0 root (0) root (0) 19180 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_ps3.c
â â --rw-rw-r-- 0 root (0) root (0) 16447 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_psp.c
â â --rw-rw-r-- 0 root (0) root (0) 8259 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_qnx.c
â â --rw-rw-r-- 0 root (0) root (0) 74668 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_unix.c
â â --rw-rw-r-- 0 root (0) root (0) 10183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_unix.h
â â --rw-rw-r-- 0 root (0) root (0) 5723 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_wii.c
â â --rw-rw-r-- 0 root (0) root (0) 16397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_wiiu.c
â â --rw-rw-r-- 0 root (0) root (0) 18049 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_win32.c
â â --rw-rw-r-- 0 root (0) root (0) 12408 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_xdk.c
â â --rw-rw-r-- 0 root (0) root (0) 30337 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_xdk.h
â â --rw-rw-r-- 0 root (0) root (0) 2979 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/drivers/platform_xenon.c
â â --rw-rw-r-- 0 root (0) root (0) 3662 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/frontend.c
â â --rw-rw-r-- 0 root (0) root (0) 1458 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/frontend.h
â â --rw-rw-r-- 0 root (0) root (0) 9860 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/frontend_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 6199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/frontend_driver.h
â â --rw-rw-r-- 0 root (0) root (0) 5701 2018-02-18 01:12:15.000000 RetroArch-1.7.1/frontend/frontend_salamander.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/
â â --rw-rw-r-- 0 root (0) root (0) 1205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/caca_common.h
â â --rw-rw-r-- 0 root (0) root (0) 3153 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/ctr_common.h
â â --rw-rw-r-- 0 root (0) root (0) 4885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3d10_common.c
â â --rw-rw-r-- 0 root (0) root (0) 42720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3d10_common.h
â â --rw-rw-r-- 0 root (0) root (0) 8177 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3d11_common.c
â â --rw-rw-r-- 0 root (0) root (0) 104161 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3d11_common.h
â â --rw-rw-r-- 0 root (0) root (0) 33273 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3d12_common.c
â â --rw-rw-r-- 0 root (0) root (0) 62736 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3d12_common.h
â â --rw-rw-r-- 0 root (0) root (0) 78091 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3d_common.c
â â --rw-rw-r-- 0 root (0) root (0) 7644 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3d_common.h
â â --rw-rw-r-- 0 root (0) root (0) 5265 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3dcompiler_common.c
â â --rw-rw-r-- 0 root (0) root (0) 2353 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/d3dcompiler_common.h
â â --rw-rw-r-- 0 root (0) root (0) 3991 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/dbus_common.c
â â --rw-rw-r-- 0 root (0) root (0) 1009 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/dbus_common.h
â â --rw-rw-r-- 0 root (0) root (0) 5001 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/drm_common.c
â â --rw-rw-r-- 0 root (0) root (0) 1847 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/drm_common.h
â â --rw-rw-r-- 0 root (0) root (0) 13755 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/dxgi_common.c
â â --rw-rw-r-- 0 root (0) root (0) 28684 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/dxgi_common.h
â â --rw-rw-r-- 0 root (0) root (0) 10243 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/egl_common.c
â â --rw-rw-r-- 0 root (0) root (0) 2877 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/egl_common.h
â â --rw-rw-r-- 0 root (0) root (0) 1108 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/gdi_common.h
â â --rw-rw-r-- 0 root (0) root (0) 2326 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/gl_common.c
â â --rw-rw-r-- 0 root (0) root (0) 8894 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/gl_common.h
â â --rw-rw-r-- 0 root (0) root (0) 2594 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/gx2_common.h
â â --rw-rw-r-- 0 root (0) root (0) 972 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/vga_common.h
â â --rw-rw-r-- 0 root (0) root (0) 1998 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/vita2d_common.h
â â --rw-rw-r-- 0 root (0) root (0) 1314 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/vksym.h
â â --rw-rw-r-- 0 root (0) root (0) 85530 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/vulkan_common.c
â â --rw-rw-r-- 0 root (0) root (0) 13148 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/vulkan_common.h
â â --rw-rw-r-- 0 root (0) root (0) 1473 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/wayland_common.h
â â --rw-rw-r-- 0 root (0) root (0) 35069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/win32_common.c
â â --rw-rw-r-- 0 root (0) root (0) 4008 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/win32_common.h
â â --rw-rw-r-- 0 root (0) root (0) 17435 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/x11_common.c
â â --rw-rw-r-- 0 root (0) root (0) 2373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/x11_common.h
â â --rw-rw-r-- 0 root (0) root (0) 3462 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/xinerama_common.c
â â --rw-rw-r-- 0 root (0) root (0) 1132 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/common/xinerama_common.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/display_servers/
â â --rw-rw-r-- 0 root (0) root (0) 1486 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/display_servers/dispserv_null.c
â â --rw-rw-r-- 0 root (0) root (0) 5871 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/display_servers/dispserv_win32.c
â â --rw-rw-r-- 0 root (0) root (0) 2390 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/display_servers/dispserv_x11.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 8652 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/caca_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 38176 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/ctr_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 8905 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/ctr_gu.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/ctr_shaders/
â â --rw-rw-r-- 0 root (0) root (0) 1211 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/ctr_shaders/ctr_sprite.gsh
â â --rw-rw-r-- 0 root (0) root (0) 577 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/ctr_shaders/ctr_sprite.vsh
â â --rw-rw-r-- 0 root (0) root (0) 2505 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d.h
â â --rw-rw-r-- 0 root (0) root (0) 19315 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d10.c
â â --rw-rw-r-- 0 root (0) root (0) 51101 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d11.c
â â --rw-rw-r-- 0 root (0) root (0) 59686 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d12.c
â â --rw-rw-r-- 0 root (0) root (0) 47608 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d8.c
â â --rw-rw-r-- 0 root (0) root (0) 48514 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d9.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/
â â --rw-rw-r-- 0 root (0) root (0) 1404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/bokeh_sm4.hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 938 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/font.hlsl.d3d9.h
â â --rw-rw-r-- 0 root (0) root (0) 1430 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/mimpapgen_sm5.h
â â --rw-rw-r-- 0 root (0) root (0) 630 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/opaque.cg.d3d9.h
â â --rw-rw-r-- 0 root (0) root (0) 1012 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/opaque.hlsl.d3d9.h
â â --rw-rw-r-- 0 root (0) root (0) 732 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/opaque_sm5.hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 1353 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/ribbon_simple_sm4.hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 2102 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/ribbon_sm4.hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 408 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/shaders_common.h
â â --rw-rw-r-- 0 root (0) root (0) 2185 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/simple_snow_sm4.hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 2184 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/snow_sm4.hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 1613 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/snowflake_sm4.hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 2935 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/sprite_sm4.hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 22234 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/dispmanx_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 29612 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/drm_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 5683 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/drm_pixformats.h
â â --rw-rw-r-- 0 root (0) root (0) 38336 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/exynos_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 15175 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gdi_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 73177 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/
â â --rw-rw-r-- 0 root (0) root (0) 352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_alpha_blend.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_alpha_blend.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 239 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_opaque.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 302 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_opaque.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 424 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_pipeline_xmb_ribbon.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 225 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_opaque.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_opaque.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 332 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_pipeline_snow.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 1166 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_pipeline_xmb_ribbon.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 858 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_pipeline_xmb_ribbon_simple.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_alpha_blend.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 379 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_alpha_blend.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_opaque.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 469 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_opaque.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 478 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_pipeline_snow.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 1036 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 844 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon_simple.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 762 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/opaque.cg.h
â â --rw-rw-r-- 0 root (0) root (0) 1237 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_bokeh.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 756 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_nuklear.cg.h
â â --rw-rw-r-- 0 root (0) root (0) 294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_nuklear.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_nuklear.glsl.vert.h
â â --rw-rw-r-- 0 root (0) root (0) 1388 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_snow.cg.h
â â --rw-rw-r-- 0 root (0) root (0) 1947 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_snow.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 1954 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_snow_simple.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 1543 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_snowflake.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_xmb_ribbon.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 1399 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.cg.h
â â --rw-rw-r-- 0 root (0) root (0) 190 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.frag.h
â â --rw-rw-r-- 0 root (0) root (0) 1157 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/shaders_common.h
â â --rw-rw-r-- 0 root (0) root (0) 60281 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_gfx.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/
â â --rw-rw-r-- 0 root (0) root (0) 29706 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/bokeh.c
â â --rw-rw-r-- 0 root (0) root (0) 1242 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/bokeh.frag
â â --rw-rw-r-- 0 root (0) root (0) 288 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/bokeh.vert
â â --rw-rw-r-- 0 root (0) root (0) 5993 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/frame.c
â â --rw-rw-r-- 0 root (0) root (0) 1094 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/frame.h
â â --rw-rw-r-- 0 root (0) root (0) 1237 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/menu_shaders.h
â â --rw-rw-r-- 0 root (0) root (0) 15737 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon.c
â â --rw-rw-r-- 0 root (0) root (0) 452 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon.frag
â â --rw-rw-r-- 0 root (0) root (0) 1153 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon.vert
â â --rw-rw-r-- 0 root (0) root (0) 10137 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon_simple.c
â â --rw-rw-r-- 0 root (0) root (0) 188 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon_simple.frag
â â --rw-rw-r-- 0 root (0) root (0) 873 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon_simple.vert
â â --rw-rw-r-- 0 root (0) root (0) 47761 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow.c
â â --rw-rw-r-- 0 root (0) root (0) 1816 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow.frag
â â --rw-rw-r-- 0 root (0) root (0) 288 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow.vert
â â --rw-rw-r-- 0 root (0) root (0) 47765 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow_simple.c
â â --rw-rw-r-- 0 root (0) root (0) 1817 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow_simple.frag
â â --rw-rw-r-- 0 root (0) root (0) 288 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow_simple.vert
â â --rw-rw-r-- 0 root (0) root (0) 23394 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snowflake.c
â â --rw-rw-r-- 0 root (0) root (0) 1372 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snowflake.frag
â â --rw-rw-r-- 0 root (0) root (0) 288 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snowflake.vert
â â --rw-rw-r-- 0 root (0) root (0) 12235 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/sprite.c
â â --rw-rw-r-- 0 root (0) root (0) 1183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/sprite.h
â â --rw-rw-r-- 0 root (0) root (0) 6477 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/tex.c
â â --rw-rw-r-- 0 root (0) root (0) 1169 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/tex.h
â â --rw-rw-r-- 0 root (0) root (0) 44219 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 13011 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/gx_gfx_vi_encoder.c
â â --rw-rw-r-- 0 root (0) root (0) 3099 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/nullgfx.c
â â --rw-rw-r-- 0 root (0) root (0) 29150 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/omap_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 26704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/psp1_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 5684 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/psp1_gfx.h
â â --rw-rw-r-- 0 root (0) root (0) 19647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/sdl2_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 14625 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/sdl_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 27683 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/sunxi_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 9874 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/switch_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 13877 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vg.c
â â --rw-rw-r-- 0 root (0) root (0) 10399 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vga_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 27199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vita2d_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 83203 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/
â â --rw-rw-r-- 0 root (0) root (0) 344 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/alpha_blend.frag
â â --rw-rw-r-- 0 root (0) root (0) 2071 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/alpha_blend.frag.inc
â â --rw-rw-r-- 0 root (0) root (0) 385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/alpha_blend.vert
â â --rw-rw-r-- 0 root (0) root (0) 3444 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/alpha_blend.vert.inc
â â --rw-rw-r-- 0 root (0) root (0) 384 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/font.frag
â â --rw-rw-r-- 0 root (0) root (0) 2791 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/font.frag.inc
â â --rw-rw-r-- 0 root (0) root (0) 256 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/opaque.frag
â â --rw-rw-r-- 0 root (0) root (0) 2206 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/opaque.frag.inc
â â --rw-rw-r-- 0 root (0) root (0) 292 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/opaque.vert
â â --rw-rw-r-- 0 root (0) root (0) 3073 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/opaque.vert.inc
â â --rw-rw-r-- 0 root (0) root (0) 1328 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_bokeh.frag
â â --rw-rw-r-- 0 root (0) root (0) 18283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_bokeh.frag.inc
â â --rw-rw-r-- 0 root (0) root (0) 443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon.frag
â â --rw-rw-r-- 0 root (0) root (0) 3601 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon.frag.inc
â â --rw-rw-r-- 0 root (0) root (0) 1163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon.vert
â â --rw-rw-r-- 0 root (0) root (0) 15245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon.vert.inc
â â --rw-rw-r-- 0 root (0) root (0) 143 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon_simple.frag
â â --rw-rw-r-- 0 root (0) root (0) 1228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon_simple.frag.inc
â â --rw-rw-r-- 0 root (0) root (0) 874 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon_simple.vert
â â --rw-rw-r-- 0 root (0) root (0) 11611 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon_simple.vert.inc
â â --rw-rw-r-- 0 root (0) root (0) 1890 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow.frag
â â --rw-rw-r-- 0 root (0) root (0) 23536 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow.frag.inc
â â --rw-rw-r-- 0 root (0) root (0) 1891 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow_simple.frag
â â --rw-rw-r-- 0 root (0) root (0) 23581 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow_simple.frag.inc
â â --rw-rw-r-- 0 root (0) root (0) 308 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow_simple.vert
â â --rw-rw-r-- 0 root (0) root (0) 3354 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow_simple.vert.inc
â â --rw-rw-r-- 0 root (0) root (0) 9171 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/xenon360_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 6362 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/xshm_gfx.c
â â --rw-rw-r-- 0 root (0) root (0) 26449 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers/xvideo.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/
â â --rw-rw-r-- 0 root (0) root (0) 15121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/android_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 9093 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/cgl_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 18526 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/cocoa_gl_ctx.m
â â --rw-rw-r-- 0 root (0) root (0) 9491 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/d3d_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 21425 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/drm_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 9687 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/emscriptenegl_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 7789 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/gdi_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 3601 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/gfx_null_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 6425 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/khr_display_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 7222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/mali_fbdev_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 6643 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/opendingux_fbdev_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 9939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/osmesa_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 11137 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/ps3_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 11443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/qnx_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 9951 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/sdl_gl_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 20325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/vc_egl_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 6748 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/vivante_fbdev_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 34325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/wayland_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 17468 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/wgl_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 34535 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/x_ctx.c
â â --rw-rw-r-- 0 root (0) root (0) 14852 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_context/xegl_ctx.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/
â â --rw-rw-r-- 0 root (0) root (0) 3810 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/caca_font.c
â â --rw-rw-r-- 0 root (0) root (0) 13674 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/ctr_font.c
â â --rw-rw-r-- 0 root (0) root (0) 11386 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/d3d11_font.c
â â --rw-rw-r-- 0 root (0) root (0) 11645 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/d3d12_font.c
â â --rw-rw-r-- 0 root (0) root (0) 6603 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/d3d_w32_font.c
â â --rw-rw-r-- 0 root (0) root (0) 4497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/gdi_font.c
â â --rw-rw-r-- 0 root (0) root (0) 16767 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/gl_raster_font.c
â â --rw-rw-r-- 0 root (0) root (0) 3224 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/ps_libdbgfont.c
â â --rw-rw-r-- 0 root (0) root (0) 3530 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/vga_font.c
â â --rw-rw-r-- 0 root (0) root (0) 10284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/vita2d_font.c
â â --rw-rw-r-- 0 root (0) root (0) 13590 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/vulkan_raster_font.c
â â --rw-rw-r-- 0 root (0) root (0) 12100 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/wiiu_font.c
â â --rw-rw-r-- 0 root (0) root (0) 3260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/xdk1_xfonts.c
â â --rw-rw-r-- 0 root (0) root (0) 25435 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font/xdk360_fonts.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/
â â --rw-rw-r-- 0 root (0) root (0) 1792 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/bitmap.bin
â â --rw-rw-r-- 0 root (0) root (0) 196662 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/bitmap.bmp
â â --rw-rw-r-- 0 root (0) root (0) 12229 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/bitmap.h
â â --rw-rw-r-- 0 root (0) root (0) 4741 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/bitmapfont.c
â â --rw-rw-r-- 0 root (0) root (0) 9542 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/coretext.c
â â --rw-rw-r-- 0 root (0) root (0) 8884 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/freetype.c
â â --rw-rw-r-- 0 root (0) root (0) 6871 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/stb.c
â â --rw-rw-r-- 0 root (0) root (0) 9837 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/stb_unicode.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_renderchain/
â â --rw-rw-r-- 0 root (0) root (0) 53178 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_renderchain/d3d9_cg_renderchain.c
â â --rw-rw-r-- 0 root (0) root (0) 12773 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_renderchain/d3d9_hlsl_renderchain.c
â â --rw-rw-r-- 0 root (0) root (0) 10268 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_renderchain/gl1_renderchain.c
â â --rw-rw-r-- 0 root (0) root (0) 47572 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_renderchain/gl2_renderchain.c
â â --rw-rw-r-- 0 root (0) root (0) 3146 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_renderchain/null_renderchain.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/
â â --rw-rw-r-- 0 root (0) root (0) 10491 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/glslang_util.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2820 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/glslang_util.h
â â --rw-rw-r-- 0 root (0) root (0) 36695 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_gl_cg.c
â â --rw-rw-r-- 0 root (0) root (0) 49129 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_glsl.c
â â --rw-rw-r-- 0 root (0) root (0) 1051 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_glsl.h
â â --rw-rw-r-- 0 root (0) root (0) 18343 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_hlsl.c
â â --rw-rw-r-- 0 root (0) root (0) 929 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_hlsl.h
â â --rw-rw-r-- 0 root (0) root (0) 2245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_null.c
â â --rw-rw-r-- 0 root (0) root (0) 102893 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_vulkan.cpp
â â --rw-rw-r-- 0 root (0) root (0) 5162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_vulkan.h
â â --rw-rw-r-- 0 root (0) root (0) 3012 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_preprocess.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1352 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_preprocess.h
â â --rw-rw-r-- 0 root (0) root (0) 15546 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_process.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2356 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_process.h
â â --rw-rw-r-- 0 root (0) root (0) 21994 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_reflection.cpp
â â --rw-rw-r-- 0 root (0) root (0) 4767 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_reflection.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_tracker/
â â --rw-rw-r-- 0 root (0) root (0) 10719 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_tracker/video_state_python.c
â â --rw-rw-r-- 0 root (0) root (0) 1199 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/drivers_tracker/video_state_python.h
â â --rw-rw-r-- 0 root (0) root (0) 22188 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/font_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 5659 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/font_driver.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/Cg/
â â --rw-rw-r-- 0 root (0) root (0) 64961 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/Cg/cg.h
â â --rw-rw-r-- 0 root (0) root (0) 7244 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/Cg/cgD3D9.h
â â --rw-rw-r-- 0 root (0) root (0) 13650 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/Cg/cgGL.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/GL/
â â --rw-rw-r-- 0 root (0) root (0) 726910 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/GL/glext.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/
â â --rw-rw-r-- 0 root (0) root (0) 70879 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3d8.h
â â --rw-rw-r-- 0 root (0) root (0) 16058 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3d8caps.h
â â --rw-rw-r-- 0 root (0) root (0) 64675 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3d8types.h
â â --rw-rw-r-- 0 root (0) root (0) 704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8.h
â â --rw-rw-r-- 0 root (0) root (0) 15004 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8core.h
â â --rw-rw-r-- 0 root (0) root (0) 6322 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8effect.h
â â --rw-rw-r-- 0 root (0) root (0) 35999 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8math.h
â â --rw-rw-r-- 0 root (0) root (0) 35092 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8math.inl
â â --rw-rw-r-- 0 root (0) root (0) 28257 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8mesh.h
â â --rw-rw-r-- 0 root (0) root (0) 7146 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8shape.h
â â --rw-rw-r-- 0 root (0) root (0) 49788 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8tex.h
â â --rw-rw-r-- 0 root (0) root (0) 94476 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/
â â --rw-rw-r-- 0 root (0) root (0) 1720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9.h
â â --rw-rw-r-- 0 root (0) root (0) 25952 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9anim.h
â â --rw-rw-r-- 0 root (0) root (0) 13433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9core.h
â â --rw-rw-r-- 0 root (0) root (0) 33849 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9effect.h
â â --rw-rw-r-- 0 root (0) root (0) 46373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9math.h
â â --rw-rw-r-- 0 root (0) root (0) 37303 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9math.inl
â â --rw-rw-r-- 0 root (0) root (0) 122875 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9mesh.h
â â --rw-rw-r-- 0 root (0) root (0) 22042 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9shader.h
â â --rw-rw-r-- 0 root (0) root (0) 2613 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9shape.h
â â --rw-rw-r-- 0 root (0) root (0) 33230 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9tex.h
â â --rw-rw-r-- 0 root (0) root (0) 8734 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9xof.h
â â --rw-rw-r-- 0 root (0) root (0) 24633 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9caps.h
â â --rw-rw-r-- 0 root (0) root (0) 88748 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/d3d9types.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/
â â --rw-rw-r-- 0 root (0) root (0) 10671 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/audiodefs.h
â â --rw-rw-r-- 0 root (0) root (0) 2683 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/comdecl.h
â â --rw-rw-r-- 0 root (0) root (0) 112450 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1.h
â â --rw-rw-r-- 0 root (0) root (0) 75720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_1.h
â â --rw-rw-r-- 0 root (0) root (0) 25723 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_1helper.h
â â --rw-rw-r-- 0 root (0) root (0) 5561 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_2.h
â â --rw-rw-r-- 0 root (0) root (0) 1544 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_2helper.h
â â --rw-rw-r-- 0 root (0) root (0) 59476 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_3.h
â â --rw-rw-r-- 0 root (0) root (0) 7032 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_3helper.h
â â --rw-rw-r-- 0 root (0) root (0) 31827 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effectauthor.h
â â --rw-rw-r-- 0 root (0) root (0) 3033 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effectauthor_1.h
â â --rw-rw-r-- 0 root (0) root (0) 13960 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effecthelpers.h
â â --rw-rw-r-- 0 root (0) root (0) 13896 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effecthelpers.hlsli
â â --rw-rw-r-- 0 root (0) root (0) 55882 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effects.h
â â --rw-rw-r-- 0 root (0) root (0) 2467 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effects_1.h
â â --rw-rw-r-- 0 root (0) root (0) 15158 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effects_2.h
â â --rw-rw-r-- 0 root (0) root (0) 26355 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1helper.h
â â --rw-rw-r-- 0 root (0) root (0) 60029 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1svg.h
â â --rw-rw-r-- 0 root (0) root (0) 766 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2dbasetypes.h
â â --rw-rw-r-- 0 root (0) root (0) 5835 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2derr.h
â â --rw-rw-r-- 0 root (0) root (0) 227713 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10.h
â â --rw-rw-r-- 0 root (0) root (0) 70341 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10_1.h
â â --rw-rw-r-- 0 root (0) root (0) 11890 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10_1shader.h
â â --rw-rw-r-- 0 root (0) root (0) 72164 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10effect.h
â â --rw-rw-r-- 0 root (0) root (0) 4761 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10misc.h
â â --rw-rw-r-- 0 root (0) root (0) 93893 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10sdklayers.h
â â --rw-rw-r-- 0 root (0) root (0) 25925 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10shader.h
â â --rw-rw-r-- 0 root (0) root (0) 527521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11.h
â â --rw-rw-r-- 0 root (0) root (0) 223584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11_1.h
â â --rw-rw-r-- 0 root (0) root (0) 124211 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11_2.h
â â --rw-rw-r-- 0 root (0) root (0) 287883 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11_3.h
â â --rw-rw-r-- 0 root (0) root (0) 132445 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11_4.h
â â --rw-rw-r-- 0 root (0) root (0) 8535 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11on12.h
â â --rw-rw-r-- 0 root (0) root (0) 210634 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11sdklayers.h
â â --rw-rw-r-- 0 root (0) root (0) 31167 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11shader.h
â â --rw-rw-r-- 0 root (0) root (0) 18890 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11shadertracing.h
â â --rw-rw-r-- 0 root (0) root (0) 389710 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d12.h
â â --rw-rw-r-- 0 root (0) root (0) 189939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d12sdklayers.h
â â --rw-rw-r-- 0 root (0) root (0) 25145 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d12shader.h
â â --rw-rw-r-- 0 root (0) root (0) 64715 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d12video.h
â â --rw-rw-r-- 0 root (0) root (0) 43765 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dcommon.h
â â --rw-rw-r-- 0 root (0) root (0) 23802 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dcompiler.h
â â --rw-rw-r-- 0 root (0) root (0) 15568 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dcsx.h
â â --rw-rw-r-- 0 root (0) root (0) 1831 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10.h
â â --rw-rw-r-- 0 root (0) root (0) 15315 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10async.h
â â --rw-rw-r-- 0 root (0) root (0) 14010 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10core.h
â â --rw-rw-r-- 0 root (0) root (0) 60775 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10math.h
â â --rw-rw-r-- 0 root (0) root (0) 43588 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10math.inl
â â --rw-rw-r-- 0 root (0) root (0) 10760 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10mesh.h
â â --rw-rw-r-- 0 root (0) root (0) 25906 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10tex.h
â â --rw-rw-r-- 0 root (0) root (0) 1832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx11.h
â â --rw-rw-r-- 0 root (0) root (0) 8536 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx11async.h
â â --rw-rw-r-- 0 root (0) root (0) 3740 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx11core.h
â â --rw-rw-r-- 0 root (0) root (0) 26214 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx11tex.h
â â --rw-rw-r-- 0 root (0) root (0) 33720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx_dxgiformatconvert.inl
â â --rw-rw-r-- 0 root (0) root (0) 9028 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dcommon.h
â â --rw-rw-r-- 0 root (0) root (0) 9857 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dsconf.h
â â --rw-rw-r-- 0 root (0) root (0) 8804 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dsetup.h
â â --rw-rw-r-- 0 root (0) root (0) 214572 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dwrite.h
â â --rw-rw-r-- 0 root (0) root (0) 77568 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dwrite_1.h
â â --rw-rw-r-- 0 root (0) root (0) 40758 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dwrite_2.h
â â --rw-rw-r-- 0 root (0) root (0) 148097 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dwrite_3.h
â â --rw-rw-r-- 0 root (0) root (0) 8150 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxdiag.h
â â --rw-rw-r-- 0 root (0) root (0) 2946 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxerr.h
â â --rw-rw-r-- 0 root (0) root (0) 7915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxfile.h
â â --rw-rw-r-- 0 root (0) root (0) 91681 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi.h
â â --rw-rw-r-- 0 root (0) root (0) 82744 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_2.h
â â --rw-rw-r-- 0 root (0) root (0) 71244 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_3.h
â â --rw-rw-r-- 0 root (0) root (0) 51860 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_4.h
â â --rw-rw-r-- 0 root (0) root (0) 53438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_5.h
â â --rw-rw-r-- 0 root (0) root (0) 24280 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_6.h
â â --rw-rw-r-- 0 root (0) root (0) 2178 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgicommon.h
â â --rw-rw-r-- 0 root (0) root (0) 34673 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgidebug.h
â â --rw-rw-r-- 0 root (0) root (0) 6231 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgiformat.h
â â --rw-rw-r-- 0 root (0) root (0) 4268 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgitype.h
â â --rw-rw-r-- 0 root (0) root (0) 468 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxsdkver.h
â â --rw-rw-r-- 0 root (0) root (0) 23787 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/gameux.h
â â --rw-rw-r-- 0 root (0) root (0) 5798 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/pixplugin.h
â â --rw-rw-r-- 0 root (0) root (0) 8528 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/rmxfguid.h
â â --rw-rw-r-- 0 root (0) root (0) 17284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/rmxftmpl.h
â â --rw-rw-r-- 0 root (0) root (0) 30366 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/rpcsal.h
â â --rw-rw-r-- 0 root (0) root (0) 34261 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xapo.h
â â --rw-rw-r-- 0 root (0) root (0) 18013 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xapobase.h
â â --rw-rw-r-- 0 root (0) root (0) 7718 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xapofx.h
â â --rw-rw-r-- 0 root (0) root (0) 33768 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xdsp.h
â â --rw-rw-r-- 0 root (0) root (0) 32038 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xma2defs.h
â â --rw-rw-r-- 0 root (0) root (0) 115807 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamath.h
â â --rw-rw-r-- 0 root (0) root (0) 189751 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamathconvert.inl
â â --rw-rw-r-- 0 root (0) root (0) 102598 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamathmatrix.inl
â â --rw-rw-r-- 0 root (0) root (0) 70824 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamathmisc.inl
â â --rw-rw-r-- 0 root (0) root (0) 380735 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamathvector.inl
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/pixman/
â â --rw-rw-r-- 0 root (0) root (0) 1482 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/pixman/pixman-arm-asm.h
â â --rw-rw-r-- 0 root (0) root (0) 128849 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/pixman/pixman-arm-neon-asm.S
â â --rw-rw-r-- 0 root (0) root (0) 39728 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/pixman/pixman-arm-neon-asm.h
â â --rw-rw-r-- 0 root (0) root (0) 34727 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/pixman/pixman-private.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/vulkan/
â â --rw-rw-r-- 0 root (0) root (0) 3579 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/vulkan/vk_icd.h
â â --rw-rw-r-- 0 root (0) root (0) 13036 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/vulkan/vk_layer.h
â â --rw-rw-r-- 0 root (0) root (0) 3897 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/vulkan/vk_platform.h
â â --rw-rw-r-- 0 root (0) root (0) 1391 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/vulkan/vk_sdk_platform.h
â â --rw-rw-r-- 0 root (0) root (0) 186816 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/vulkan/vulkan.h
â â --rw-rw-r-- 0 root (0) root (0) 2605 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/include/vulkan/vulkan_intel.h
â â --rw-rw-r-- 0 root (0) root (0) 3230 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_coord_array.c
â â --rw-rw-r-- 0 root (0) root (0) 2207 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_coord_array.h
â â --rw-rw-r-- 0 root (0) root (0) 2932 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_defines.h
â â --rw-rw-r-- 0 root (0) root (0) 2789 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_display_server.c
â â --rw-rw-r-- 0 root (0) root (0) 1762 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_display_server.h
â â --rw-rw-r-- 0 root (0) root (0) 101253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 42248 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_driver.h
â â --rw-rw-r-- 0 root (0) root (0) 15146 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filter.c
â â --rw-rw-r-- 0 root (0) root (0) 1889 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filter.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/
â â --rw-rw-r-- 0 root (0) root (0) 14 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/2xBR.filt
â â --rw-rw-r-- 0 root (0) root (0) 15 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/2xSaI.filt
â â --rw-rw-r-- 0 root (0) root (0) 26583 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/2xbr.c
â â --rw-rw-r-- 0 root (0) root (0) 13192 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/2xsai.c
â â --rw-rw-r-- 0 root (0) root (0) 65 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Blargg_NTSC_SNES_Composite.filt
â â --rw-rw-r-- 0 root (0) root (0) 57 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Blargg_NTSC_SNES_RF.filt
â â --rw-rw-r-- 0 root (0) root (0) 58 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Blargg_NTSC_SNES_RGB.filt
â â --rw-rw-r-- 0 root (0) root (0) 61 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Blargg_NTSC_SNES_S-Video.filt
â â --rw-rw-r-- 0 root (0) root (0) 16 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Darken.filt
â â --rw-rw-r-- 0 root (0) root (0) 13 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/EPX.filt
â â --rw-rw-r-- 0 root (0) root (0) 14 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/LQ2x.filt
â â --rw-rw-r-- 0 root (0) root (0) 2070 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 20 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Phosphor2x.filt
â â --rw-rw-r-- 0 root (0) root (0) 17 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Scale2x.filt
â â --rw-rw-r-- 0 root (0) root (0) 20 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/Super2xSaI.filt
â â --rw-rw-r-- 0 root (0) root (0) 20 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/SuperEagle.filt
â â --rw-rw-r-- 0 root (0) root (0) 7490 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/blargg_ntsc_snes.c
â â --rwxrwxr-x 0 root (0) root (0) 48 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/configure
â â --rw-rw-r-- 0 root (0) root (0) 5410 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/darken.c
â â --rw-rw-r-- 0 root (0) root (0) 7492 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/epx.c
â â --rw-rw-r-- 0 root (0) root (0) 41 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/link.T
â â --rw-rw-r-- 0 root (0) root (0) 8444 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/lq2x.c
â â --rw-rw-r-- 0 root (0) root (0) 15042 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/phosphor2x.c
â â --rw-rw-r-- 0 root (0) root (0) 7851 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/scale2x.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/
â â --rw-rw-r-- 0 root (0) root (0) 8505 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/snes_ntsc.c
â â --rw-rw-r-- 0 root (0) root (0) 9155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/snes_ntsc.h
â â --rw-rw-r-- 0 root (0) root (0) 791 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/snes_ntsc_config.h
â â --rw-rw-r-- 0 root (0) root (0) 12385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/snes_ntsc_impl.h
â â --rw-rw-r-- 0 root (0) root (0) 6845 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/softfilter.h
â â --rw-rw-r-- 0 root (0) root (0) 12610 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/super2xsai.c
â â --rw-rw-r-- 0 root (0) root (0) 12125 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_filters/supereagle.c
â â --rw-rw-r-- 0 root (0) root (0) 36245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_shader_parse.c
â â --rw-rw-r-- 0 root (0) root (0) 5988 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_shader_parse.h
â â --rw-rw-r-- 0 root (0) root (0) 7524 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_state_tracker.c
â â --rw-rw-r-- 0 root (0) root (0) 2932 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_state_tracker.h
â â --rw-rw-r-- 0 root (0) root (0) 38664 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_thread_wrapper.c
â â --rw-rw-r-- 0 root (0) root (0) 2901 2018-02-18 01:12:15.000000 RetroArch-1.7.1/gfx/video_thread_wrapper.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/griffin/
â â --rw-rw-r-- 0 root (0) root (0) 39657 2018-02-18 01:12:15.000000 RetroArch-1.7.1/griffin/griffin.c
â â --rw-rw-r-- 0 root (0) root (0) 2784 2018-02-18 01:12:15.000000 RetroArch-1.7.1/griffin/griffin_cpp.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3465 2018-02-18 01:12:15.000000 RetroArch-1.7.1/griffin/griffin_glslang.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/griffin/griffin_objc.m
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/common/
â â --rw-rw-r-- 0 root (0) root (0) 1453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/common/input_x11_common.c
â â --rw-rw-r-- 0 root (0) root (0) 1048 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/common/input_x11_common.h
â â --rw-rw-r-- 0 root (0) root (0) 3144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/common/linux_common.c
â â --rw-rw-r-- 0 root (0) root (0) 1103 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/common/linux_common.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/
â â --rw-rw-r-- 0 root (0) root (0) 3781 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_nesusb.c
â â --rw-rw-r-- 0 root (0) root (0) 5152 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_ps2adapter.c
â â --rw-rw-r-- 0 root (0) root (0) 6952 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_ps3.c
â â --rw-rw-r-- 0 root (0) root (0) 8353 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_ps4.c
â â --rw-rw-r-- 0 root (0) root (0) 5625 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_psxadapter.c
â â --rw-rw-r-- 0 root (0) root (0) 3771 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_snesusb.c
â â --rw-rw-r-- 0 root (0) root (0) 20748 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_wii.c
â â --rw-rw-r-- 0 root (0) root (0) 4211 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_wiiugca.c
â â --rw-rw-r-- 0 root (0) root (0) 7602 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/connect_wiiupro.c
â â --rw-rw-r-- 0 root (0) root (0) 8224 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/joypad_connection.c
â â --rw-rw-r-- 0 root (0) root (0) 4106 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/connect/joypad_connection.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 50323 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/android_input.c
â â --rw-rw-r-- 0 root (0) root (0) 11063 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/cocoa_input.c
â â --rw-rw-r-- 0 root (0) root (0) 1694 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/cocoa_input.h
â â --rw-rw-r-- 0 root (0) root (0) 3591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/ctr_input.c
â â --rw-rw-r-- 0 root (0) root (0) 25550 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/dinput.c
â â --rw-rw-r-- 0 root (0) root (0) 3201 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/dos_input.c
â â --rw-rw-r-- 0 root (0) root (0) 3645 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/gx_input.c
â â --rw-rw-r-- 0 root (0) root (0) 6064 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/linuxraw_input.c
â â --rw-rw-r-- 0 root (0) root (0) 2504 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/nullinput.c
â â --rw-rw-r-- 0 root (0) root (0) 6428 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/ps3_input.c
â â --rw-rw-r-- 0 root (0) root (0) 4056 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/psp_input.c
â â --rw-rw-r-- 0 root (0) root (0) 24294 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/qnx_input.c
â â --rw-rw-r-- 0 root (0) root (0) 20641 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/rwebinput_input.c
â â --rw-rw-r-- 0 root (0) root (0) 11340 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/sdl_input.c
â â --rw-rw-r-- 0 root (0) root (0) 2885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/switch_input.c
â â --rw-rw-r-- 0 root (0) root (0) 34328 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/udev_input.c
â â --rw-rw-r-- 0 root (0) root (0) 9057 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/wayland_input.c
â â --rw-rw-r-- 0 root (0) root (0) 6385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/wiiu_input.c
â â --rw-rw-r-- 0 root (0) root (0) 22293 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/winraw_input.c
â â --rw-rw-r-- 0 root (0) root (0) 15309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/x11_input.c
â â --rw-rw-r-- 0 root (0) root (0) 4426 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/xdk_xinput_input.c
â â --rw-rw-r-- 0 root (0) root (0) 3451 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers/xenon360_input.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_hid/
â â --rw-rw-r-- 0 root (0) root (0) 46893 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_hid/btstack_hid.c
â â --rw-rw-r-- 0 root (0) root (0) 28632 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_hid/iohidmanager_hid.c
â â --rw-rw-r-- 0 root (0) root (0) 17162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_hid/libusb_hid.c
â â --rw-rw-r-- 0 root (0) root (0) 2384 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_hid/null_hid.c
â â --rw-rw-r-- 0 root (0) root (0) 16465 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_hid/wiiusb_hid.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/
â â --rw-rw-r-- 0 root (0) root (0) 3311 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/android_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 5754 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/ctr_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 13177 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/dinput_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 1115 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/dinput_joypad.h
â â --rw-rw-r-- 0 root (0) root (0) 6112 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/dos_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 15827 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/gx_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 2895 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/hid_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 10433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/linuxraw_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 9944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/mfi_joypad.m
â â --rw-rw-r-- 0 root (0) root (0) 1757 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/null_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 11255 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/parport_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 10990 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/ps3_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 12738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/psp_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 3345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/qnx_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 5621 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/rwebpad_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 12158 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/sdl_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 3784 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/switch_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 18585 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/udev_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 3633 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/wiiu_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 9276 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/xdk_joypad.c
â â --rw-rw-r-- 0 root (0) root (0) 14904 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_joypad/xinput_joypad.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_keyboard/
â â --rw-rw-r-- 0 root (0) root (0) 1775 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_android.c
â â --rw-rw-r-- 0 root (0) root (0) 4811 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_android.h
â â --rw-rw-r-- 0 root (0) root (0) 12490 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_apple.c
â â --rw-rw-r-- 0 root (0) root (0) 4012 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_apple.h
â â --rw-rw-r-- 0 root (0) root (0) 1755 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_dos.c
â â --rw-rw-r-- 0 root (0) root (0) 3076 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_dos.h
â â --rw-rw-r-- 0 root (0) root (0) 5909 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_xkb.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/
â â --rw-rw-r-- 0 root (0) root (0) 8063 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCController.h
â â --rw-rw-r-- 0 root (0) root (0) 1133 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCControllerAxisInput.h
â â --rw-rw-r-- 0 root (0) root (0) 1365 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCControllerButtonInput.h
â â --rw-rw-r-- 0 root (0) root (0) 1329 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCControllerDirectionPad.h
â â --rw-rw-r-- 0 root (0) root (0) 904 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCControllerElement.h
â â --rw-rw-r-- 0 root (0) root (0) 3748 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCExtendedGamepad.h
â â --rw-rw-r-- 0 root (0) root (0) 2498 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCExtendedGamepadSnapshot.h
â â --rw-rw-r-- 0 root (0) root (0) 2793 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCGamepad.h
â â --rw-rw-r-- 0 root (0) root (0) 2132 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GCGamepadSnapshot.h
â â --rw-rw-r-- 0 root (0) root (0) 785 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/GameController/GameController.h
â â --rw-rw-r-- 0 root (0) root (0) 2566 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/include/blissbox.h
â â --rw-rw-r-- 0 root (0) root (0) 18790 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_autodetect_builtin.c
â â --rw-rw-r-- 0 root (0) root (0) 4902 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_defines.h
â â --rw-rw-r-- 0 root (0) root (0) 83105 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 25500 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_driver.h
â â --rw-rw-r-- 0 root (0) root (0) 45171 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_keymaps.c
â â --rw-rw-r-- 0 root (0) root (0) 3068 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_keymaps.h
â â --rw-rw-r-- 0 root (0) root (0) 3914 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_mapper.c
â â --rw-rw-r-- 0 root (0) root (0) 1445 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_mapper.h
â â --rw-rw-r-- 0 root (0) root (0) 24957 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_overlay.c
â â --rw-rw-r-- 0 root (0) root (0) 6351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_overlay.h
â â --rw-rw-r-- 0 root (0) root (0) 9427 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_remapping.c
â â --rw-rw-r-- 0 root (0) root (0) 1595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_remapping.h
â â --rw-rw-r-- 0 root (0) root (0) 6602 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_remote.c
â â --rw-rw-r-- 0 root (0) root (0) 1444 2018-02-18 01:12:15.000000 RetroArch-1.7.1/input/input_remote.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/
â â --rw-rw-r-- 0 root (0) root (0) 93233 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_ar.c
â â --rw-rw-r-- 0 root (0) root (0) 133088 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_ar.h
â â --rw-rw-r-- 0 root (0) root (0) 71752 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_chs.c
â â --rw-rw-r-- 0 root (0) root (0) 123809 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_chs.h
â â --rw-rw-r-- 0 root (0) root (0) 71646 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_cht.c
â â --rw-rw-r-- 0 root (0) root (0) 123348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_cht.h
â â --rw-rw-r-- 0 root (0) root (0) 87808 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_de.c
â â --rw-rw-r-- 0 root (0) root (0) 139972 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_de.h
â â --rw-rw-r-- 0 root (0) root (0) 1511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_eo.c
â â --rw-rw-r-- 0 root (0) root (0) 119801 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_eo.h
â â --rw-rw-r-- 0 root (0) root (0) 48697 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_es.c
â â --rw-rw-r-- 0 root (0) root (0) 131467 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_es.h
â â --rw-rw-r-- 0 root (0) root (0) 1512 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_fr.c
â â --rw-rw-r-- 0 root (0) root (0) 132956 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_fr.h
â â --rw-rw-r-- 0 root (0) root (0) 42764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_it.c
â â --rw-rw-r-- 0 root (0) root (0) 138596 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_it.h
â â --rw-rw-r-- 0 root (0) root (0) 72310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_ja.c
â â --rw-rw-r-- 0 root (0) root (0) 137954 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_ja.h
â â --rw-rw-r-- 0 root (0) root (0) 90205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_ko.c
â â --rw-rw-r-- 0 root (0) root (0) 129468 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_ko.h
â â --rw-rw-r-- 0 root (0) root (0) 57528 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_lbl.h
â â --rw-rw-r-- 0 root (0) root (0) 1443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_nl.c
â â --rw-rw-r-- 0 root (0) root (0) 121357 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_nl.h
â â --rw-rw-r-- 0 root (0) root (0) 1357 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_pl.c
â â --rw-rw-r-- 0 root (0) root (0) 138367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_pl.h
â â --rw-rw-r-- 0 root (0) root (0) 99403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_pt_br.c
â â --rw-rw-r-- 0 root (0) root (0) 133262 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_pt_br.h
â â --rw-rw-r-- 0 root (0) root (0) 38096 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_pt_pt.c
â â --rw-rw-r-- 0 root (0) root (0) 136488 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_pt_pt.h
â â --rw-rw-r-- 0 root (0) root (0) 933 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_ru.c
â â --rw-rw-r-- 0 root (0) root (0) 169970 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_ru.h
â â --rw-rw-r-- 0 root (0) root (0) 93224 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_us.c
â â --rw-rw-r-- 0 root (0) root (0) 132690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_us.h
â â --rw-rw-r-- 0 root (0) root (0) 72573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_vn.c
â â --rw-rw-r-- 0 root (0) root (0) 126680 2018-02-18 01:12:15.000000 RetroArch-1.7.1/intl/msg_hash_vn.h
â â --rw-rw-r-- 0 root (0) root (0) 1201 2018-02-18 01:12:15.000000 RetroArch-1.7.1/lakka.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/led/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/led/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 950 2018-02-18 01:12:15.000000 RetroArch-1.7.1/led/drivers/led_null.c
â â --rw-rw-r-- 0 root (0) root (0) 1422 2018-02-18 01:12:15.000000 RetroArch-1.7.1/led/drivers/led_overlay.c
â â --rw-rw-r-- 0 root (0) root (0) 3137 2018-02-18 01:12:15.000000 RetroArch-1.7.1/led/drivers/led_rpi.c
â â --rw-rw-r-- 0 root (0) root (0) 768 2018-02-18 01:12:15.000000 RetroArch-1.7.1/led/led_defines.h
â â --rw-rw-r-- 0 root (0) root (0) 1752 2018-02-18 01:12:15.000000 RetroArch-1.7.1/led/led_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 1360 2018-02-18 01:12:15.000000 RetroArch-1.7.1/led/led_driver.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/
â â --rw-rw-r-- 0 root (0) root (0) 4 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/.gitignore
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/
â â --rw-rw-r-- 0 root (0) root (0) 9441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/audio_mix.c
â â --rw-rw-r-- 0 root (0) root (0) 21665 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/audio_mixer.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/conversion/
â â --rw-rw-r-- 0 root (0) root (0) 5220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/conversion/float_to_s16.c
â â --rw-rw-r-- 0 root (0) root (0) 2253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/conversion/float_to_s16_neon.S
â â --rw-rw-r-- 0 root (0) root (0) 2560 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/conversion/float_to_s16_neon.c
â â --rw-rw-r-- 0 root (0) root (0) 6523 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/conversion/s16_to_float.c
â â --rw-rw-r-- 0 root (0) root (0) 2447 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/conversion/s16_to_float_neon.S
â â --rw-rw-r-- 0 root (0) root (0) 2810 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/conversion/s16_to_float_neon.c
â â --rw-rw-r-- 0 root (0) root (0) 9125 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filter.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/
â â --rw-rw-r-- 0 root (0) root (0) 181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/BassBoost.dsp
â â --rw-rw-r-- 0 root (0) root (0) 494 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/ChipTuneEnhance.dsp
â â --rw-rw-r-- 0 root (0) root (0) 385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Chorus.dsp
â â --rw-rw-r-- 0 root (0) root (0) 121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Crystalizer.dsp
â â --rw-rw-r-- 0 root (0) root (0) 1481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/EQ.dsp
â â --rw-rw-r-- 0 root (0) root (0) 672 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Echo.dsp
â â --rw-rw-r-- 0 root (0) root (0) 194 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/EchoReverb.dsp
â â --rw-rw-r-- 0 root (0) root (0) 83 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/HighShelfDampen.dsp
â â --rw-rw-r-- 0 root (0) root (0) 396 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/IIR.dsp
â â --rw-rw-r-- 0 root (0) root (0) 1742 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/LowPassCPS.dsp
â â --rw-rw-r-- 0 root (0) root (0) 2045 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 215 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Mono.dsp
â â --rw-rw-r-- 0 root (0) root (0) 445 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Panning.dsp
â â --rw-rw-r-- 0 root (0) root (0) 186 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Phaser.dsp
â â --rw-rw-r-- 0 root (0) root (0) 164 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Reverb.dsp
â â --rw-rw-r-- 0 root (0) root (0) 171 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/WahWah.dsp
â â --rw-rw-r-- 0 root (0) root (0) 5067 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/chorus.c
â â --rwxrwxr-x 0 root (0) root (0) 48 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/configure
â â --rw-rw-r-- 0 root (0) root (0) 2933 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/crystalizer.c
â â --rw-rw-r-- 0 root (0) root (0) 5472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/echo.c
â â --rw-rw-r-- 0 root (0) root (0) 10007 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/eq.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/fft/
â â --rw-rw-r-- 0 root (0) root (0) 5943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/fft/fft.c
â â --rw-rw-r-- 0 root (0) root (0) 1885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/fft/fft.h
â â --rw-rw-r-- 0 root (0) root (0) 10951 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/iir.c
â â --rw-rw-r-- 0 root (0) root (0) 57 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/link.T
â â --rw-rw-r-- 0 root (0) root (0) 3612 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/panning.c
â â --rw-rw-r-- 0 root (0) root (0) 4407 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/phaser.c
â â --rw-rw-r-- 0 root (0) root (0) 9385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/reverb.c
â â --rw-rw-r-- 0 root (0) root (0) 4708 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/wahwah.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/resampler/
â â --rw-rw-r-- 0 root (0) root (0) 5254 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/resampler/audio_resampler.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 2984 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/nearest_resampler.c
â â --rw-rw-r-- 0 root (0) root (0) 2055 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/null_resampler.c
â â --rw-rw-r-- 0 root (0) root (0) 23356 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/sinc_resampler.c
â â --rw-rw-r-- 0 root (0) root (0) 2404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/sinc_resampler_neon.S
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/
â â --rw-rw-r-- 0 root (0) root (0) 5694 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/compat_fnmatch.c
â â --rw-rw-r-- 0 root (0) root (0) 5538 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/compat_getopt.c
â â --rw-rw-r-- 0 root (0) root (0) 17827 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/compat_ifaddrs.c
â â --rw-rw-r-- 0 root (0) root (0) 2701 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/compat_posix_string.c
â â --rw-rw-r-- 0 root (0) root (0) 2574 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/compat_snprintf.c
â â --rw-rw-r-- 0 root (0) root (0) 2145 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/compat_strcasestr.c
â â --rw-rw-r-- 0 root (0) root (0) 2182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/compat_strl.c
â â --rw-rw-r-- 0 root (0) root (0) 859 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/compat/fopen_utf8.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/crt/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/crt/include/
â â --rw-rw-r-- 0 root (0) root (0) 200 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/crt/include/string.h
â â --rw-rw-r-- 0 root (0) root (0) 640 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/crt/string.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/dynamic/
â â --rw-rw-r-- 0 root (0) root (0) 4108 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/dynamic/dylib.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/encodings/
â â --rw-rw-r-- 0 root (0) root (0) 5143 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/encodings/encoding_crc32.c
â â --rw-rw-r-- 0 root (0) root (0) 12087 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/encodings/encoding_utf.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/features/
â â --rw-rw-r-- 0 root (0) root (0) 21963 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/features/features_cpu.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/
â â --rw-rw-r-- 0 root (0) root (0) 24170 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/archive_file.c
â â --rw-rw-r-- 0 root (0) root (0) 15443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/archive_file_7z.c
â â --rw-rw-r-- 0 root (0) root (0) 11020 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/archive_file_zlib.c
â â --rw-rw-r-- 0 root (0) root (0) 23092 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/config_file.c
â â --rw-rw-r-- 0 root (0) root (0) 5571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/config_file_userdata.c
â â --rw-rw-r-- 0 root (0) root (0) 29251 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/file_path.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/nbio/
â â --rw-rw-r-- 0 root (0) root (0) 2584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_intf.c
â â --rw-rw-r-- 0 root (0) root (0) 6302 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_linux.c
â â --rw-rw-r-- 0 root (0) root (0) 6820 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_stdio.c
â â --rw-rw-r-- 0 root (0) root (0) 4944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_unixmmap.c
â â --rw-rw-r-- 0 root (0) root (0) 6698 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_windowsmmap.c
â â --rw-rw-r-- 0 root (0) root (0) 8086 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/file/retro_dirent.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/bmp/
â â --rw-rw-r-- 0 root (0) root (0) 16228 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/bmp/rbmp.c
â â --rw-rw-r-- 0 root (0) root (0) 6855 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/bmp/rbmp_encode.c
â â --rw-rw-r-- 0 root (0) root (0) 8129 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/image_texture.c
â â --rw-rw-r-- 0 root (0) root (0) 6218 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/image_transfer.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/jpeg/
â â --rw-rw-r-- 0 root (0) root (0) 80787 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/jpeg/rjpeg.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/json/
â â --rw-rw-r-- 0 root (0) root (0) 7511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/json/jsonsax.c
â â --rw-rw-r-- 0 root (0) root (0) 142241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/json/jsonsax_full.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/
â â --rw-rw-r-- 0 root (0) root (0) 3209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/bitstream.c
â â --rw-rw-r-- 0 root (0) root (0) 36765 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/cdrom.c
â â --rw-rw-r-- 0 root (0) root (0) 77910 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/chd.c
â â --rw-rw-r-- 0 root (0) root (0) 13178 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/flac.c
â â --rw-rw-r-- 0 root (0) root (0) 17168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/huffman.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/png/
â â --rw-rw-r-- 0 root (0) root (0) 30026 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/png/rpng.c
â â --rw-rw-r-- 0 root (0) root (0) 11361 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/png/rpng_encode.c
â â --rw-rw-r-- 0 root (0) root (0) 2002 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/png/rpng_internal.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/tga/
â â --rw-rw-r-- 0 root (0) root (0) 12914 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/tga/rtga.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/wav/
â â --rw-rw-r-- 0 root (0) root (0) 5809 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/wav/rwav.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/xml/
â â --rw-rw-r-- 0 root (0) root (0) 11644 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/xml/rxml.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/xml/test/
â â --rw-rw-r-- 0 root (0) root (0) 434 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/xml/test/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 2443 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/formats/xml/test/rxml_test.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/gfx/
â â --rw-rw-r-- 0 root (0) root (0) 9943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/gfx/gl_capabilities.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/
â â --rw-rw-r-- 0 root (0) root (0) 29153 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/pixconv.c
â â --rw-rw-r-- 0 root (0) root (0) 10607 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/scaler.c
â â --rw-rw-r-- 0 root (0) root (0) 8401 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/scaler_filter.c
â â --rw-rw-r-- 0 root (0) root (0) 9289 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/scaler_int.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsm/
â â --rw-rw-r-- 0 root (0) root (0) 45239 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsm/glsm.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsym/
â â --rw-rw-r-- 0 root (0) root (0) 268 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsym/README.md
â â --rwxrwxr-x 0 root (0) root (0) 4796 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsym/glgen.py
â â --rw-rw-r-- 0 root (0) root (0) 20064 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsym/glsym_es2.c
â â --rw-rw-r-- 0 root (0) root (0) 20267 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsym/glsym_es3.c
â â --rw-rw-r-- 0 root (0) root (0) 90981 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsym/glsym_gl.c
â â --rw-rw-r-- 0 root (0) root (0) 1836 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsym/rglgen.c
â â --rwxrwxr-x 0 root (0) root (0) 4663 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/glsym/rglgen.py
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/hash/
â â --rw-rw-r-- 0 root (0) root (0) 17968 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/hash/rhash.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/audio/
â â --rw-rw-r-- 0 root (0) root (0) 3086 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/audio/audio_mix.h
â â --rw-rw-r-- 0 root (0) root (0) 2761 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/audio/audio_mixer.h
â â --rw-rw-r-- 0 root (0) root (0) 6623 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/audio/audio_resampler.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/audio/conversion/
â â --rw-rw-r-- 0 root (0) root (0) 2076 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/audio/conversion/float_to_s16.h
â â --rw-rw-r-- 0 root (0) root (0) 2150 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/audio/conversion/s16_to_float.h
â â --rw-rw-r-- 0 root (0) root (0) 2014 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/audio/dsp_filter.h
â â --rw-rw-r-- 0 root (0) root (0) 1723 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/boolean.h
â â --rw-rw-r-- 0 root (0) root (0) 2264 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/clamping.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/
â â --rw-rw-r-- 0 root (0) root (0) 2474 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/apple_compat.h
â â --rw-rw-r-- 0 root (0) root (0) 1561 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/fnmatch.h
â â --rw-rw-r-- 0 root (0) root (0) 381 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/fopen_utf8.h
â â --rw-rw-r-- 0 root (0) root (0) 2704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/getopt.h
â â --rw-rw-r-- 0 root (0) root (0) 1841 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/ifaddrs.h
â â --rw-rw-r-- 0 root (0) root (0) 2543 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/intrinsics.h
â â --rw-rw-r-- 0 root (0) root (0) 4140 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/msvc.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/msvc/
â â --rw-rw-r-- 0 root (0) root (0) 7826 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/msvc/stdint.h
â â --rw-rw-r-- 0 root (0) root (0) 2155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/posix_string.h
â â --rw-rw-r-- 0 root (0) root (0) 1917 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/strcasestr.h
â â --rw-rw-r-- 0 root (0) root (0) 2137 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/strl.h
â â --rw-rw-r-- 0 root (0) root (0) 14954 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/zconf.h
â â --rw-rw-r-- 0 root (0) root (0) 14954 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/zconf.h.in
â â --rw-rw-r-- 0 root (0) root (0) 86163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/zlib.h
â â --rw-rw-r-- 0 root (0) root (0) 6414 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/compat/zutil.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/dynamic/
â â --rw-rw-r-- 0 root (0) root (0) 2192 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/dynamic/dylib.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/encodings/
â â --rw-rw-r-- 0 root (0) root (0) 1635 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/encodings/crc32.h
â â --rw-rw-r-- 0 root (0) root (0) 2353 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/encodings/utf.h
â â --rw-rw-r-- 0 root (0) root (0) 2378 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/encodings/win32.h
â â --rw-rw-r-- 0 root (0) root (0) 2969 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/fastcpy.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/features/
â â --rw-rw-r-- 0 root (0) root (0) 2300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/features/features_cpu.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/file/
â â --rw-rw-r-- 0 root (0) root (0) 6921 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/file/archive_file.h
â â --rw-rw-r-- 0 root (0) root (0) 6853 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/file/config_file.h
â â --rw-rw-r-- 0 root (0) root (0) 2431 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/file/config_file_userdata.h
â â --rw-rw-r-- 0 root (0) root (0) 14393 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/file/file_path.h
â â --rw-rw-r-- 0 root (0) root (0) 3651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/file/nbio.h
â â --rw-rw-r-- 0 root (0) root (0) 2897 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/filters.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/
â â --rw-rw-r-- 0 root (0) root (0) 2996 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/image.h
â â --rw-rw-r-- 0 root (0) root (0) 2653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/jsonsax.h
â â --rw-rw-r-- 0 root (0) root (0) 45912 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/jsonsax_full.h
â â --rw-rw-r-- 0 root (0) root (0) 2141 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/rbmp.h
â â --rw-rw-r-- 0 root (0) root (0) 1849 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/rjpeg.h
â â --rw-rw-r-- 0 root (0) root (0) 2224 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/rpng.h
â â --rw-rw-r-- 0 root (0) root (0) 1832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/rtga.h
â â --rw-rw-r-- 0 root (0) root (0) 2844 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/rwav.h
â â --rw-rw-r-- 0 root (0) root (0) 3497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/formats/rxml.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/
â â --rw-rw-r-- 0 root (0) root (0) 2265 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/gl_capabilities.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/
â â --rw-rw-r-- 0 root (0) root (0) 9729 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/matrix_3x3.h
â â --rw-rw-r-- 0 root (0) root (0) 15539 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/matrix_4x4.h
â â --rw-rw-r-- 0 root (0) root (0) 3278 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/vector_2.h
â â --rw-rw-r-- 0 root (0) root (0) 2319 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/vector_3.h
â â --rw-rw-r-- 0 root (0) root (0) 2087 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/vector_4.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/
â â --rw-rw-r-- 0 root (0) root (0) 1636 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/filter.h
â â --rw-rw-r-- 0 root (0) root (0) 3586 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/pixconv.h
â â --rw-rw-r-- 0 root (0) root (0) 3416 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/scaler.h
â â --rw-rw-r-- 0 root (0) root (0) 1965 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/scaler_int.h
â â --rw-rw-r-- 0 root (0) root (0) 6494 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/gfx/video_frame.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsm/
â â --rw-rw-r-- 0 root (0) root (0) 4996 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsm/glsm.h
â â --rw-rw-r-- 0 root (0) root (0) 18821 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsm/glsmsym.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsym/
â â --rw-rw-r-- 0 root (0) root (0) 1651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsym/glsym.h
â â --rw-rw-r-- 0 root (0) root (0) 54826 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsym/glsym_es2.h
â â --rw-rw-r-- 0 root (0) root (0) 55531 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsym/glsym_es3.h
â â --rw-rw-r-- 0 root (0) root (0) 236738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsym/glsym_gl.h
â â --rw-rw-r-- 0 root (0) root (0) 1866 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsym/rglgen.h
â â --rw-rw-r-- 0 root (0) root (0) 2543 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/glsym/rglgen_headers.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libchdr/
â â --rw-rw-r-- 0 root (0) root (0) 1408 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libchdr/bitstream.h
â â --rw-rw-r-- 0 root (0) root (0) 2316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libchdr/cdrom.h
â â --rw-rw-r-- 0 root (0) root (0) 14890 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libchdr/chd.h
â â --rw-rw-r-- 0 root (0) root (0) 588 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libchdr/coretypes.h
â â --rw-rw-r-- 0 root (0) root (0) 2235 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libchdr/flac.h
â â --rw-rw-r-- 0 root (0) root (0) 2995 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libchdr/huffman.h
â â --rw-rw-r-- 0 root (0) root (0) 477 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libchdr/minmax.h
â â --rw-rw-r-- 0 root (0) root (0) 2299 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libco.h
â â --rw-rw-r-- 0 root (0) root (0) 114209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libretro.h
â â --rw-rw-r-- 0 root (0) root (0) 6722 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libretro_dspfilter.h
â â --rw-rw-r-- 0 root (0) root (0) 18351 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/libretro_vulkan.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/lists/
â â --rw-rw-r-- 0 root (0) root (0) 2759 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/lists/dir_list.h
â â --rw-rw-r-- 0 root (0) root (0) 4538 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/lists/file_list.h
â â --rw-rw-r-- 0 root (0) root (0) 5060 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/lists/string_list.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/math/
â â --rw-rw-r-- 0 root (0) root (0) 2333 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/math/complex.h
â â --rw-rw-r-- 0 root (0) root (0) 2233 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/math/float_minmax.h
â â --rw-rw-r-- 0 root (0) root (0) 2003 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/math/fxp.h
â â --rw-rw-r-- 0 root (0) root (0) 1661 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/memalign.h
â â --rw-rw-r-- 0 root (0) root (0) 2110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/memmap.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/net/
â â --rw-rw-r-- 0 root (0) root (0) 6667 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/net/net_compat.h
â â --rw-rw-r-- 0 root (0) root (0) 2907 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/net/net_http.h
â â --rw-rw-r-- 0 root (0) root (0) 2375 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/net/net_http_parse.h
â â --rw-rw-r-- 0 root (0) root (0) 1845 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/net/net_ifinfo.h
â â --rw-rw-r-- 0 root (0) root (0) 2853 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/net/net_natt.h
â â --rw-rw-r-- 0 root (0) root (0) 2964 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/net/net_socket.h
â â --rw-rw-r-- 0 root (0) root (0) 2193 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/net/net_socket_ssl.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/queues/
â â --rw-rw-r-- 0 root (0) root (0) 2507 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/queues/fifo_queue.h
â â --rw-rw-r-- 0 root (0) root (0) 2969 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/queues/message_queue.h
â â --rw-rw-r-- 0 root (0) root (0) 6686 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/queues/task_queue.h
â â --rw-rw-r-- 0 root (0) root (0) 1673 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_assert.h
â â --rw-rw-r-- 0 root (0) root (0) 1863 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_common.h
â â --rw-rw-r-- 0 root (0) root (0) 3996 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_common_api.h
â â --rw-rw-r-- 0 root (0) root (0) 2171 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_dirent.h
â â --rw-rw-r-- 0 root (0) root (0) 7552 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_endianness.h
â â --rw-rw-r-- 0 root (0) root (0) 2774 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_environment.h
â â --rw-rw-r-- 0 root (0) root (0) 1712 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_inline.h
â â --rw-rw-r-- 0 root (0) root (0) 2604 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_math.h
â â --rw-rw-r-- 0 root (0) root (0) 5129 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_miscellaneous.h
â â --rw-rw-r-- 0 root (0) root (0) 3327 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/retro_timers.h
â â --rw-rw-r-- 0 root (0) root (0) 4524 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/rhash.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/rthreads/
â â --rw-rw-r-- 0 root (0) root (0) 6630 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/rthreads/rthreads.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/streams/
â â --rw-rw-r-- 0 root (0) root (0) 2291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/streams/chd_stream.h
â â --rw-rw-r-- 0 root (0) root (0) 3508 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/streams/file_stream.h
â â --rw-rw-r-- 0 root (0) root (0) 2629 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/streams/file_stream_transforms.h
â â --rw-rw-r-- 0 root (0) root (0) 3336 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/streams/interface_stream.h
â â --rw-rw-r-- 0 root (0) root (0) 2279 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/streams/memory_stream.h
â â --rw-rw-r-- 0 root (0) root (0) 1653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/streams/stdin_stream.h
â â --rw-rw-r-- 0 root (0) root (0) 3928 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/streams/trans_stream.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/string/
â â --rw-rw-r-- 0 root (0) root (0) 3977 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/string/stdstring.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/utils/
â â --rw-rw-r-- 0 root (0) root (0) 1478 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/utils/md5.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/vfs/
â â --rw-rw-r-- 0 root (0) root (0) 3003 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/vfs/vfs_implementation.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/vulkan/
â â --rw-rw-r-- 0 root (0) root (0) 26573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/include/vulkan/vulkan_symbol_wrapper.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/
â â --rw-rw-r-- 0 root (0) root (0) 3015 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/aarch64.c
â â --rw-rw-r-- 0 root (0) root (0) 8360 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/amd64.c
â â --rw-rw-r-- 0 root (0) root (0) 2386 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/armeabi.c
â â --rw-rw-r-- 0 root (0) root (0) 1382 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/fiber.c
â â --rw-rw-r-- 0 root (0) root (0) 777 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/libco.c
â â --rw-rw-r-- 0 root (0) root (0) 11978 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/ppc.c
â â --rw-rw-r-- 0 root (0) root (0) 2638 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/psp2.c
â â --rw-rw-r-- 0 root (0) root (0) 2198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/scefiber.c
â â --rw-rw-r-- 0 root (0) root (0) 2399 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/sjlj.c
â â --rw-rw-r-- 0 root (0) root (0) 1828 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/ucontext.c
â â --rw-rw-r-- 0 root (0) root (0) 2933 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/libco/x86.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/lists/
â â --rw-rw-r-- 0 root (0) root (0) 8591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/lists/dir_list.c
â â --rw-rw-r-- 0 root (0) root (0) 11561 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/lists/file_list.c
â â --rw-rw-r-- 0 root (0) root (0) 8023 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/lists/string_list.c
â â --rw-rw-r-- 0 root (0) root (0) 3024 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/lists/vector_list.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/memmap/
â â --rw-rw-r-- 0 root (0) root (0) 2301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/memmap/memalign.c
â â --rw-rw-r-- 0 root (0) root (0) 4662 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/memmap/memmap.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/net/
â â --rw-rw-r-- 0 root (0) root (0) 15119 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/net/net_compat.c
â â --rw-rw-r-- 0 root (0) root (0) 18469 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/net/net_http.c
â â --rw-rw-r-- 0 root (0) root (0) 3361 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/net/net_http_parse.c
â â --rw-rw-r-- 0 root (0) root (0) 4969 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/net/net_ifinfo.c
â â --rw-rw-r-- 0 root (0) root (0) 6796 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/net/net_natt.c
â â --rw-rw-r-- 0 root (0) root (0) 8627 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/net/net_socket.c
â â --rw-rw-r-- 0 root (0) root (0) 7651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/net/net_socket_ssl.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/queues/
â â --rw-rw-r-- 0 root (0) root (0) 2745 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/queues/fifo_queue.c
â â --rw-rw-r-- 0 root (0) root (0) 6325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/queues/message_queue.c
â â --rw-rw-r-- 0 root (0) root (0) 18223 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/queues/task_queue.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/rthreads/
â â --rw-rw-r-- 0 root (0) root (0) 5385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/rthreads/ctr_pthread.h
â â --rw-rw-r-- 0 root (0) root (0) 4910 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/rthreads/gx_pthread.h
â â --rw-rw-r-- 0 root (0) root (0) 23978 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/rthreads/rthreads.c
â â --rw-rw-r-- 0 root (0) root (0) 2103 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/rthreads/xenon_sdl_threads.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/file/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/file/nbio/
â â --rw-rw-r-- 0 root (0) root (0) 708 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/file/nbio/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 1465 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/file/nbio/nbio_test.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/formats/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/formats/png/
â â --rw-rw-r-- 0 root (0) root (0) 1609 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/formats/png/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 5144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/formats/png/rpng_test.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/net/
â â --rw-rw-r-- 0 root (0) root (0) 962 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/net/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 2141 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/net/net_http_test.c
â â --rw-rw-r-- 0 root (0) root (0) 1777 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/net/net_ifinfo_test.c
â â --rw-rw-r-- 0 root (0) root (0) 1138 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/net/udp-test.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/utils/
â â --rw-rw-r-- 0 root (0) root (0) 1983 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/samples/utils/Makefile
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/
â â --rw-rw-r-- 0 root (0) root (0) 10739 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/chd_stream.c
â â --rw-rw-r-- 0 root (0) root (0) 12808 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/file_stream.c
â â --rw-rw-r-- 0 root (0) root (0) 4089 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/file_stream_transforms.c
â â --rw-rw-r-- 0 root (0) root (0) 10560 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/interface_stream.c
â â --rw-rw-r-- 0 root (0) root (0) 4521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/memory_stream.c
â â --rw-rw-r-- 0 root (0) root (0) 4184 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/stdin_stream.c
â â --rw-rw-r-- 0 root (0) root (0) 3068 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/trans_stream.c
â â --rw-rw-r-- 0 root (0) root (0) 2934 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/trans_stream_pipe.c
â â --rw-rw-r-- 0 root (0) root (0) 7142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/streams/trans_stream_zlib.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/string/
â â --rw-rw-r-- 0 root (0) root (0) 5531 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/string/stdstring.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/utils/
â â --rw-rw-r-- 0 root (0) root (0) 786 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/utils/crc32.c
â â --rw-rw-r-- 0 root (0) root (0) 452 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/utils/djb2.c
â â --rw-rw-r-- 0 root (0) root (0) 10652 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/utils/md5.c
â â --rw-rw-r-- 0 root (0) root (0) 11548 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/utils/sha1.c
â â --rw-rw-r-- 0 root (0) root (0) 4509 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/utils/sha1_main.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/vfs/
â â --rw-rw-r-- 0 root (0) root (0) 14865 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/vfs/vfs_implementation.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/vulkan/
â â --rw-rw-r-- 0 root (0) root (0) 46472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-common/vulkan/vulkan_symbol_wrapper.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/
â â --rw-rw-r-- 0 root (0) root (0) 2130 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 2404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/README.md
â â --rw-rw-r-- 0 root (0) root (0) 3874 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/bintree.c
â â --rw-rw-r-- 0 root (0) root (0) 1898 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/bintree.h
â â --rw-rw-r-- 0 root (0) root (0) 23934 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/c_converter.c
â â --rwxrwxr-x 0 root (0) root (0) 2152 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/c_converter_test.sh
â â --rwxrwxr-x 0 root (0) root (0) 84 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/dat_converter
â â --rw-rw-r-- 0 root (0) root (0) 14992 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/libretrodb.c
â â --rw-rw-r-- 0 root (0) root (0) 3511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/libretrodb.h
â â --rw-rw-r-- 0 root (0) root (0) 5497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/libretrodb_tool.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/lua/
â â --rw-rw-r-- 0 root (0) root (0) 2561 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/lua/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 6289 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/lua/dat_converter.lua
â â --rw-rw-r-- 0 root (0) root (0) 4499 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/lua/lua_common.c
â â --rw-rw-r-- 0 root (0) root (0) 256 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/lua/lua_common.h
â â --rw-rw-r-- 0 root (0) root (0) 2324 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/lua/lua_converter.c
â â --rw-rw-r-- 0 root (0) root (0) 6432 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/lua/testlib.c
â â --rw-rw-r-- 0 root (0) root (0) 2401 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/lua/tests.lua
â â --rw-rw-r-- 0 root (0) root (0) 23164 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/query.c
â â --rw-rw-r-- 0 root (0) root (0) 1809 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/query.h
â â --rw-rw-r-- 0 root (0) root (0) 17015 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/rmsgpack.c
â â --rw-rw-r-- 0 root (0) root (0) 2439 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/rmsgpack.h
â â --rw-rw-r-- 0 root (0) root (0) 13691 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/rmsgpack_dom.c
â â --rw-rw-r-- 0 root (0) root (0) 2884 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/rmsgpack_dom.h
â â --rw-rw-r-- 0 root (0) root (0) 4708 2018-02-18 01:12:15.000000 RetroArch-1.7.1/libretro-db/rmsgpack_test.c
â â --rw-rw-r-- 0 root (0) root (0) 9642 2018-02-18 01:12:15.000000 RetroArch-1.7.1/list_special.c
â â --rw-rw-r-- 0 root (0) root (0) 2051 2018-02-18 01:12:15.000000 RetroArch-1.7.1/list_special.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/location/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/location/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 6602 2018-02-18 01:12:15.000000 RetroArch-1.7.1/location/drivers/android.c
â â --rw-rw-r-- 0 root (0) root (0) 1667 2018-02-18 01:12:15.000000 RetroArch-1.7.1/location/drivers/nulllocation.c
â â --rw-rw-r-- 0 root (0) root (0) 7723 2018-02-18 01:12:15.000000 RetroArch-1.7.1/location/location_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 4118 2018-02-18 01:12:15.000000 RetroArch-1.7.1/location/location_driver.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/
â â --rw-rw-r-- 0 root (0) root (0) 10235 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/cheat_manager.c
â â --rw-rw-r-- 0 root (0) root (0) 2020 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/cheat_manager.h
â â --rw-rw-r-- 0 root (0) root (0) 2131 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/core_manager.c
â â --rw-rw-r-- 0 root (0) root (0) 1036 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/core_manager.h
â â --rw-rw-r-- 0 root (0) root (0) 9623 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/core_option_manager.c
â â --rw-rw-r-- 0 root (0) root (0) 4890 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/core_option_manager.h
â â --rw-rw-r-- 0 root (0) root (0) 20515 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/state_manager.c
â â --rw-rw-r-- 0 root (0) root (0) 1508 2018-02-18 01:12:15.000000 RetroArch-1.7.1/managers/state_manager.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/
â â --rw-rw-r-- 0 root (0) root (0) 18243 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/canvas.png
â â --rw-rw-r-- 0 root (0) root (0) 370070 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icon_dark.ico
â â --rw-rw-r-- 0 root (0) root (0) 370070 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icon_light.ico
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/LICENSE/
â â --rw-rw-r-- 0 root (0) root (0) 17719 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/LICENSE/LICENSE.CC_BY_NC_3.txt
â â --rw-rw-r-- 0 root (0) root (0) 1028 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/LICENSE/LICENSE.txt
â â --rw-rw-r-- 0 root (0) root (0) 6412 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/icon.svg
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-hdpi/
â â --rw-rw-r-- 0 root (0) root (0) 1329 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-hdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-mdpi/
â â --rw-rw-r-- 0 root (0) root (0) 853 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-mdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-xhdpi/
â â --rw-rw-r-- 0 root (0) root (0) 1678 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-xhdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-xxhdpi/
â â --rw-rw-r-- 0 root (0) root (0) 2524 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-xxhdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-xxxhdpi/
â â --rw-rw-r-- 0 root (0) root (0) 3412 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/mipmap-xxxhdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/playstore/
â â --rw-rw-r-- 0 root (0) root (0) 11502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/icons/playstore/icon.png
â â --rw-rw-r-- 0 root (0) root (0) 12979 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/invader_dark.png
â â --rw-rw-r-- 0 root (0) root (0) 13051 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/invader_light.png
â â --rw-rw-r-- 0 root (0) root (0) 3730 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/libretro-logo.png
â â --rw-rw-r-- 0 root (0) root (0) 355 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/rarch.manifest
â â --rw-rw-r-- 0 root (0) root (0) 3544 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/rarch.rc
â â --rw-rw-r-- 0 root (0) root (0) 3214 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/rarch_ja.rc
â â --rwxrwxr-x 0 root (0) root (0) 300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/render-ios-icons.sh
â â --rw-rw-r-- 0 root (0) root (0) 1086 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/retroarch-16x16.ico
â â --rw-rw-r-- 0 root (0) root (0) 155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/retroarch-16x16.png
â â --rw-rw-r-- 0 root (0) root (0) 2258 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/retroarch-96x96.png
â â --rw-rw-r-- 0 root (0) root (0) 66653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/retroarch.icns
â â --rw-rw-r-- 0 root (0) root (0) 298345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/retroarch.ico
â â --rw-rw-r-- 0 root (0) root (0) 2664 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/retroarch.svg
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/src/
â â --rw-rw-r-- 0 root (0) root (0) 298345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/src/invader.ico
â â --rw-rw-r-- 0 root (0) root (0) 24570 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/src/invader.png
â â --rw-rw-r-- 0 root (0) root (0) 3947 2018-02-18 01:12:15.000000 RetroArch-1.7.1/media/src/invader.svg
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/neon/
â â --rw-rw-r-- 0 root (0) root (0) 3407 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/neon/memcpy-neon.S
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/ngc/
â â --rw-rw-r-- 0 root (0) root (0) 3171 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/ngc/ssaram.c
â â --rw-rw-r-- 0 root (0) root (0) 325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/ngc/ssaram.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/wii/
â â --rw-rw-r-- 0 root (0) root (0) 6673 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/wii/mem2_manager.c
â â --rw-rw-r-- 0 root (0) root (0) 164 2018-02-18 01:12:15.000000 RetroArch-1.7.1/memory/wii/mem2_manager.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/
â â --rw-rw-r-- 0 root (0) root (0) 3983 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_cancel.c
â â --rw-rw-r-- 0 root (0) root (0) 1558 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_contentlist_switch.c
â â --rw-rw-r-- 0 root (0) root (0) 63489 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_deferred_push.c
â â --rw-rw-r-- 0 root (0) root (0) 1588 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_down.c
â â --rw-rw-r-- 0 root (0) root (0) 67840 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_get_value.c
â â --rw-rw-r-- 0 root (0) root (0) 2802 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_info.c
â â --rw-rw-r-- 0 root (0) root (0) 3511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_label.c
â â --rw-rw-r-- 0 root (0) root (0) 24411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_left.c
â â --rw-rw-r-- 0 root (0) root (0) 168836 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_ok.c
â â --rw-rw-r-- 0 root (0) root (0) 1442 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_refresh.c
â â --rw-rw-r-- 0 root (0) root (0) 24993 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_right.c
â â --rw-rw-r-- 0 root (0) root (0) 5414 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_scan.c
â â --rw-rw-r-- 0 root (0) root (0) 7841 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_select.c
â â --rw-rw-r-- 0 root (0) root (0) 11560 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_start.c
â â --rw-rw-r-- 0 root (0) root (0) 95790 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_sublabel.c
â â --rw-rw-r-- 0 root (0) root (0) 56874 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_title.c
â â --rw-rw-r-- 0 root (0) root (0) 1582 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_up.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 90552 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/materialui.c
â â --rw-rw-r-- 0 root (0) root (0) 10510 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/menu_generic.c
â â --rw-rw-r-- 0 root (0) root (0) 1186 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/menu_generic.h
â â --rw-rw-r-- 0 root (0) root (0) 11955 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/nuklear.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/nuklear/
â â --rw-rw-r-- 0 root (0) root (0) 10033 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_common.c
â â --rw-rw-r-- 0 root (0) root (0) 2844 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_common.h
â â --rw-rw-r-- 0 root (0) root (0) 3349 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_menu.c
â â --rw-rw-r-- 0 root (0) root (0) 2372 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_menu.h
â â --rw-rw-r-- 0 root (0) root (0) 2392 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_wnd_debug.c
â â --rw-rw-r-- 0 root (0) root (0) 2155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/null.c
â â --rw-rw-r-- 0 root (0) root (0) 25661 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/rgui.c
â â --rwxrwxr-x 0 root (0) root (0) 138785 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/xmb.c
â â --rw-rw-r-- 0 root (0) root (0) 20224 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/xui.cpp
â â --rw-rw-r-- 0 root (0) root (0) 31330 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers/zarch.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/
â â --rw-rw-r-- 0 root (0) root (0) 2910 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_caca.c
â â --rw-rw-r-- 0 root (0) root (0) 6258 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_ctr.c
â â --rw-rw-r-- 0 root (0) root (0) 9403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_d3d.c
â â --rw-rw-r-- 0 root (0) root (0) 9900 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_d3d11.c
â â --rw-rw-r-- 0 root (0) root (0) 10749 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_d3d12.c
â â --rw-rw-r-- 0 root (0) root (0) 3310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_gdi.c
â â --rw-rw-r-- 0 root (0) root (0) 7641 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_gl.c
â â --rw-rw-r-- 0 root (0) root (0) 2662 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_null.c
â â --rw-rw-r-- 0 root (0) root (0) 2883 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_vga.c
â â --rw-rw-r-- 0 root (0) root (0) 7612 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_vita2d.c
â â --rw-rw-r-- 0 root (0) root (0) 11055 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_vulkan.c
â â --rw-rw-r-- 0 root (0) root (0) 11390 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_wiiu.c
â â --rw-rw-r-- 0 root (0) root (0) 18304 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_animation.c
â â --rw-rw-r-- 0 root (0) root (0) 3322 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_animation.h
â â --rw-rw-r-- 0 root (0) root (0) 13517 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_cbs.c
â â --rw-rw-r-- 0 root (0) root (0) 10021 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_cbs.h
â â --rw-rw-r-- 0 root (0) root (0) 2074 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_content.c
â â --rw-rw-r-- 0 root (0) root (0) 1329 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_content.h
â â --rw-rw-r-- 0 root (0) root (0) 256505 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_displaylist.c
â â --rw-rw-r-- 0 root (0) root (0) 7370 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_displaylist.h
â â --rw-rw-r-- 0 root (0) root (0) 71101 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 24889 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_driver.h
â â --rw-rw-r-- 0 root (0) root (0) 17172 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_entries.c
â â --rw-rw-r-- 0 root (0) root (0) 5890 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_entries.h
â â --rw-rw-r-- 0 root (0) root (0) 12417 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_event.c
â â --rw-rw-r-- 0 root (0) root (0) 2114 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_event.h
â â --rw-rw-r-- 0 root (0) root (0) 17559 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_input.c
â â --rw-rw-r-- 0 root (0) root (0) 2984 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_input.h
â â --rw-rw-r-- 0 root (0) root (0) 8598 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_networking.c
â â --rw-rw-r-- 0 root (0) root (0) 1472 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_networking.h
â â --rw-rw-r-- 0 root (0) root (0) 299806 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_setting.c
â â --rw-rw-r-- 0 root (0) root (0) 6500 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_setting.h
â â --rw-rw-r-- 0 root (0) root (0) 16705 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_shader.c
â â --rw-rw-r-- 0 root (0) root (0) 2678 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/menu_shader.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/
â â --rw-rw-r-- 0 root (0) root (0) 9168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_dialog.c
â â --rw-rw-r-- 0 root (0) root (0) 2142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_dialog.h
â â --rw-rw-r-- 0 root (0) root (0) 13928 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_entry.c
â â --rw-rw-r-- 0 root (0) root (0) 3189 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_entry.h
â â --rw-rw-r-- 0 root (0) root (0) 9930 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_filebrowser.c
â â --rw-rw-r-- 0 root (0) root (0) 1459 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_filebrowser.h
â â --rw-rw-r-- 0 root (0) root (0) 14467 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_input_bind_dialog.c
â â --rw-rw-r-- 0 root (0) root (0) 1603 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_input_bind_dialog.h
â â --rw-rw-r-- 0 root (0) root (0) 4385 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_input_dialog.c
â â --rw-rw-r-- 0 root (0) root (0) 1738 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_input_dialog.h
â â --rw-rw-r-- 0 root (0) root (0) 5441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_list.c
â â --rw-rw-r-- 0 root (0) root (0) 1983 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_list.h
â â --rw-rw-r-- 0 root (0) root (0) 5289 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_osk.c
â â --rw-rw-r-- 0 root (0) root (0) 1609 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_osk.h
â â --rw-rw-r-- 0 root (0) root (0) 3607 2018-02-18 01:12:15.000000 RetroArch-1.7.1/menu/widgets/menu_osk_utf8_pages.h
â â --rw-rw-r-- 0 root (0) root (0) 15814 2018-02-18 01:12:15.000000 RetroArch-1.7.1/movie.c
â â --rw-rw-r-- 0 root (0) root (0) 2209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/movie.h
â â --rw-rw-r-- 0 root (0) root (0) 16916 2018-02-18 01:12:15.000000 RetroArch-1.7.1/msg_hash.c
â â --rw-rw-r-- 0 root (0) root (0) 79240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/msg_hash.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/httpserver/
â â --rw-rw-r-- 0 root (0) root (0) 21195 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/httpserver/handle_form.inl
â â --rw-rw-r-- 0 root (0) root (0) 17719 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/httpserver/httpserver.c
â â --rw-rw-r-- 0 root (0) root (0) 963 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/httpserver/httpserver.h
â â --rw-rw-r-- 0 root (0) root (0) 2813 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/net_http_special.c
â â --rw-rw-r-- 0 root (0) root (0) 1094 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/net_http_special.h
â â --rw-rw-r-- 0 root (0) root (0) 2562 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/net_logger.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/
â â --rw-rw-r-- 0 root (0) root (0) 13816 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/README
â â --rw-rw-r-- 0 root (0) root (0) 3720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay.h
â â --rw-rw-r-- 0 root (0) root (0) 8645 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_buf.c
â â --rw-rw-r-- 0 root (0) root (0) 5015 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_delta.c
â â --rw-rw-r-- 0 root (0) root (0) 15591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_discovery.c
â â --rw-rw-r-- 0 root (0) root (0) 2777 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_discovery.h
â â --rw-rw-r-- 0 root (0) root (0) 47401 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_frontend.c
â â --rw-rw-r-- 0 root (0) root (0) 33300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_handshake.c
â â --rw-rw-r-- 0 root (0) root (0) 15570 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_init.c
â â --rw-rw-r-- 0 root (0) root (0) 67573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_io.c
â â --rw-rw-r-- 0 root (0) root (0) 1626 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_keyboard.c
â â --rw-rw-r-- 0 root (0) root (0) 2589 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_keys.h
â â --rw-rw-r-- 0 root (0) root (0) 28181 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_private.h
â â --rw-rw-r-- 0 root (0) root (0) 12678 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_room_parse.c
â â --rw-rw-r-- 0 root (0) root (0) 34327 2018-02-18 01:12:15.000000 RetroArch-1.7.1/network/netplay/netplay_sync.c
â â --rw-rw-r-- 0 root (0) root (0) 7003 2018-02-18 01:12:15.000000 RetroArch-1.7.1/no-xib.diff
â â --rw-rw-r-- 0 root (0) root (0) 23372 2018-02-18 01:12:15.000000 RetroArch-1.7.1/paths.c
â â --rw-rw-r-- 0 root (0) root (0) 2020 2018-02-18 01:12:15.000000 RetroArch-1.7.1/paths.h
â â --rw-rw-r-- 0 root (0) root (0) 4263 2018-02-18 01:12:15.000000 RetroArch-1.7.1/performance_counters.c
â â --rw-rw-r-- 0 root (0) root (0) 3050 2018-02-18 01:12:15.000000 RetroArch-1.7.1/performance_counters.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/
â â --rw-rw-r-- 0 root (0) root (0) 19508 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/Arial_12.abc
â â --rw-rw-r-- 0 root (0) root (0) 245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/Arial_12.rdf
â â --rw-rw-r-- 0 root (0) root (0) 262162 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/Arial_12.tga
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/hd/
â â --rw-rw-r-- 0 root (0) root (0) 12717 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/hd/rarch_main.xui
â â --rw-rw-r-- 0 root (0) root (0) 6608540 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/rarch.ttf
â â --rw-rw-r-- 0 root (0) root (0) 464453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/rarch_scene_skin.xui
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/sd/
â â --rw-rw-r-- 0 root (0) root (0) 8742 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/sd/rarch_main.xui
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/shaders/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/360/shaders/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/
â â --rw-rw-r-- 0 root (0) root (0) 466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/.classpath
â â --rw-rw-r-- 0 root (0) root (0) 46 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/.gitignore
â â --rw-rw-r-- 0 root (0) root (0) 812 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/.project
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/.settings/
â â --rw-rw-r-- 0 root (0) root (0) 587 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/.settings/org.eclipse.jdt.core.prefs
â â --rw-rw-r-- 0 root (0) root (0) 3019 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/AndroidManifest.xml
â â --rw-rw-r-- 0 root (0) root (0) 176 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/Readme.md
â â --rw-rw-r-- 0 root (0) root (0) 698 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/ant.properties
â â --rw-rw-r-- 0 root (0) root (0) 5266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/build.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/docs/
â â --rw-rw-r-- 0 root (0) root (0) 2215 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/docs/Building in Eclipse.md
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/jni/
â â --rw-rw-r-- 0 root (0) root (0) 4442 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/jni/Android.mk
â â --rw-rw-r-- 0 root (0) root (0) 1023 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/jni/Application.mk
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/
â â --rw-rw-r-- 0 root (0) root (0) 466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/.classpath
â â --rw-rw-r-- 0 root (0) root (0) 827 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/.project
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/.settings/
â â --rw-rw-r-- 0 root (0) root (0) 173 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/.settings/org.eclipse.jdt.core.prefs
â â --rw-rw-r-- 0 root (0) root (0) 282 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/AndroidManifest.xml
â â --rw-rw-r-- 0 root (0) root (0) 531 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/README.txt
â â --rw-rw-r-- 0 root (0) root (0) 3921 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/build.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/libs/
â â --rw-rw-r-- 0 root (0) root (0) 959413 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/libs/google-play-services.jar
â â --rw-rw-r-- 0 root (0) root (0) 734 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/proguard.txt
â â --rw-rw-r-- 0 root (0) root (0) 584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/project.properties
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/color/
â â --rw-rw-r-- 0 root (0) root (0) 710 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/color/common_signin_btn_text_dark.xml
â â --rw-rw-r-- 0 root (0) root (0) 715 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/color/common_signin_btn_text_light.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/
â â --rw-rw-r-- 0 root (0) root (0) 1811 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1846 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1846 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1811 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2100 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2075 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2050 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2049 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2224 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2331 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1927 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1957 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1957 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1927 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2206 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2185 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2158 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2374 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2483 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1187 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/ic_plusone_medium_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 841 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/ic_plusone_small_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 1498 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/ic_plusone_standard_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 1140 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/ic_plusone_tall_off_client.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/
â â --rw-rw-r-- 0 root (0) root (0) 1202 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1202 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1389 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1362 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1369 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1465 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1521 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1461 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1455 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1556 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1623 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 751 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/ic_plusone_medium_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 581 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/ic_plusone_small_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 996 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/ic_plusone_standard_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 789 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/ic_plusone_tall_off_client.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/
â â --rw-rw-r-- 0 root (0) root (0) 2438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2457 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2457 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2886 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2908 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2847 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2888 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 3133 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 3301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2947 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2931 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 3255 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 3384 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 1598 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/ic_plusone_medium_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 1205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/ic_plusone_small_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 2074 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/ic_plusone_standard_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 1741 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/ic_plusone_tall_off_client.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/
â â --rw-rw-r-- 0 root (0) root (0) 2438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2457 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2457 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2886 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2908 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2847 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2888 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 3133 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 3301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2947 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2931 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 2944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 3255 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png
â â --rw-rw-r-- 0 root (0) root (0) 3384 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png
â â --rw-rw-r-- 0 root (0) root (0) 5828 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/ic_plusone_medium_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 4279 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/ic_plusone_small_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 7439 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/ic_plusone_standard_off_client.png
â â --rw-rw-r-- 0 root (0) root (0) 6204 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/ic_plusone_tall_off_client.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/
â â --rw-rw-r-- 0 root (0) root (0) 743 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/common_signin_btn_icon_dark.xml
â â --rw-rw-r-- 0 root (0) root (0) 748 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/common_signin_btn_icon_light.xml
â â --rw-rw-r-- 0 root (0) root (0) 743 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/common_signin_btn_text_dark.xml
â â --rw-rw-r-- 0 root (0) root (0) 748 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/common_signin_btn_text_light.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-af/
â â --rw-rw-r-- 0 root (0) root (0) 4093 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-af/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-am/
â â --rw-rw-r-- 0 root (0) root (0) 4831 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-am/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ar/
â â --rw-rw-r-- 0 root (0) root (0) 4573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ar/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-be/
â â --rw-rw-r-- 0 root (0) root (0) 4527 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-be/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-bg/
â â --rw-rw-r-- 0 root (0) root (0) 5029 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-bg/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ca/
â â --rw-rw-r-- 0 root (0) root (0) 4214 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ca/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-cs/
â â --rw-rw-r-- 0 root (0) root (0) 4089 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-cs/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-da/
â â --rw-rw-r-- 0 root (0) root (0) 4031 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-da/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-de/
â â --rw-rw-r-- 0 root (0) root (0) 4220 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-de/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-el/
â â --rw-rw-r-- 0 root (0) root (0) 5238 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-el/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-en-rGB/
â â --rw-rw-r-- 0 root (0) root (0) 4024 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-en-rGB/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-en-rIN/
â â --rw-rw-r-- 0 root (0) root (0) 4024 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-en-rIN/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-es-rUS/
â â --rw-rw-r-- 0 root (0) root (0) 4092 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-es-rUS/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-es/
â â --rw-rw-r-- 0 root (0) root (0) 4244 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-es/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-et-rEE/
â â --rw-rw-r-- 0 root (0) root (0) 4030 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-et-rEE/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-et/
â â --rw-rw-r-- 0 root (0) root (0) 4030 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-et/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fa/
â â --rw-rw-r-- 0 root (0) root (0) 4764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fa/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fi/
â â --rw-rw-r-- 0 root (0) root (0) 4061 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fi/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fr-rCA/
â â --rw-rw-r-- 0 root (0) root (0) 4313 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fr-rCA/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fr/
â â --rw-rw-r-- 0 root (0) root (0) 4307 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fr/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hi/
â â --rw-rw-r-- 0 root (0) root (0) 5641 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hi/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hr/
â â --rw-rw-r-- 0 root (0) root (0) 4128 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hr/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hu/
â â --rw-rw-r-- 0 root (0) root (0) 4287 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hu/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hy-rAM/
â â --rw-rw-r-- 0 root (0) root (0) 5068 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hy-rAM/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-in/
â â --rw-rw-r-- 0 root (0) root (0) 4052 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-in/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-it/
â â --rw-rw-r-- 0 root (0) root (0) 4053 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-it/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-iw/
â â --rw-rw-r-- 0 root (0) root (0) 4398 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-iw/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ja/
â â --rw-rw-r-- 0 root (0) root (0) 4675 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ja/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ka-rGE/
â â --rw-rw-r-- 0 root (0) root (0) 5824 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ka-rGE/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-km-rKH/
â â --rw-rw-r-- 0 root (0) root (0) 6583 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-km-rKH/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ko/
â â --rw-rw-r-- 0 root (0) root (0) 4301 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ko/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lo-rLA/
â â --rw-rw-r-- 0 root (0) root (0) 5609 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lo-rLA/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lt/
â â --rw-rw-r-- 0 root (0) root (0) 4172 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lt/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lv/
â â --rw-rw-r-- 0 root (0) root (0) 4197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lv/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-mn-rMN/
â â --rw-rw-r-- 0 root (0) root (0) 4987 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-mn-rMN/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ms-rMY/
â â --rw-rw-r-- 0 root (0) root (0) 4166 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ms-rMY/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ms/
â â --rw-rw-r-- 0 root (0) root (0) 4166 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ms/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-nb/
â â --rw-rw-r-- 0 root (0) root (0) 4040 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-nb/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-nl/
â â --rw-rw-r-- 0 root (0) root (0) 4124 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-nl/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pl/
â â --rw-rw-r-- 0 root (0) root (0) 4100 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pl/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt-rBR/
â â --rw-rw-r-- 0 root (0) root (0) 4118 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt-rBR/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt-rPT/
â â --rw-rw-r-- 0 root (0) root (0) 4251 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt-rPT/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt/
â â --rw-rw-r-- 0 root (0) root (0) 4118 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ro/
â â --rw-rw-r-- 0 root (0) root (0) 4141 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ro/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ru/
â â --rw-rw-r-- 0 root (0) root (0) 4656 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ru/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sk/
â â --rw-rw-r-- 0 root (0) root (0) 4096 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sk/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sl/
â â --rw-rw-r-- 0 root (0) root (0) 4018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sl/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sr/
â â --rw-rw-r-- 0 root (0) root (0) 4849 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sr/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sv/
â â --rw-rw-r-- 0 root (0) root (0) 4065 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sv/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sw/
â â --rw-rw-r-- 0 root (0) root (0) 4083 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sw/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-th/
â â --rw-rw-r-- 0 root (0) root (0) 5647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-th/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-tl/
â â --rw-rw-r-- 0 root (0) root (0) 4261 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-tl/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-tr/
â â --rw-rw-r-- 0 root (0) root (0) 4185 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-tr/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-uk/
â â --rw-rw-r-- 0 root (0) root (0) 4900 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-uk/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-vi/
â â --rw-rw-r-- 0 root (0) root (0) 4577 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-vi/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rCN/
â â --rw-rw-r-- 0 root (0) root (0) 3926 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rCN/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rHK/
â â --rw-rw-r-- 0 root (0) root (0) 3981 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rHK/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rTW/
â â --rw-rw-r-- 0 root (0) root (0) 3944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rTW/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zu/
â â --rw-rw-r-- 0 root (0) root (0) 4246 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zu/strings.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/
â â --rw-rw-r-- 0 root (0) root (0) 481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/ads_attrs.xml
â â --rw-rw-r-- 0 root (0) root (0) 858 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/colors.xml
â â --rw-rw-r-- 0 root (0) root (0) 1070 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/maps_attrs.xml
â â --rw-rw-r-- 0 root (0) root (0) 7217 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/strings.xml
â â --rw-rw-r-- 0 root (0) root (0) 131 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/version.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/src/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/src/android/
â â --rw-rw-r-- 0 root (0) root (0) 109 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/src/android/.readme
â â --rw-rw-r-- 0 root (0) root (0) 781 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/proguard-project.txt
â â --rw-rw-r-- 0 root (0) root (0) 607 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/project.properties
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-hdpi/
â â --rw-rw-r-- 0 root (0) root (0) 1329 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-hdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-ldpi/
â â --rw-rw-r-- 0 root (0) root (0) 690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-ldpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-mdpi/
â â --rw-rw-r-- 0 root (0) root (0) 853 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-mdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xhdpi/
â â --rw-rw-r-- 0 root (0) root (0) 4423 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xhdpi/banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1678 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xhdpi/ic_launcher.png
â â --rw-rw-r-- 0 root (0) root (0) 19152 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xhdpi/ouya_icon.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xxhdpi/
â â --rw-rw-r-- 0 root (0) root (0) 2524 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xxhdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xxxhdpi/
â â --rw-rw-r-- 0 root (0) root (0) 3412 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xxxhdpi/ic_launcher.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable/
â â --rw-rw-r-- 0 root (0) root (0) 4423 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable/banner.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/mainmenu/
â â --rw-rw-r-- 0 root (0) root (0) 6115 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/mainmenu/MainMenuActivity.java
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/preferences/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/preferences/util/
â â --rw-rw-r-- 0 root (0) root (0) 6302 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/preferences/util/ConfigFile.java
â â --rw-rw-r-- 0 root (0) root (0) 8360 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/preferences/util/UserPreferences.java
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/
â â --rw-rw-r-- 0 root (0) root (0) 4901 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityCamera.java
â â --rw-rw-r-- 0 root (0) root (0) 1087 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityCommon.java
â â --rw-rw-r-- 0 root (0) root (0) 2915 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityFuture.java
â â --rw-rw-r-- 0 root (0) root (0) 2379 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityIntent.java
â â --rw-rw-r-- 0 root (0) root (0) 8074 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityLocation.java
â â --rw-rw-r-- 0 root (0) root (0) 137 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityPast.java
â â --rw-rw-r-- 0 root (0) root (0) 626 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/android/phoenix/version_increment.py
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/
â â --rw-rw-r-- 0 root (0) root (0) 1428 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/Info.plist
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/en.lproj/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/en.lproj/MainMenu.nib/
â â --rw-rw-r-- 0 root (0) root (0) 113003 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/en.lproj/MainMenu.nib/designable.nib
â â --rw-rw-r-- 0 root (0) root (0) 21810 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/en.lproj/MainMenu.nib/keyedobjects.nib
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/en.lproj/
â â --rw-rw-r-- 0 root (0) root (0) 45 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/en.lproj/InfoPlist.strings
â â --rw-rw-r-- 0 root (0) root (0) 76664 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/en.lproj/MainMenu.xib
â â --rw-rw-r-- 0 root (0) root (0) 44795 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/en.lproj/Settings.xib
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/modules/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/modules/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/modules_ppc/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/OSX/modules_ppc/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 25235 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.xcworkspace/xcshareddata/
â â --rw-rw-r-- 0 root (0) root (0) 4556 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_OSX.xccheckout
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_PPC.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 17770 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_PPC.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_PPC.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 28170 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/
â â --rw-rw-r-- 0 root (0) root (0) 4069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â --rw-rw-r-- 0 root (0) root (0) 1690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS10.xcscmblueprint
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 29063 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/xcshareddata/
â â --rw-rw-r-- 0 root (0) root (0) 4069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â --rw-rw-r-- 0 root (0) root (0) 1690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS10.xcscmblueprint
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 28170 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/xcshareddata/
â â --rw-rw-r-- 0 root (0) root (0) 4069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â --rw-rw-r-- 0 root (0) root (0) 1690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS10.xcscmblueprint
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 29063 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/xcshareddata/
â â --rw-rw-r-- 0 root (0) root (0) 4069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â --rw-rw-r-- 0 root (0) root (0) 1690 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS10.xcscmblueprint
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 29404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.xcworkspace/xcshareddata/
â â --rw-rw-r-- 0 root (0) root (0) 4069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 29974 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.xcworkspace/xcshareddata/
â â --rw-rw-r-- 0 root (0) root (0) 4069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â --rw-rw-r-- 0 root (0) root (0) 2054 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9-Info.plist
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/
â â --rw-rw-r-- 0 root (0) root (0) 30316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.xcworkspace/
â â --rw-rw-r-- 0 root (0) root (0) 154 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.xcworkspace/xcshareddata/
â â --rw-rw-r-- 0 root (0) root (0) 4069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â --rwxrwxr-x 0 root (0) root (0) 1572 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/code-sign-cores.sh
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/
â â --rw-rw-r-- 0 root (0) root (0) 3337 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/BUILDING
â â --rw-rw-r-- 0 root (0) root (0) 2122 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Info.plist
â â --rw-rw-r-- 0 root (0) root (0) 1545 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 4051 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/README.md
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/
â â --rw-rw-r-- 0 root (0) root (0) 3074 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Contents.json
â â --rw-rw-r-- 0 root (0) root (0) 1928 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-20-2.png
â â --rw-rw-r-- 0 root (0) root (0) 1928 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-20-3.png
â â --rw-rw-r-- 0 root (0) root (0) 1153 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-20-4.png
â â --rw-rw-r-- 0 root (0) root (0) 839 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-29-1.png
â â --rw-rw-r-- 0 root (0) root (0) 1832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-29-2.png
â â --rw-rw-r-- 0 root (0) root (0) 2506 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-29-3.png
â â --rw-rw-r-- 0 root (0) root (0) 1262 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-40-1.png
â â --rw-rw-r-- 0 root (0) root (0) 2308 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-40-2.png
â â --rw-rw-r-- 0 root (0) root (0) 3493 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-40-3.png
â â --rw-rw-r-- 0 root (0) root (0) 1608 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-50-1.png
â â --rw-rw-r-- 0 root (0) root (0) 2905 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-50-2.png
â â --rw-rw-r-- 0 root (0) root (0) 1762 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-57-1.png
â â --rw-rw-r-- 0 root (0) root (0) 3285 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-57-2.png
â â --rw-rw-r-- 0 root (0) root (0) 3493 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-60-2.png
â â --rw-rw-r-- 0 root (0) root (0) 5994 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-60-3.png
â â --rw-rw-r-- 0 root (0) root (0) 2104 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-72-1.png
â â --rw-rw-r-- 0 root (0) root (0) 4383 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-72-2.png
â â --rw-rw-r-- 0 root (0) root (0) 2309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-76-1.png
â â --rw-rw-r-- 0 root (0) root (0) 4725 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-76-2.png
â â --rw-rw-r-- 0 root (0) root (0) 2792 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-76-3.png
â â --rw-rw-r-- 0 root (0) root (0) 5996 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-83.5-2.png
â â --rw-rw-r-- 0 root (0) root (0) 88879 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-83.5-3.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/
â â --rw-rw-r-- 0 root (0) root (0) 3303 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/Contents.json
â â --rw-rw-r-- 0 root (0) root (0) 10764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-1024x748.png
â â --rw-rw-r-- 0 root (0) root (0) 10833 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-1024x768.png
â â --rw-rw-r-- 0 root (0) root (0) 20282 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-2048x1496.png
â â --rw-rw-r-- 0 root (0) root (0) 20502 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-2048x1536.png
â â --rw-rw-r-- 0 root (0) root (0) 20645 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-2208x1242.png
â â --rw-rw-r-- 0 root (0) root (0) 17703 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-1242x2208.png
â â --rw-rw-r-- 0 root (0) root (0) 18466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-1536x2008.png
â â --rw-rw-r-- 0 root (0) root (0) 18627 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-1536x2048.png
â â --rw-rw-r-- 0 root (0) root (0) 5342 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-320x480.png
â â --rw-rw-r-- 0 root (0) root (0) 12406 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-640x1136.png
â â --rw-rw-r-- 0 root (0) root (0) 11516 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-640x960.png
â â --rw-rw-r-- 0 root (0) root (0) 8453 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-750x1334.png
â â --rw-rw-r-- 0 root (0) root (0) 7595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-768x1004.png
â â --rw-rw-r-- 0 root (0) root (0) 7650 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-768x1024.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/PauseIndicatorView.nib/
â â --rw-rw-r-- 0 root (0) root (0) 10839 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/PauseIndicatorView.nib/designtime.nib
â â --rw-rw-r-- 0 root (0) root (0) 1912 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/PauseIndicatorView.nib/runtime.nib
â â --rw-rw-r-- 0 root (0) root (0) 10511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/PauseIndicatorView.xib
â â --rw-rw-r-- 0 root (0) root (0) 2885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/ic_pause.png
â â --rw-rw-r-- 0 root (0) root (0) 194 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/control
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/en.lproj/
â â --rw-rw-r-- 0 root (0) root (0) 45 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/en.lproj/InfoPlist.strings
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/modules/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/modules/.empty
â â --rwxrwxr-x 0 root (0) root (0) 3759 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/iOS/package.sh
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/script/
â â --rwxrwxr-x 0 root (0) root (0) 1297 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/script/build
â â --rw-rw-r-- 0 root (0) root (0) 127 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/script/build.config
â â --rwxrwxr-x 0 root (0) root (0) 14488 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/apple/script/mobileprovisionParser
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/
â â --rw-rw-r-- 0 root (0) root (0) 9692 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/Makefile.cores
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/
â â --rw-rw-r-- 0 root (0) root (0) 1595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/2048.png
â â --rw-rw-r-- 0 root (0) root (0) 24701 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/2048_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1165 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/4do.png
â â --rw-rw-r-- 0 root (0) root (0) 16316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/4do_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1671 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/81.png
â â --rw-rw-r-- 0 root (0) root (0) 15100 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/81_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1085733 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/assets.7z
â â --rw-rw-r-- 0 root (0) root (0) 357 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/atari800.png
â â --rw-rw-r-- 0 root (0) root (0) 15963 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/atari800_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 876 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/default.png
â â --rw-rw-r-- 0 root (0) root (0) 311 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/dosbox.png
â â --rw-rw-r-- 0 root (0) root (0) 24468 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/dosbox_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1390 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012.png
â â --rw-rw-r-- 0 root (0) root (0) 23032 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2320 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps1.png
â â --rw-rw-r-- 0 root (0) root (0) 31783 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps1_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 3367 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps2.png
â â --rw-rw-r-- 0 root (0) root (0) 31430 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps2_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1424 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps3.png
â â --rw-rw-r-- 0 root (0) root (0) 20645 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps3_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1560 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_neogeo.png
â â --rw-rw-r-- 0 root (0) root (0) 26102 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_neogeo_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1302 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fceumm.png
â â --rw-rw-r-- 0 root (0) root (0) 25137 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fceumm_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 736 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fmsx.png
â â --rw-rw-r-- 0 root (0) root (0) 30511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fmsx_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1139 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fuse.png
â â --rw-rw-r-- 0 root (0) root (0) 14628 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/fuse_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/gambatte.png
â â --rw-rw-r-- 0 root (0) root (0) 26769 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/gambatte_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2824 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/genesis_plus_gx.png
â â --rw-rw-r-- 0 root (0) root (0) 46311 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/genesis_plus_gx_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2017 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/gpsp.png
â â --rw-rw-r-- 0 root (0) root (0) 24996 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/gpsp_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 562 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/gw.png
â â --rw-rw-r-- 0 root (0) root (0) 13523 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/gw_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 880 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/handy.png
â â --rw-rw-r-- 0 root (0) root (0) 21298 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/handy_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 6710 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/libretro_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 13743 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/libretro_neutral_shaded_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1873 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mame2000.png
â â --rw-rw-r-- 0 root (0) root (0) 41669 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mame2000_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2134 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mame2003.png
â â --rw-rw-r-- 0 root (0) root (0) 39246 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mame2003_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2100 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_ngp.png
â â --rw-rw-r-- 0 root (0) root (0) 27754 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_ngp_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1357 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_pce_fast.png
â â --rw-rw-r-- 0 root (0) root (0) 25219 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_pce_fast_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1150 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_vb.png
â â --rw-rw-r-- 0 root (0) root (0) 25852 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_vb_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2027 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_wswan.png
â â --rw-rw-r-- 0 root (0) root (0) 27072 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_wswan_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 961 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mgba.png
â â --rw-rw-r-- 0 root (0) root (0) 28426 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/mgba_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 3795 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/nekop2.png
â â --rw-rw-r-- 0 root (0) root (0) 18686 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/nekop2_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 669 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/nestopia.png
â â --rw-rw-r-- 0 root (0) root (0) 27692 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/nestopia_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 3795 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/np2kai.png
â â --rw-rw-r-- 0 root (0) root (0) 19566 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/np2kai_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 7549 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/nxengine.png
â â --rw-rw-r-- 0 root (0) root (0) 26236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/nxengine_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 343 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/o2em.png
â â --rw-rw-r-- 0 root (0) root (0) 14771 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/o2em_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2019 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/pcsx_rearmed.png
â â --rw-rw-r-- 0 root (0) root (0) 17619 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/pcsx_rearmed_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 779 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/picodrive.png
â â --rw-rw-r-- 0 root (0) root (0) 18300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/picodrive_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1339 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/prosystem.png
â â --rw-rw-r-- 0 root (0) root (0) 15952 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/prosystem_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1509 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/quicknes.png
â â --rw-rw-r-- 0 root (0) root (0) 26666 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/quicknes_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 256080 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/silent.wav
â â --rw-rw-r-- 0 root (0) root (0) 2468 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2002.png
â â --rw-rw-r-- 0 root (0) root (0) 45189 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2002_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2655 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2005.png
â â --rw-rw-r-- 0 root (0) root (0) 37857 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2005_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2005_plus.png
â â --rw-rw-r-- 0 root (0) root (0) 47005 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2005_plus_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2877 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2010.png
â â --rw-rw-r-- 0 root (0) root (0) 34032 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2010_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 874 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/stella.png
â â --rw-rw-r-- 0 root (0) root (0) 16250 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/stella_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 639 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/vecx.png
â â --rw-rw-r-- 0 root (0) root (0) 15144 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/vecx_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1113 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/virtualjaguar.png
â â --rw-rw-r-- 0 root (0) root (0) 20582 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/virtualjaguar_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 1264 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/yabause.png
â â --rw-rw-r-- 0 root (0) root (0) 17642 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/assets/yabause_banner.png
â â --rw-rw-r-- 0 root (0) root (0) 2163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/big_text_section.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/tools/
â â --rwxrwxr-x 0 root (0) root (0) 225240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/tools/bannertool-linux
â â --rwxrwxr-x 0 root (0) root (0) 247836 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/tools/bannertool-mac
â â --rwxrwxr-x 0 root (0) root (0) 7062111 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/tools/bannertool.exe
â â --rwxrwxr-x 0 root (0) root (0) 322224 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/tools/makerom-linux
â â --rwxrwxr-x 0 root (0) root (0) 684028 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/tools/makerom-mac
â â --rwxrwxr-x 0 root (0) root (0) 327182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/tools/makerom.exe
â â --rw-rw-r-- 0 root (0) root (0) 5778 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ctr/tools/template.rsf
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/
â â --rw-rw-r-- 0 root (0) root (0) 1277 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/changelog
â â --rw-rw-r-- 0 root (0) root (0) 2 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/compat
â â --rw-rw-r-- 0 root (0) root (0) 1510 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/control
â â --rw-rw-r-- 0 root (0) root (0) 2866 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/copyright
â â --rw-rw-r-- 0 root (0) root (0) 295 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/dirs
â â --rw-rw-r-- 0 root (0) root (0) 34 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/docs
â â --rw-rw-r-- 0 root (0) root (0) 113 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/retroarch.lintian-overrides
â â --rwxrwxr-x 0 root (0) root (0) 2423 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/rules
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/source/
â â --rw-rw-r-- 0 root (0) root (0) 12 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/debian/source/format
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/
â â --rw-rw-r-- 0 root (0) root (0) 38 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/.gitignore
â â --rw-rw-r-- 0 root (0) root (0) 938 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/README.md
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/libretro/
â â --rw-rw-r-- 0 root (0) root (0) 270033 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/libretro/browserfs.min.js
â â --rw-rw-r-- 0 root (0) root (0) 5119 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/libretro/embed.html
â â --rw-rw-r-- 0 root (0) root (0) 9764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/libretro/index.html
â â --rw-rw-r-- 0 root (0) root (0) 919 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/libretro/indexer
â â --rw-rw-r-- 0 root (0) root (0) 1856 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/libretro/libretro.css
â â --rw-rw-r-- 0 root (0) root (0) 8149 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/emscripten/libretro/libretro.js
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360-Salamander/
â â --rw-rw-r-- 0 root (0) root (0) 30637 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360-Salamander/RetroArch-Salamander.vcxproj
â â --rw-rw-r-- 0 root (0) root (0) 4653 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360-Salamander/RetroArch-Salamander.vcxproj.filters
â â --rw-rw-r-- 0 root (0) root (0) 4247 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360.sln
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360/
â â --rw-rw-r-- 0 root (0) root (0) 30578 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360/RetroArch-360.vcxproj
â â --rw-rw-r-- 0 root (0) root (0) 1380 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360/RetroArch-360.vcxproj.filters
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1-Salamander/
â â --rw-rw-r-- 0 root (0) root (0) 11551 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1-Salamander/RetroArch-Salamander.vcproj
â â --rw-rw-r-- 0 root (0) root (0) 3338 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1.sln
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/
â â --rw-rw-r-- 0 root (0) root (0) 17073 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/RetroArch-Xbox1.vcproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/roms/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/roms/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/screenshots/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/screenshots/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/system/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/system/.empty
â â --rw-rw-r-- 0 root (0) root (0) 1325 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2003.sln
â â --rw-rw-r-- 0 root (0) root (0) 1384 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2005.sln
â â --rw-rw-r-- 0 root (0) root (0) 2075 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2010.sln
â â --rw-rw-r-- 0 root (0) root (0) 1317 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2013.sln
â â --rw-rw-r-- 0 root (0) root (0) 1775 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2015.sln
â â --rw-rw-r-- 0 root (0) root (0) 2115 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2017.sln
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2003/
â â --rw-rw-r-- 0 root (0) root (0) 9522 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2003/RetroArch-msvc2003.vcproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2005/
â â --rw-rw-r-- 0 root (0) root (0) 12024 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2005/RetroArch-msvc2005.vcproj
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2010/
â â --rw-rw-r-- 0 root (0) root (0) 27926 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2010/RetroArch-msvc2010.vcxproj
â â --rw-rw-r-- 0 root (0) root (0) 641 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2010/RetroArch-msvc2010.vcxproj.filters
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2013/
â â --rw-rw-r-- 0 root (0) root (0) 11671 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2013/RetroArch-msvc2013.vcxproj
â â --rw-rw-r-- 0 root (0) root (0) 1208 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2013/RetroArch-msvc2013.vcxproj.filters
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2015/
â â --rw-rw-r-- 0 root (0) root (0) 29155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2015/RetroArch-msvc2015.vcxproj
â â --rw-rw-r-- 0 root (0) root (0) 753 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2015/RetroArch-msvc2015.vcxproj.filters
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2017/
â â --rw-rw-r-- 0 root (0) root (0) 29770 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2017/RetroArch-msvc2017.vcxproj
â â --rw-rw-r-- 0 root (0) root (0) 753 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-2017/RetroArch-msvc2017.vcxproj.filters
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-6/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-6/RetroArch/
â â --rw-rw-r-- 0 root (0) root (0) 5736 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-6/RetroArch/RetroArch.dsp
â â --rw-rw-r-- 0 root (0) root (0) 543 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/msvc/msvc-6/RetroArch/RetroArch.dsw
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ngc/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ngc/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/
â â --rw-rw-r-- 0 root (0) root (0) 2951 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/PXML.xml
â â --rw-rw-r-- 0 root (0) root (0) 1448 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/icon.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/previews/
â â --rw-rw-r-- 0 root (0) root (0) 53991 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/previews/retroarch-phoenix.png
â â --rw-rw-r-- 0 root (0) root (0) 28896 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/previews/retroarch.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/retroarch/
â â --rw-rw-r-- 0 root (0) root (0) 113 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/retroarch/phoenix.cfg
â â --rw-rw-r-- 0 root (0) root (0) 994 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/retroarch/retroarch.cfg
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/scripts/
â â --rwxrwxr-x 0 root (0) root (0) 728 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/scripts/env-vars.sh
â â --rwxrwxr-x 0 root (0) root (0) 78 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/scripts/retroarch-phoenix.sh
â â --rwxrwxr-x 0 root (0) root (0) 1885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/pandora/scripts/retroarch.sh
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/
â â --rw-rw-r-- 0 root (0) root (0) 19467 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/ICON0.PNG
â â --rw-rw-r-- 0 root (0) root (0) 1040 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/PARAM.SFO
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/presets/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/presets/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/savestates/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/savestates/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/sram/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/sram/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/system/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/system/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_dex/
â â --rw-rw-r-- 0 root (0) root (0) 163 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_dex/package.conf
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/
â â --rw-rw-r-- 0 root (0) root (0) 1536 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_DISC.SFB
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/
â â --rw-rw-r-- 0 root (0) root (0) 37275 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/ICON0.PNG
â â --rw-rw-r-- 0 root (0) root (0) 1040 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/PARAM.SFO
â â --rw-rw-r-- 0 root (0) root (0) 5120 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/PS3LOGO.DAT
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/presets/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/presets/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/savestates/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/savestates/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/sram/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/sram/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/system/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/system/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_UPDATE/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_UPDATE/PS3UPDAT.PUP
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/psp1/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/psp1/.empty
â â --rw-rw-r-- 0 root (0) root (0) 3369 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/psp1/ICON0.PNG
â â --rw-rw-r-- 0 root (0) root (0) 145470 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/psp1/PIC1.PNG
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/qnx/
â â --rw-rw-r-- 0 root (0) root (0) 64528 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/qnx/.cproject
â â --rw-rw-r-- 0 root (0) root (0) 66 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/qnx/.gitignore
â â --rw-rw-r-- 0 root (0) root (0) 1918 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/qnx/.project
â â --rw-rw-r-- 0 root (0) root (0) 2195 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/qnx/bar-descriptor.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/.empty
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/assets/
â â --rw-rw-r-- 0 root (0) root (0) 1761 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/assets/ICON0.PNG
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/
â â --rw-rw-r-- 0 root (0) root (0) 131513 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/bg.png
â â --rw-rw-r-- 0 root (0) root (0) 3120 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/startup.png
â â --rw-rw-r-- 0 root (0) root (0) 442 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/template.xml
â â --rw-rw-r-- 0 root (0) root (0) 3310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/website.png
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/wii/
â â --rw-rw-r-- 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/wii/.empty
â â --rw-rw-r-- 0 root (0) root (0) 1939 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/wii/icon.png
â â --rw-rw-r-- 0 root (0) root (0) 479 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/wii/meta.xml
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/wiiu/
â â --rw-rw-r-- 0 root (0) root (0) 5077 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/wiiu/icon.png
â â --rw-rw-r-- 0 root (0) root (0) 386 2018-02-18 01:12:15.000000 RetroArch-1.7.1/pkg/wiiu/meta.xml
â â --rw-rw-r-- 0 root (0) root (0) 15312 2018-02-18 01:12:15.000000 RetroArch-1.7.1/playlist.c
â â --rw-rw-r-- 0 root (0) root (0) 3747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/playlist.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/qb/
â â --rw-rw-r-- 0 root (0) root (0) 141 2018-02-18 01:12:15.000000 RetroArch-1.7.1/qb/config.comp.sh
â â --rw-rw-r-- 0 root (0) root (0) 15344 2018-02-18 01:12:15.000000 RetroArch-1.7.1/qb/config.libs.sh
â â --rw-rw-r-- 0 root (0) root (0) 5714 2018-02-18 01:12:15.000000 RetroArch-1.7.1/qb/config.params.sh
â â --rw-rw-r-- 0 root (0) root (0) 2307 2018-02-18 01:12:15.000000 RetroArch-1.7.1/qb/qb.comp.sh
â â --rw-rw-r-- 0 root (0) root (0) 7718 2018-02-18 01:12:15.000000 RetroArch-1.7.1/qb/qb.libs.sh
â â --rw-rw-r-- 0 root (0) root (0) 3236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/qb/qb.params.sh
â â --rw-rw-r-- 0 root (0) root (0) 1103 2018-02-18 01:12:15.000000 RetroArch-1.7.1/qb/qb.system.sh
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/record/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/record/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 39775 2018-02-18 01:12:15.000000 RetroArch-1.7.1/record/drivers/record_ffmpeg.c
â â --rw-rw-r-- 0 root (0) root (0) 1587 2018-02-18 01:12:15.000000 RetroArch-1.7.1/record/drivers/record_null.c
â â --rw-rw-r-- 0 root (0) root (0) 13715 2018-02-18 01:12:15.000000 RetroArch-1.7.1/record/record_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 4692 2018-02-18 01:12:15.000000 RetroArch-1.7.1/record/record_driver.h
â â --rwxrwxr-x 0 root (0) root (0) 4387 2018-02-18 01:12:15.000000 RetroArch-1.7.1/retroarch-mingw-build.sh
â â --rw-rw-r-- 0 root (0) root (0) 104461 2018-02-18 01:12:15.000000 RetroArch-1.7.1/retroarch.c
â â --rw-rw-r-- 0 root (0) root (0) 28573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/retroarch.cfg
â â --rw-rw-r-- 0 root (0) root (0) 413 2018-02-18 01:12:15.000000 RetroArch-1.7.1/retroarch.desktop
â â --rw-rw-r-- 0 root (0) root (0) 8557 2018-02-18 01:12:15.000000 RetroArch-1.7.1/retroarch.h
â â --rw-rw-r-- 0 root (0) root (0) 69139 2018-02-18 01:12:15.000000 RetroArch-1.7.1/setting_list.c
â â --rw-rw-r-- 0 root (0) root (0) 13150 2018-02-18 01:12:15.000000 RetroArch-1.7.1/setting_list.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/
â â --rw-rw-r-- 0 root (0) root (0) 7065 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_audio_mixer.c
â â --rw-rw-r-- 0 root (0) root (0) 30295 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_autodetect.c
â â --rw-rw-r-- 0 root (0) root (0) 58644 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_content.c
â â --rw-rw-r-- 0 root (0) root (0) 34846 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_database.c
â â --rw-rw-r-- 0 root (0) root (0) 19123 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_database_cue.c
â â --rw-rw-r-- 0 root (0) root (0) 9552 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_decompress.c
â â --rw-rw-r-- 0 root (0) root (0) 3433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_file_transfer.c
â â --rw-rw-r-- 0 root (0) root (0) 8880 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_http.c
â â --rw-rw-r-- 0 root (0) root (0) 10937 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_image.c
â â --rw-rw-r-- 0 root (0) root (0) 13366 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_netplay_find_content.c
â â --rw-rw-r-- 0 root (0) root (0) 2211 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_netplay_lan_scan.c
â â --rw-rw-r-- 0 root (0) root (0) 2530 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_netplay_nat_traversal.c
â â --rw-rw-r-- 0 root (0) root (0) 24812 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_overlay.c
â â --rw-rw-r-- 0 root (0) root (0) 18151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_patch.c
â â --rw-rw-r-- 0 root (0) root (0) 2339 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_powerstate.c
â â --rw-rw-r-- 0 root (0) root (0) 38752 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_save.c
â â --rw-rw-r-- 0 root (0) root (0) 10625 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_screenshot.c
â â --rw-rw-r-- 0 root (0) root (0) 1804 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/task_wifi.c
â â --rw-rw-r-- 0 root (0) root (0) 7002 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tasks/tasks_internal.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/
â â --rwxrwxr-x 0 root (0) root (0) 26404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/cg2glsl.py
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/com-parser/
â â --rw-rw-r-- 0 root (0) root (0) 4446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/com-parser/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 18501 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/com-parser/com-parse.cpp
â â --rw-rw-r-- 0 root (0) root (0) 936 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/com-parser/grammar.txt
â â --rwxrwxr-x 0 root (0) root (0) 15729 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/gas-preprocessor.pl
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ps3/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ps3/ps3py/
â â --rw-rw-r-- 0 root (0) root (0) 1105 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ps3/ps3py/LICENSE
â â --rw-rw-r-- 0 root (0) root (0) 3983 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ps3/ps3py/crypt.c
â â --rwxrwxr-x 0 root (0) root (0) 22321 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ps3/ps3py/pkg.py
â â --rw-rw-r-- 0 root (0) root (0) 258 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ps3/ps3py/setup.py
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ranetplayer/
â â --rw-rw-r-- 0 root (0) root (0) 455 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ranetplayer/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 202 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ranetplayer/README
â â --rw-rw-r-- 0 root (0) root (0) 10400 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/ranetplayer/ranetplayer.c
â â --rwxrwxr-x 0 root (0) root (0) 6902 2018-02-18 01:12:15.000000 RetroArch-1.7.1/tools/vulkan_loader_generator.py
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 665 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers/translation_cached_google.c
â â --rw-rw-r-- 0 root (0) root (0) 431 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers/translation_null.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers_ocr/
â â --rw-rw-r-- 0 root (0) root (0) 327 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers_ocr/ocr_null.c
â â --rw-rw-r-- 0 root (0) root (0) 1505 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers_ocr/ocr_tesseract.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers_ocr/tesseract/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers_ocr/tesseract/wrapper/
â â --rw-rw-r-- 0 root (0) root (0) 1114 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers_ocr/tesseract/wrapper/tess_get_text.cpp
â â --rw-rw-r-- 0 root (0) root (0) 511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/drivers_ocr/tesseract/wrapper/tess_get_text.h
â â --rw-rw-r-- 0 root (0) root (0) 1264 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/ocr_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 967 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/ocr_driver.h
â â --rw-rw-r-- 0 root (0) root (0) 1737 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/translation_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 1595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/translation/translation_driver.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/cocoa/
â â --rw-rw-r-- 0 root (0) root (0) 3032 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/cocoa/cocoa_common.h
â â --rw-rw-r-- 0 root (0) root (0) 18342 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/cocoa/cocoa_common.m
â â --rw-rw-r-- 0 root (0) root (0) 22189 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/cocoa/cocoatouch_menu.m
â â --rw-rw-r-- 0 root (0) root (0) 1771 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/cocoa/ui_cocoa_application.m
â â --rw-rw-r-- 0 root (0) root (0) 2330 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/cocoa/ui_cocoa_browser_window.m
â â --rw-rw-r-- 0 root (0) root (0) 4842 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/cocoa/ui_cocoa_msg_window.m
â â --rw-rw-r-- 0 root (0) root (0) 2958 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/cocoa/ui_cocoa_window.m
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/null/
â â --rw-rw-r-- 0 root (0) root (0) 1244 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/null/ui_null_application.c
â â --rw-rw-r-- 0 root (0) root (0) 1191 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/null/ui_null_browser_window.c
â â --rw-rw-r-- 0 root (0) root (0) 1573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/null/ui_null_msg_window.c
â â --rw-rw-r-- 0 root (0) root (0) 1494 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/null/ui_null_window.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/
â â --rw-rw-r-- 0 root (0) root (0) 1398 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/ui_qt_application.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1238 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/ui_qt_browser_window.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3558 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/ui_qt_msg_window.cpp
â â --rw-rw-r-- 0 root (0) root (0) 2068 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/ui_qt_window.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp-test/
â â --rw-rw-r-- 0 root (0) root (0) 747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp-test/main.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1428 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp-test/wimp-test.pro
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/
â â --rw-rw-r-- 0 root (0) root (0) 4362 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/main.qml
â â --rw-rw-r-- 0 root (0) root (0) 92 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/qml.qrc
â â --rw-rw-r-- 0 root (0) root (0) 1564 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/wimp.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1766 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/wimp.h
â â --rw-rw-r-- 0 root (0) root (0) 834 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/wimp.pro
â â --rw-rw-r-- 0 root (0) root (0) 948 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/wimp_global.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/
â â --rw-rw-r-- 0 root (0) root (0) 7008 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/deployment.pri
â â --rw-rw-r-- 0 root (0) root (0) 1168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/wrapper.cpp
â â --rw-rw-r-- 0 root (0) root (0) 1092 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/wrapper.h
â â --rw-rw-r-- 0 root (0) root (0) 1342 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/wrapper.pro
â â --rw-rw-r-- 0 root (0) root (0) 1189 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/ui_cocoa.h
â â --rw-rw-r-- 0 root (0) root (0) 16266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/ui_cocoa.m
â â --rw-rw-r-- 0 root (0) root (0) 20155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/ui_cocoatouch.m
â â --rw-rw-r-- 0 root (0) root (0) 2291 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/ui_null.c
â â --rw-rw-r-- 0 root (0) root (0) 3632 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/ui_qt.cpp
â â --rw-rw-r-- 0 root (0) root (0) 24646 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/ui_win32.c
â â --rw-rw-r-- 0 root (0) root (0) 1277 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/ui_win32.h
â â --rw-rw-r-- 0 root (0) root (0) 1618 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/ui_win32_resource.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/win32/
â â --rw-rw-r-- 0 root (0) root (0) 1530 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/win32/ui_win32_application.c
â â --rw-rw-r-- 0 root (0) root (0) 2540 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/win32/ui_win32_browser_window.c
â â --rw-rw-r-- 0 root (0) root (0) 3253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/win32/ui_win32_msg_window.c
â â --rw-rw-r-- 0 root (0) root (0) 2747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/drivers/win32/ui_win32_window.c
â â --rw-rw-r-- 0 root (0) root (0) 5268 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/ui_companion_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 6701 2018-02-18 01:12:15.000000 RetroArch-1.7.1/ui/ui_companion_driver.h
â â --rw-rw-r-- 0 root (0) root (0) 5359 2018-02-18 01:12:15.000000 RetroArch-1.7.1/verbosity.c
â â --rw-rw-r-- 0 root (0) root (0) 3426 2018-02-18 01:12:15.000000 RetroArch-1.7.1/verbosity.h
â â --rw-rw-r-- 0 root (0) root (0) 398 2018-02-18 01:12:15.000000 RetroArch-1.7.1/version.all
â â --rw-rw-r-- 0 root (0) root (0) 27 2018-02-18 01:12:15.000000 RetroArch-1.7.1/version.dtd
â â --rw-rw-r-- 0 root (0) root (0) 873 2018-02-18 01:12:15.000000 RetroArch-1.7.1/version.h
â â --rw-rw-r-- 0 root (0) root (0) 912 2018-02-18 01:12:15.000000 RetroArch-1.7.1/version_git.c
â â --rw-rw-r-- 0 root (0) root (0) 1066 2018-02-18 01:12:15.000000 RetroArch-1.7.1/version_git.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wifi/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wifi/drivers/
â â --rw-rw-r-- 0 root (0) root (0) 6018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wifi/drivers/connmanctl.c
â â --rw-rw-r-- 0 root (0) root (0) 1490 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wifi/drivers/nullwifi.c
â â --rw-rw-r-- 0 root (0) root (0) 6360 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wifi/wifi_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 2937 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wifi/wifi_driver.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/app_booter/
â â --rw-rw-r-- 0 root (0) root (0) 1383 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/app_booter/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/app_booter/crt0.s
â â --rw-rw-r-- 0 root (0) root (0) 28862 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/app_booter/elf_abi.h
â â --rw-rw-r-- 0 root (0) root (0) 560 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/app_booter/link.ld
â â --rw-rw-r-- 0 root (0) root (0) 4241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/app_booter/main.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/
â â --rw-rw-r-- 0 root (0) root (0) 1798 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/aesndlib.h
â â --rw-rw-r-- 0 root (0) root (0) 15486 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/asndlib.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/bte/
â â --rw-rw-r-- 0 root (0) root (0) 3018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/bte/bd_addr.h
â â --rw-rw-r-- 0 root (0) root (0) 4241 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/bte/bte.h
â â --rw-rw-r-- 0 root (0) root (0) 1253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/debug.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/di/
â â --rw-rw-r-- 0 root (0) root (0) 3411 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/di/di.h
â â --rw-rw-r-- 0 root (0) root (0) 4141 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/fat.h
â â --rw-rw-r-- 0 root (0) root (0) 3647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/gccore.h
â â --rw-rw-r-- 0 root (0) root (0) 1033 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/gcmodplay.h
â â --rw-rw-r-- 0 root (0) root (0) 4153 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/gctypes.h
â â --rw-rw-r-- 0 root (0) root (0) 245 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/gcutil.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/
â â --rw-rw-r-- 0 root (0) root (0) 3958 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/icmp.h
â â --rw-rw-r-- 0 root (0) root (0) 2838 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/inet.h
â â --rw-rw-r-- 0 root (0) root (0) 5800 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/ip.h
â â --rw-rw-r-- 0 root (0) root (0) 6010 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/ip_addr.h
â â --rw-rw-r-- 0 root (0) root (0) 1918 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/ip_frag.h
â â --rw-rw-r-- 0 root (0) root (0) 596 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/iso9660.h
â â --rw-rw-r-- 0 root (0) root (0) 210 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/libfatversion.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/
â â --rw-rw-r-- 0 root (0) root (0) 2692 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/api.h
â â --rw-rw-r-- 0 root (0) root (0) 2373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/api_msg.h
â â --rw-rw-r-- 0 root (0) root (0) 9843 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/arch.h
â â --rw-rw-r-- 0 root (0) root (0) 3337 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/debug.h
â â --rw-rw-r-- 0 root (0) root (0) 1871 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/def.h
â â --rw-rw-r-- 0 root (0) root (0) 7266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/dhcp.h
â â --rw-rw-r-- 0 root (0) root (0) 2623 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/err.h
â â --rw-rw-r-- 0 root (0) root (0) 8404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/lwipopts.h
â â --rw-rw-r-- 0 root (0) root (0) 2253 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/mem.h
â â --rw-rw-r-- 0 root (0) root (0) 2082 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/memp.h
â â --rw-rw-r-- 0 root (0) root (0) 5570 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/netif.h
â â --rw-rw-r-- 0 root (0) root (0) 17160 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/opt.h
â â --rw-rw-r-- 0 root (0) root (0) 3772 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/pbuf.h
â â --rw-rw-r-- 0 root (0) root (0) 2990 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/raw.h
â â --rw-rw-r-- 0 root (0) root (0) 2130 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/sio.h
â â --rw-rw-r-- 0 root (0) root (0) 6033 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/snmp.h
â â --rw-rw-r-- 0 root (0) root (0) 9750 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/sockets.h
â â --rw-rw-r-- 0 root (0) root (0) 3824 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/stats.h
â â --rw-rw-r-- 0 root (0) root (0) 6252 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/sys.h
â â --rw-rw-r-- 0 root (0) root (0) 20164 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/tcp.h
â â --rw-rw-r-- 0 root (0) root (0) 1997 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/tcpip.h
â â --rw-rw-r-- 0 root (0) root (0) 3672 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/lwip/udp.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/
â â --rw-rw-r-- 0 root (0) root (0) 2545 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/cc.h
â â --rw-rw-r-- 0 root (0) root (0) 1771 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/cpu.h
â â --rw-rw-r-- 0 root (0) root (0) 1876 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/init.h
â â --rw-rw-r-- 0 root (0) root (0) 1840 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/lib.h
â â --rw-rw-r-- 0 root (0) root (0) 1832 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/perf.h
â â --rw-rw-r-- 0 root (0) root (0) 2082 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/sys_arch.h
â â --rw-rw-r-- 0 root (0) root (0) 4069 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/etharp.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/gcif/
â â --rw-rw-r-- 0 root (0) root (0) 1390 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/gcif/gcif.h
â â --rw-rw-r-- 0 root (0) root (0) 1747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/netif/loopif.h
â â --rw-rw-r-- 0 root (0) root (0) 8767 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/network.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/
â â --rw-rw-r-- 0 root (0) root (0) 7970 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/aram.h
â â --rw-rw-r-- 0 root (0) root (0) 2649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/arqmgr.h
â â --rw-rw-r-- 0 root (0) root (0) 3668 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/arqueue.h
â â --rw-rw-r-- 0 root (0) root (0) 7418 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/audio.h
â â --rw-rw-r-- 0 root (0) root (0) 10910 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/cache.h
â â --rw-rw-r-- 0 root (0) root (0) 24119 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/card.h
â â --rw-rw-r-- 0 root (0) root (0) 4828 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/cast.h
â â --rw-rw-r-- 0 root (0) root (0) 969 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/color.h
â â --rw-rw-r-- 0 root (0) root (0) 3027 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/cond.h
â â --rw-rw-r-- 0 root (0) root (0) 3861 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/conf.h
â â --rw-rw-r-- 0 root (0) root (0) 2355 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/consol.h
â â --rw-rw-r-- 0 root (0) root (0) 896 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/context.h
â â --rw-rw-r-- 0 root (0) root (0) 2782 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/disc_io.h
â â --rw-rw-r-- 0 root (0) root (0) 5947 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/dsp.h
â â --rw-rw-r-- 0 root (0) root (0) 9757 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/dvd.h
â â --rw-rw-r-- 0 root (0) root (0) 9174 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/es.h
â â --rw-rw-r-- 0 root (0) root (0) 9446 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/exi.h
â â --rw-rw-r-- 0 root (0) root (0) 23133 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/gu.h
â â --rw-rw-r-- 0 root (0) root (0) 239302 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/gx.h
â â --rw-rw-r-- 0 root (0) root (0) 2035 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/gx_struct.h
â â --rw-rw-r-- 0 root (0) root (0) 1726 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/ios.h
â â --rw-rw-r-- 0 root (0) root (0) 3300 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/ipc.h
â â --rw-rw-r-- 0 root (0) root (0) 5694 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/irq.h
â â --rw-rw-r-- 0 root (0) root (0) 3111 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/isfs.h
â â --rw-rw-r-- 0 root (0) root (0) 240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/libversion.h
â â --rw-rw-r-- 0 root (0) root (0) 5833 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp.h
â â --rw-rw-r-- 0 root (0) root (0) 275 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_config.h
â â --rw-rw-r-- 0 root (0) root (0) 1194 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_heap.h
â â --rw-rw-r-- 0 root (0) root (0) 1934 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_messages.h
â â --rw-rw-r-- 0 root (0) root (0) 1935 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_mutex.h
â â --rw-rw-r-- 0 root (0) root (0) 1043 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_objmgr.h
â â --rw-rw-r-- 0 root (0) root (0) 511 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_priority.h
â â --rw-rw-r-- 0 root (0) root (0) 719 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_queue.h
â â --rw-rw-r-- 0 root (0) root (0) 879 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_sema.h
â â --rw-rw-r-- 0 root (0) root (0) 505 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_stack.h
â â --rw-rw-r-- 0 root (0) root (0) 1782 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_states.h
â â --rw-rw-r-- 0 root (0) root (0) 1404 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_threadq.h
â â --rw-rw-r-- 0 root (0) root (0) 2555 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_threads.h
â â --rw-rw-r-- 0 root (0) root (0) 707 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_tqdata.h
â â --rw-rw-r-- 0 root (0) root (0) 3001 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_watchdog.h
â â --rw-rw-r-- 0 root (0) root (0) 310 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_wkspace.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/machine/
â â --rw-rw-r-- 0 root (0) root (0) 6364 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/machine/asm.h
â â --rw-rw-r-- 0 root (0) root (0) 6341 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/machine/processor.h
â â --rw-rw-r-- 0 root (0) root (0) 4166 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/machine/spinlock.h
â â --rw-rw-r-- 0 root (0) root (0) 3119 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/message.h
â â --rw-rw-r-- 0 root (0) root (0) 2632 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/mutex.h
â â --rw-rw-r-- 0 root (0) root (0) 2661 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/pad.h
â â --rw-rw-r-- 0 root (0) root (0) 2365 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/semaphore.h
â â --rw-rw-r-- 0 root (0) root (0) 3403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/si.h
â â --rw-rw-r-- 0 root (0) root (0) 1762 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/stm.h
â â --rw-rw-r-- 0 root (0) root (0) 423 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/sys_state.h
â â --rw-rw-r-- 0 root (0) root (0) 11412 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/system.h
â â --rw-rw-r-- 0 root (0) root (0) 1373 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/texconv.h
â â --rw-rw-r-- 0 root (0) root (0) 694 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/tpl.h
â â --rw-rw-r-- 0 root (0) root (0) 7596 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/usb.h
â â --rw-rw-r-- 0 root (0) root (0) 937 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/usbgecko.h
â â --rw-rw-r-- 0 root (0) root (0) 413 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/usbmouse.h
â â --rw-rw-r-- 0 root (0) root (0) 2218 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/usbstorage.h
â â --rw-rw-r-- 0 root (0) root (0) 5166 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/video.h
â â --rw-rw-r-- 0 root (0) root (0) 7209 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/video_types.h
â â --rw-rw-r-- 0 root (0) root (0) 2591 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogc/wiilaunch.h
â â --rw-rw-r-- 0 root (0) root (0) 923 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/ogcsys.h
â â --rw-rw-r-- 0 root (0) root (0) 5327 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/samplerate.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/
â â --rw-rw-r-- 0 root (0) root (0) 240 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/card_buf.h
â â --rw-rw-r-- 0 root (0) root (0) 1571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/card_cmn.h
â â --rw-rw-r-- 0 root (0) root (0) 1460 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/card_io.h
â â --rw-rw-r-- 0 root (0) root (0) 1829 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/gcsd.h
â â --rw-rw-r-- 0 root (0) root (0) 1720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/wiisd_io.h
â â --rw-rw-r-- 0 root (0) root (0) 4295 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/smb.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/wiikeyboard/
â â --rw-rw-r-- 0 root (0) root (0) 2500 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/wiikeyboard/keyboard.h
â â --rw-rw-r-- 0 root (0) root (0) 1942 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/wiikeyboard/usbkeyboard.h
â â --rw-rw-r-- 0 root (0) root (0) 20854 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/wiikeyboard/wsksymdef.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/wiiuse/
â â --rw-rw-r-- 0 root (0) root (0) 22506 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/wiiuse/wiiuse.h
â â --rw-rw-r-- 0 root (0) root (0) 6262 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/include/wiiuse/wpad.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/
â â --rw-rw-r-- 0 root (0) root (0) 13374 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/debug.c
â â --rw-rw-r-- 0 root (0) root (0) 2822 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/debug_handler.S
â â --rw-rw-r-- 0 root (0) root (0) 444 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/debug_if.h
â â --rw-rw-r-- 0 root (0) root (0) 8698 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/debug_supp.c
â â --rw-rw-r-- 0 root (0) root (0) 1089 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/debug_supp.h
â â --rw-rw-r-- 0 root (0) root (0) 3309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/geckousb.c
â â --rw-rw-r-- 0 root (0) root (0) 124 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/geckousb.h
â â --rw-rw-r-- 0 root (0) root (0) 9309 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/tcpip.c
â â --rw-rw-r-- 0 root (0) root (0) 1084 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/tcpip.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/
â â --rw-rw-r-- 0 root (0) root (0) 21339 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/bba.c
â â --rw-rw-r-- 0 root (0) root (0) 247 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/bba.h
â â --rw-rw-r-- 0 root (0) root (0) 820 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/memb.c
â â --rw-rw-r-- 0 root (0) root (0) 466 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/memb.h
â â --rw-rw-r-- 0 root (0) root (0) 3720 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/memr.c
â â --rw-rw-r-- 0 root (0) root (0) 230 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/memr.h
â â --rw-rw-r-- 0 root (0) root (0) 5985 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip.h
â â --rw-rw-r-- 0 root (0) root (0) 3403 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_arch.c
â â --rw-rw-r-- 0 root (0) root (0) 4928 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_arch.h
â â --rw-rw-r-- 0 root (0) root (0) 14912 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_arp.c
â â --rw-rw-r-- 0 root (0) root (0) 5142 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_arp.h
â â --rw-rw-r-- 0 root (0) root (0) 2526 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_icmp.c
â â --rw-rw-r-- 0 root (0) root (0) 1904 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_icmp.h
â â --rw-rw-r-- 0 root (0) root (0) 12283 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_ip.c
â â --rw-rw-r-- 0 root (0) root (0) 5047 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_ip.h
â â --rw-rw-r-- 0 root (0) root (0) 2917 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_netif.c
â â --rw-rw-r-- 0 root (0) root (0) 2156 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_netif.h
â â --rw-rw-r-- 0 root (0) root (0) 5830 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_pbuf.c
â â --rw-rw-r-- 0 root (0) root (0) 1451 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_pbuf.h
â â --rw-rw-r-- 0 root (0) root (0) 38267 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_tcp.c
â â --rw-rw-r-- 0 root (0) root (0) 8236 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_tcp.h
â â --rw-rw-r-- 0 root (0) root (0) 12705 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uipopt.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/
â â --rw-rw-r-- 0 root (0) root (0) 2500 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/bit_ops.h
â â --rw-rw-r-- 0 root (0) root (0) 9611 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/cache.c
â â --rw-rw-r-- 0 root (0) root (0) 4943 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/cache.h
â â --rw-rw-r-- 0 root (0) root (0) 2607 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/common.h
â â --rw-rw-r-- 0 root (0) root (0) 34782 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/directory.c
â â --rw-rw-r-- 0 root (0) root (0) 6238 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/directory.h
â â --rw-rw-r-- 0 root (0) root (0) 3441 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/disc.c
â â --rw-rw-r-- 0 root (0) root (0) 3686 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/disc.h
â â --rw-rw-r-- 0 root (0) root (0) 17807 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/fatdir.c
â â --rw-rw-r-- 0 root (0) root (0) 2762 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/fatdir.h
â â --rw-rw-r-- 0 root (0) root (0) 35651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/fatfile.c
â â --rw-rw-r-- 0 root (0) root (0) 3740 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/fatfile.h
â â --rw-rw-r-- 0 root (0) root (0) 12053 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/file_allocation_table.c
â â --rw-rw-r-- 0 root (0) root (0) 2861 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/file_allocation_table.h
â â --rw-rw-r-- 0 root (0) root (0) 3297 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/filetime.c
â â --rw-rw-r-- 0 root (0) root (0) 1753 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/filetime.h
â â --rw-rw-r-- 0 root (0) root (0) 6582 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/libfat.c
â â --rw-rw-r-- 0 root (0) root (0) 397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/lock.c
â â --rw-rw-r-- 0 root (0) root (0) 2097 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/lock.h
â â --rw-rw-r-- 0 root (0) root (0) 1918 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/mem_allocate.h
â â --rw-rw-r-- 0 root (0) root (0) 14670 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/partition.c
â â --rw-rw-r-- 0 root (0) root (0) 3743 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libfat/partition.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/
â â --rw-rw-r-- 0 root (0) root (0) 8800 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/aram.c
â â --rw-rw-r-- 0 root (0) root (0) 1540 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/argv.c
â â --rw-rw-r-- 0 root (0) root (0) 3584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/arqmgr.c
â â --rw-rw-r-- 0 root (0) root (0) 6155 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/arqueue.c
â â --rw-rw-r-- 0 root (0) root (0) 9127 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/audio.c
â â --rw-rw-r-- 0 root (0) root (0) 3792 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/cache.c
â â --rw-rw-r-- 0 root (0) root (0) 6770 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/cache_asm.S
â â --rw-rw-r-- 0 root (0) root (0) 73974 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/card.c
â â --rw-rw-r-- 0 root (0) root (0) 4881 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/cond.c
â â --rw-rw-r-- 0 root (0) root (0) 9663 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/conf.c
â â --rw-rw-r-- 0 root (0) root (0) 14651 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/console.c
â â --rw-rw-r-- 0 root (0) root (0) 713 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/console.h
â â --rw-rw-r-- 0 root (0) root (0) 95454 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/console_font_8x16.c
â â --rw-rw-r-- 0 root (0) root (0) 1331 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/decrementer.c
â â --rw-rw-r-- 0 root (0) root (0) 4004 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/decrementer_handler.S
â â --rw-rw-r-- 0 root (0) root (0) 3616 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/depackrnc.S
â â --rw-rw-r-- 0 root (0) root (0) 7104 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/depackrnc1.c
â â --rw-rw-r-- 0 root (0) root (0) 11001 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/dsp.c
â â --rw-rw-r-- 0 root (0) root (0) 61438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/dvd.c
â â --rw-rw-r-- 0 root (0) root (0) 27723 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/es.c
â â --rw-rw-r-- 0 root (0) root (0) 7360 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/exception.c
â â --rw-rw-r-- 0 root (0) root (0) 5504 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/exception_handler.S
â â --rw-rw-r-- 0 root (0) root (0) 18994 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/exi.c
â â --rw-rw-r-- 0 root (0) root (0) 4543 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/gcsd.c
â â --rw-rw-r-- 0 root (0) root (0) 24647 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/gu.c
â â --rw-rw-r-- 0 root (0) root (0) 16261 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/gu_psasm.S
â â --rw-rw-r-- 0 root (0) root (0) 129979 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/gx.c
â â --rw-rw-r-- 0 root (0) root (0) 2255 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/gx_regdef.h
â â --rw-rw-r-- 0 root (0) root (0) 7556 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/ios.c
â â --rw-rw-r-- 0 root (0) root (0) 27649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/ipc.c
â â --rw-rw-r-- 0 root (0) root (0) 9661 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/irq.c
â â --rw-rw-r-- 0 root (0) root (0) 3970 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/irq_handler.S
â â --rw-rw-r-- 0 root (0) root (0) 23506 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/isfs.c
â â --rw-rw-r-- 0 root (0) root (0) 5739 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/kprintf.c
â â --rw-rw-r-- 0 root (0) root (0) 974 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lock_supp.c
â â --rw-rw-r-- 0 root (0) root (0) 10060 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp.c
â â --rw-rw-r-- 0 root (0) root (0) 11497 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_handler.S
â â --rw-rw-r-- 0 root (0) root (0) 5074 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_heap.c
â â --rw-rw-r-- 0 root (0) root (0) 1785 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_heap.inl
â â --rw-rw-r-- 0 root (0) root (0) 6717 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_messages.c
â â --rw-rw-r-- 0 root (0) root (0) 1779 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_messages.inl
â â --rw-rw-r-- 0 root (0) root (0) 2563 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_mutex.c
â â --rw-rw-r-- 0 root (0) root (0) 2086 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_mutex.inl
â â --rw-rw-r-- 0 root (0) root (0) 2818 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_objmgr.c
â â --rw-rw-r-- 0 root (0) root (0) 470 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_objmgr.inl
â â --rw-rw-r-- 0 root (0) root (0) 227 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_priority.c
â â --rw-rw-r-- 0 root (0) root (0) 926 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_priority.inl
â â --rw-rw-r-- 0 root (0) root (0) 1324 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_queue.c
â â --rw-rw-r-- 0 root (0) root (0) 2128 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_queue.inl
â â --rw-rw-r-- 0 root (0) root (0) 1468 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_sema.c
â â --rw-rw-r-- 0 root (0) root (0) 819 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_sema.inl
â â --rw-rw-r-- 0 root (0) root (0) 508 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_stack.c
â â --rw-rw-r-- 0 root (0) root (0) 250 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_stack.inl
â â --rw-rw-r-- 0 root (0) root (0) 2425 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_states.inl
â â --rw-rw-r-- 0 root (0) root (0) 13226 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_threadq.c
â â --rw-rw-r-- 0 root (0) root (0) 188 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_threadq.inl
â â --rw-rw-r-- 0 root (0) root (0) 18498 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_threads.c
â â --rw-rw-r-- 0 root (0) root (0) 1886 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_threads.inl
â â --rw-rw-r-- 0 root (0) root (0) 4222 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_watchdog.c
â â --rw-rw-r-- 0 root (0) root (0) 1749 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_watchdog.inl
â â --rw-rw-r-- 0 root (0) root (0) 1021 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_wkspace.c
â â --rw-rw-r-- 0 root (0) root (0) 281 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_wkspace.inl
â â --rw-rw-r-- 0 root (0) root (0) 1598 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/malloc_lock.c
â â --rw-rw-r-- 0 root (0) root (0) 4113 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/message.c
â â --rw-rw-r-- 0 root (0) root (0) 3885 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/mutex.c
â â --rw-rw-r-- 0 root (0) root (0) 4495 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/network_common.c
â â --rw-rw-r-- 0 root (0) root (0) 26548 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/network_wii.c
â â --rw-rw-r-- 0 root (0) root (0) 1357 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/newlibc.c
â â --rw-rw-r-- 0 root (0) root (0) 3360 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/ogc_crt0.S
â â --rw-rw-r-- 0 root (0) root (0) 18749 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/pad.c
â â --rw-rw-r-- 0 root (0) root (0) 2168 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/sbrk.c
â â --rw-rw-r-- 0 root (0) root (0) 718 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/sdgecko_buf.c
â â --rw-rw-r-- 0 root (0) root (0) 29600 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/sdgecko_io.c
â â --rw-rw-r-- 0 root (0) root (0) 3433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/semaphore.c
â â --rw-rw-r-- 0 root (0) root (0) 14610 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/si.c
â â --rw-rw-r-- 0 root (0) root (0) 5445 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/stm.c
â â --rw-rw-r-- 0 root (0) root (0) 45 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/sys_state.c
â â --rw-rw-r-- 0 root (0) root (0) 837 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/sys_state.inl
â â --rw-rw-r-- 0 root (0) root (0) 37029 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/system.c
â â --rw-rw-r-- 0 root (0) root (0) 6679 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/system_asm.S
â â --rw-rw-r-- 0 root (0) root (0) 2020 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/texconv.c
â â --rw-rw-r-- 0 root (0) root (0) 5771 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/timesupp.c
â â --rw-rw-r-- 0 root (0) root (0) 640 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/timesupp.h
â â --rw-rw-r-- 0 root (0) root (0) 7772 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/tpl.c
â â --rw-rw-r-- 0 root (0) root (0) 38746 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/usb.c
â â --rw-rw-r-- 0 root (0) root (0) 6830 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/usbgecko.c
â â --rw-rw-r-- 0 root (0) root (0) 8698 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/usbmouse.c
â â --rw-rw-r-- 0 root (0) root (0) 24018 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/usbstorage.c
â â --rw-rw-r-- 0 root (0) root (0) 63596 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/video.c
â â --rw-rw-r-- 0 root (0) root (0) 2205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/video_asm.S
â â --rw-rw-r-- 0 root (0) root (0) 8043 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/wiilaunch.c
â â --rw-rw-r-- 0 root (0) root (0) 15233 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc/wiisd.c
â â --rw-rw-r-- 0 root (0) root (0) 942 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libogc_license.txt
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/cube/
â â --rw-rw-r-- 0 root (0) root (0) 146456 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/cube/libbba.a
â â --rw-rw-r-- 0 root (0) root (0) 102260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/cube/libdb.a
â â --rw-rw-r-- 0 root (0) root (0) 531728 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/cube/libogc.a
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/wii/
â â --rw-rw-r-- 0 root (0) root (0) 97912 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libbte.a
â â --rw-rw-r-- 0 root (0) root (0) 102260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libdb.a
â â --rw-rw-r-- 0 root (0) root (0) 722704 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libogc.a
â â --rw-rw-r-- 0 root (0) root (0) 40698 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libwiikeyboard.a
â â --rw-rw-r-- 0 root (0) root (0) 63960 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libwiiuse.a
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/
â â --rw-rw-r-- 0 root (0) root (0) 13729 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/keyboard.c
â â --rw-rw-r-- 0 root (0) root (0) 43744 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/ukbdmap.c
â â --rw-rw-r-- 0 root (0) root (0) 9849 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/usbkeyboard.c
â â --rw-rw-r-- 0 root (0) root (0) 15806 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/wskbdutil.c
â â --rw-rw-r-- 0 root (0) root (0) 2485 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/wsksymvar.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/
â â --rw-rw-r-- 0 root (0) root (0) 3532 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/bt.h
â â --rw-rw-r-- 0 root (0) root (0) 4025 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/btarch.h
â â --rw-rw-r-- 0 root (0) root (0) 33641 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/bte.c
â â --rw-rw-r-- 0 root (0) root (0) 1183 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/btmemb.c
â â --rw-rw-r-- 0 root (0) root (0) 478 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/btmemb.h
â â --rw-rw-r-- 0 root (0) root (0) 3858 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/btmemr.c
â â --rw-rw-r-- 0 root (0) root (0) 244 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/btmemr.h
â â --rw-rw-r-- 0 root (0) root (0) 13317 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/btopt.h
â â --rw-rw-r-- 0 root (0) root (0) 7636 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/btpbuf.c
â â --rw-rw-r-- 0 root (0) root (0) 1318 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/btpbuf.h
â â --rw-rw-r-- 0 root (0) root (0) 52167 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/hci.c
â â --rw-rw-r-- 0 root (0) root (0) 16696 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/hci.h
â â --rw-rw-r-- 0 root (0) root (0) 53398 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/l2cap.c
â â --rw-rw-r-- 0 root (0) root (0) 13010 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/l2cap.h
â â --rw-rw-r-- 0 root (0) root (0) 7279 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/physbusif.c
â â --rw-rw-r-- 0 root (0) root (0) 477 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwbt/physbusif.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/arch/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/arch/gc/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/arch/gc/netif/
â â --rw-rw-r-- 0 root (0) root (0) 27328 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/arch/gc/netif/gcif.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/
â â --rw-rw-r-- 0 root (0) root (0) 53392 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/dhcp.c
â â --rw-rw-r-- 0 root (0) root (0) 8421 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/inet.c
â â --rw-rw-r-- 0 root (0) root (0) 4259 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/inet6.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/
â â --rw-rw-r-- 0 root (0) root (0) 6190 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/icmp.c
â â --rw-rw-r-- 0 root (0) root (0) 16035 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/ip.c
â â --rw-rw-r-- 0 root (0) root (0) 3077 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/ip_addr.c
â â --rw-rw-r-- 0 root (0) root (0) 12276 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/ip_frag.c
â â --rw-rw-r-- 0 root (0) root (0) 8379 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/mem.c
â â --rw-rw-r-- 0 root (0) root (0) 7116 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/memp.c
â â --rw-rw-r-- 0 root (0) root (0) 8748 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/netif.c
â â --rw-rw-r-- 0 root (0) root (0) 32273 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/pbuf.c
â â --rw-rw-r-- 0 root (0) root (0) 9505 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/raw.c
â â --rw-rw-r-- 0 root (0) root (0) 4292 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/stats.c
â â --rw-rw-r-- 0 root (0) root (0) 7747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/sys.c
â â --rw-rw-r-- 0 root (0) root (0) 31569 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/tcp.c
â â --rw-rw-r-- 0 root (0) root (0) 42926 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/tcp_in.c
â â --rw-rw-r-- 0 root (0) root (0) 22773 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/tcp_out.c
â â --rw-rw-r-- 0 root (0) root (0) 20669 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/core/udp.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/
â â --rw-rw-r-- 0 root (0) root (0) 30559 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/etharp.c
â â --rw-rw-r-- 0 root (0) root (0) 3782 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/loopif.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/skeleton/
â â --rw-rw-r-- 0 root (0) root (0) 7475 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/skeleton/ethernetif.c
â â --rw-rw-r-- 0 root (0) root (0) 5121 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/skeleton/slipif.c
â â --rw-rw-r-- 0 root (0) root (0) 2431 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/netio.c
â â --rw-rw-r-- 0 root (0) root (0) 53143 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/lwip/network.c
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/
â â --rw-rw-r-- 0 root (0) root (0) 6475 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/classic.c
â â --rw-rw-r-- 0 root (0) root (0) 1584 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/classic.h
â â --rw-rw-r-- 0 root (0) root (0) 1680 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/definitions.h
â â --rw-rw-r-- 0 root (0) root (0) 7433 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/dynamics.c
â â --rw-rw-r-- 0 root (0) root (0) 1841 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/dynamics.h
â â --rw-rw-r-- 0 root (0) root (0) 9344 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/events.c
â â --rw-rw-r-- 0 root (0) root (0) 336 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/events.h
â â --rw-rw-r-- 0 root (0) root (0) 4686 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/io.c
â â --rw-rw-r-- 0 root (0) root (0) 661 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/io.h
â â --rw-rw-r-- 0 root (0) root (0) 4205 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/io_wii.c
â â --rw-rw-r-- 0 root (0) root (0) 23675 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/ir.c
â â --rw-rw-r-- 0 root (0) root (0) 566 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/ir.h
â â --rw-rw-r-- 0 root (0) root (0) 33495 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/license_libogc.txt
â â --rw-rw-r-- 0 root (0) root (0) 2463 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/motion_plus.c
â â --rw-rw-r-- 0 root (0) root (0) 493 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/motion_plus.h
â â --rw-rw-r-- 0 root (0) root (0) 4526 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/nunchuk.c
â â --rw-rw-r-- 0 root (0) root (0) 499 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/nunchuk.h
â â --rw-rw-r-- 0 root (0) root (0) 772 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/os.h
â â --rw-rw-r-- 0 root (0) root (0) 3215 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/speaker.c
â â --rw-rw-r-- 0 root (0) root (0) 573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/speaker.h
â â --rw-rw-r-- 0 root (0) root (0) 8182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/wiiuse.c
â â --rw-rw-r-- 0 root (0) root (0) 8835 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/wiiuse_internal.h
â â --rw-rw-r-- 0 root (0) root (0) 27944 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wii/libogc/wiiuse/wpad.c
â â --rw-rw-r-- 0 root (0) root (0) 227 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu-devel.properties.template
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/fs/
â â --rw-rw-r-- 0 root (0) root (0) 4342 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/fs/fs_utils.c
â â --rw-rw-r-- 0 root (0) root (0) 469 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/fs/fs_utils.h
â â --rw-rw-r-- 0 root (0) root (0) 25735 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/fs/sd_fat_devoptab.c
â â --rw-rw-r-- 0 root (0) root (0) 1287 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/fs/sd_fat_devoptab.h
â â --rw-rw-r-- 0 root (0) root (0) 21561 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/gx2_shader_inl.h
â â --rw-rw-r-- 0 root (0) root (0) 9284 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/hbl.c
â â --rw-rw-r-- 0 root (0) root (0) 564 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/hbl.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/arpa/
â â --rw-rw-r-- 0 root (0) root (0) 376 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/arpa/inet.h
â â --rw-rw-r-- 0 root (0) root (0) 1082 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/netdb.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/netinet/
â â --rw-rw-r-- 0 root (0) root (0) 555 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/netinet/in.h
â â --rw-rw-r-- 0 root (0) root (0) 177 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/netinet/tcp.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/sys/
â â --rw-rw-r-- 0 root (0) root (0) 1966 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/sys/socket.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/
â â --rw-rw-r-- 0 root (0) root (0) 182 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/
â â --rw-rw-r-- 0 root (0) root (0) 989 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/core.h
â â --rw-rw-r-- 0 root (0) root (0) 1270 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/device.h
â â --rw-rw-r-- 0 root (0) root (0) 1151 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/drcvs.h
â â --rw-rw-r-- 0 root (0) root (0) 888 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/multivoice.h
â â --rw-rw-r-- 0 root (0) root (0) 345 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/result.h
â â --rw-rw-r-- 0 root (0) root (0) 4541 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/voice.h
â â --rw-rw-r-- 0 root (0) root (0) 12695 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/fs.h
â â --rw-rw-r-- 0 root (0) root (0) 488 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/
â â --rw-rw-r-- 0 root (0) root (0) 508 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/common.h
â â --rw-rw-r-- 0 root (0) root (0) 843 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/context.h
â â --rw-rw-r-- 0 root (0) root (0) 1097 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/display.h
â â --rw-rw-r-- 0 root (0) root (0) 535 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/displaylist.h
â â --rw-rw-r-- 0 root (0) root (0) 1462 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/draw.h
â â --rw-rw-r-- 0 root (0) root (0) 18175 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/enum.h
â â --rw-rw-r-- 0 root (0) root (0) 871 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/event.h
â â --rw-rw-r-- 0 root (0) root (0) 198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/mem.h
â â --rw-rw-r-- 0 root (0) root (0) 11878 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/registers.h
â â --rw-rw-r-- 0 root (0) root (0) 1348 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/sampler.h
â â --rw-rw-r-- 0 root (0) root (0) 16010 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/shaders.h
â â --rw-rw-r-- 0 root (0) root (0) 198 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/state.h
â â --rw-rw-r-- 0 root (0) root (0) 2527 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/surface.h
â â --rw-rw-r-- 0 root (0) root (0) 495 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/swap.h
â â --rw-rw-r-- 0 root (0) root (0) 332 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/tessellation.h
â â --rw-rw-r-- 0 root (0) root (0) 574 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/texture.h
â â --rw-rw-r-- 0 root (0) root (0) 197 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/
â â --rw-rw-r-- 0 root (0) root (0) 1080 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/buffer.h
â â --rw-rw-r-- 0 root (0) root (0) 438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/displaylist.h
â â --rw-rw-r-- 0 root (0) root (0) 464 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/draw.h
â â --rw-rw-r-- 0 root (0) root (0) 481 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/mem.h
â â --rw-rw-r-- 0 root (0) root (0) 1420 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/resource.h
â â --rw-rw-r-- 0 root (0) root (0) 672 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/surface.h
â â --rw-rw-r-- 0 root (0) root (0) 438 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/ios.h
â â --rw-rw-r-- 0 root (0) root (0) 1260 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/kpad.h
â â --rw-rw-r-- 0 root (0) root (0) 1478 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mcp.h
â â --rw-rw-r-- 0 root (0) root (0) 235 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/
â â --rw-rw-r-- 0 root (0) root (0) 464 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/baseheap.h
â â --rw-rw-r-- 0 root (0) root (0) 1950 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/blockheap.h
â â --rw-rw-r-- 0 root (0) root (0) 2038 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/expandedheap.h
â â --rw-rw-r-- 0 root (0) root (0) 1248 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/frameheap.h
â â --rw-rw-r-- 0 root (0) root (0) 1767 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/memheap.h
â â --rw-rw-r-- 0 root (0) root (0) 829 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/memlist.h
â â --rw-rw-r-- 0 root (0) root (0) 843 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/unitheap.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mp/
â â --rw-rw-r-- 0 root (0) root (0) 2881 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/mp/taskqueue.h
â â --rw-rw-r-- 0 root (0) root (0) 1004 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/nsyskbd.h
â â --rw-rw-r-- 0 root (0) root (0) 749 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/
â â --rw-rw-r-- 0 root (0) root (0) 1529 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/alarm.h
â â --rw-rw-r-- 0 root (0) root (0) 764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/atomic64.h
â â --rw-rw-r-- 0 root (0) root (0) 903 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/cache.h
â â --rw-rw-r-- 0 root (0) root (0) 495 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/condition.h
â â --rw-rw-r-- 0 root (0) root (0) 218 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/core.h
â â --rw-rw-r-- 0 root (0) root (0) 573 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/coroutine.h
â â --rw-rw-r-- 0 root (0) root (0) 371 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/debug.h
â â --rw-rw-r-- 0 root (0) root (0) 689 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/dynload.h
â â --rw-rw-r-- 0 root (0) root (0) 316 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/energy.h
â â --rw-rw-r-- 0 root (0) root (0) 764 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/event.h
â â --rw-rw-r-- 0 root (0) root (0) 1173 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/exception.h
â â --rw-rw-r-- 0 root (0) root (0) 500 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/fastcondition.h
â â --rw-rw-r-- 0 root (0) root (0) 648 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/fastmutex.h
â â --rw-rw-r-- 0 root (0) root (0) 201 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/foreground.h
â â --rw-rw-r-- 0 root (0) root (0) 623 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/memory.h
â â --rw-rw-r-- 0 root (0) root (0) 1081 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/messagequeue.h
â â --rw-rw-r-- 0 root (0) root (0) 649 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/mutex.h
â â --rw-rw-r-- 0 root (0) root (0) 397 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/rendezvous.h
â â --rw-rw-r-- 0 root (0) root (0) 670 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/screen.h
â â --rw-rw-r-- 0 root (0) root (0) 646 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/semaphore.h
â â --rw-rw-r-- 0 root (0) root (0) 799 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/spinlock.h
â â --rw-rw-r-- 0 root (0) root (0) 313 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/systeminfo.h
â â --rw-rw-r-- 0 root (0) root (0) 7336 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/thread.h
â â --rw-rw-r-- 0 root (0) root (0) 1901 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/time.h
â â --rw-rw-r-- 0 root (0) root (0) 131 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/title.h
â â --rw-rw-r-- 0 root (0) root (0) 5242 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/pad_driver.h
â â --rw-rw-r-- 0 root (0) root (0) 907 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/procui.h
â â --rw-rw-r-- 0 root (0) root (0) 571 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/sysapp.h
â â --rw-rw-r-- 0 root (0) root (0) 2987 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/syshid.h
â â --rw-rw-r-- 0 root (0) root (0) 689 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/types.h
â â --rw-rw-r-- 0 root (0) root (0) 5457 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/vpad.h
â â --rw-rw-r-- 0 root (0) root (0) 3781 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/include/wiiu/wpad.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/input/
â â --rw-rw-r-- 0 root (0) root (0) 3780 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/input/hidpad_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 6140 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/input/kpad_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 3328 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/input/pad_functions.c
â â --rw-rw-r-- 0 root (0) root (0) 17470 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/input/wiiu_hid.c
â â --rw-rw-r-- 0 root (0) root (0) 2515 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/input/wiiu_hid.h
â â --rw-rw-r-- 0 root (0) root (0) 6674 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/input/wpad_driver.c
â â --rw-rw-r-- 0 root (0) root (0) 633 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/link.ld
â â --rw-rw-r-- 0 root (0) root (0) 7866 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/link_elf.ld
â â --rw-rw-r-- 0 root (0) root (0) 5938 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/link_rpl.ld
â â --rwxrwxr-x 0 root (0) root (0) 822 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/net_listen.sh
â â --rwxrwxr-x 0 root (0) root (0) 195 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/net_send.sh
â â --rw-rw-r-- 0 root (0) root (0) 179 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/run.sh
â â --rw-rw-r-- 0 root (0) root (0) 14110 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/shader_utils.c
â â --rw-rw-r-- 0 root (0) root (0) 1760 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/shader_utils.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/slang/
â â --rw-rw-r-- 0 root (0) root (0) 2459 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/slang/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 2157 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/slang/grammar.txt
â â --rw-rw-r-- 0 root (0) root (0) 3039 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/slang/main.c
â â --rw-rw-r-- 0 root (0) root (0) 8552 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/slang/slang-parse.cpp
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/
â â --rw-rw-r-- 0 root (0) root (0) 693 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/dynamic.c
â â --rw-rw-r-- 0 root (0) root (0) 94 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/dynamic.h
â â --rw-rw-r-- 0 root (0) root (0) 10912 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/exception_handler.c
â â --rw-rw-r-- 0 root (0) root (0) 976 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/exception_handler.h
â â --rw-rw-r-- 0 root (0) root (0) 5995 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/imports.h
â â --rw-rw-r-- 0 root (0) root (0) 4138 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/memory.c
â â --rw-rw-r-- 0 root (0) root (0) 1314 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/memory.h
â â --rw-rw-r-- 0 root (0) root (0) 2747 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/missing_libc_functions.c
â â --rw-rw-r-- 0 root (0) root (0) 519 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/stubs_elf.S
â â --rw-rw-r-- 0 root (0) root (0) 958 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/system/stubs_rpl.S
â â --rw-rw-r-- 0 root (0) root (0) 1816 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wiiu_dbg.h
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/
â â -drwxrwxr-x 0 root (0) root (0) 0 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/
â â --rw-rw-r-- 0 root (0) root (0) 440 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/Makefile
â â --rw-rw-r-- 0 root (0) root (0) 3734 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/be_val.h
â â --rw-rw-r-- 0 root (0) root (0) 10266 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/elf.h
â â --rw-rw-r-- 0 root (0) root (0) 8558 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/elf2rpl.vcxproj
â â --rw-rw-r-- 0 root (0) root (0) 1493 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/elf2rpl.vcxproj.filters
â â --rw-rw-r-- 0 root (0) root (0) 38595 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/main.cpp
â â --rw-rw-r-- 0 root (0) root (0) 3051 2018-02-18 01:12:15.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/utils.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/
â â +-rw-rw-r-- 0 root (0) root (0) 367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.editorconfig
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.github/
â â +-rw-rw-r-- 0 root (0) root (0) 764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.github/ISSUE_TEMPLATE.md
â â +-rw-rw-r-- 0 root (0) root (0) 741 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.github/PULL_REQUEST_TEMPLATE.md
â â +-rw-rw-r-- 0 root (0) root (0) 2130 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.gitignore
â â +-rw-rw-r-- 0 root (0) root (0) 203 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.project
â â +-rw-rw-r-- 0 root (0) root (0) 1953 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.travis.yml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.vscode/
â â +-rw-rw-r-- 0 root (0) root (0) 4391 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.vscode/c_cpp_properties.json
â â +-rw-rw-r-- 0 root (0) root (0) 1513 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.vscode/launch.json
â â +-rw-rw-r-- 0 root (0) root (0) 534 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.vscode/settings.json
â â +-rw-rw-r-- 0 root (0) root (0) 2053 2018-02-19 12:43:32.000000 RetroArch-1.7.1/.vscode/tasks.json
â â +-rw-rw-r-- 0 root (0) root (0) 20685 2018-02-19 12:43:32.000000 RetroArch-1.7.1/CHANGES.md
â â +-rw-rw-r-- 0 root (0) root (0) 3483 2018-02-19 12:43:32.000000 RetroArch-1.7.1/CONTRIBUTING.md
â â +-rw-rw-r-- 0 root (0) root (0) 35147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/COPYING
â â +-rw-rw-r-- 0 root (0) root (0) 6648 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 48562 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.common
â â +-rw-rw-r-- 0 root (0) root (0) 7078 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.ctr
â â +-rw-rw-r-- 0 root (0) root (0) 5782 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.ctr.salamander
â â +-rw-rw-r-- 0 root (0) root (0) 2628 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.emscripten
â â +-rw-rw-r-- 0 root (0) root (0) 30938 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.griffin
â â +-rw-rw-r-- 0 root (0) root (0) 11226 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.libogc
â â +-rw-rw-r-- 0 root (0) root (0) 7173 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.msvc
â â +-rw-rw-r-- 0 root (0) root (0) 1293 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.openpandora
â â +-rw-rw-r-- 0 root (0) root (0) 1469 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.pandora
â â +-rw-rw-r-- 0 root (0) root (0) 6670 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.ps3
â â +-rw-rw-r-- 0 root (0) root (0) 6376 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.ps3.cobra
â â +-rw-rw-r-- 0 root (0) root (0) 2947 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.ps3.salamander
â â +-rw-rw-r-- 0 root (0) root (0) 3620 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.psl1ght
â â +-rw-rw-r-- 0 root (0) root (0) 1512 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.psp1
â â +-rw-rw-r-- 0 root (0) root (0) 1451 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.psp1.salamander
â â +-rw-rw-r-- 0 root (0) root (0) 1828 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.switch
â â +-rw-rw-r-- 0 root (0) root (0) 4199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.vita
â â +-rw-rw-r-- 0 root (0) root (0) 2185 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.vita.salamander
â â +-rw-rw-r-- 0 root (0) root (0) 3436 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.wii.salamander
â â +-rw-rw-r-- 0 root (0) root (0) 9025 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.wiiu
â â +-rw-rw-r-- 0 root (0) root (0) 3670 2018-02-19 12:43:32.000000 RetroArch-1.7.1/Makefile.win
â â +-rw-rw-r-- 0 root (0) root (0) 1830 2018-02-19 12:43:32.000000 RetroArch-1.7.1/README-OMAP.md
â â +-rw-rw-r-- 0 root (0) root (0) 5368 2018-02-19 12:43:32.000000 RetroArch-1.7.1/README-exynos.md
â â +-rw-rw-r-- 0 root (0) root (0) 3395 2018-02-19 12:43:32.000000 RetroArch-1.7.1/README-mali_fbdev_r4p0.md
â â +-rw-rw-r-- 0 root (0) root (0) 5380 2018-02-19 12:43:32.000000 RetroArch-1.7.1/README.md
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/
â â +-rw-rw-r-- 0 root (0) root (0) 38064 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/audio_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 8409 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/audio_driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 7728 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/audio_thread_wrapper.c
â â +-rw-rw-r-- 0 root (0) root (0) 1758 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/audio_thread_wrapper.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 10251 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/alsa.c
â â +-rw-rw-r-- 0 root (0) root (0) 9830 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/alsa_qsa.c
â â +-rw-rw-r-- 0 root (0) root (0) 11037 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/alsathread.c
â â +-rw-rw-r-- 0 root (0) root (0) 12220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/coreaudio.c
â â +-rw-rw-r-- 0 root (0) root (0) 8231 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/ctr_csnd_audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 5806 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/ctr_dsp_audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 11970 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/dsound.c
â â +-rw-rw-r-- 0 root (0) root (0) 5443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/gx_audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 9462 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/jack.c
â â +-rw-rw-r-- 0 root (0) root (0) 2130 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/nullaudio.c
â â +-rw-rw-r-- 0 root (0) root (0) 5943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/openal.c
â â +-rw-rw-r-- 0 root (0) root (0) 9286 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/opensl.c
â â +-rw-rw-r-- 0 root (0) root (0) 4659 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/oss.c
â â +-rw-rw-r-- 0 root (0) root (0) 6026 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/ps3_audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 7420 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/psp_audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 8709 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/pulse.c
â â +-rw-rw-r-- 0 root (0) root (0) 3383 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/roar.c
â â +-rw-rw-r-- 0 root (0) root (0) 5139 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/rsound.c
â â +-rw-rw-r-- 0 root (0) root (0) 11962 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/rsound.h
â â +-rw-rw-r-- 0 root (0) root (0) 2803 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/rwebaudio.c
â â +-rw-rw-r-- 0 root (0) root (0) 6201 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/sdl_audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 8163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/switch_audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 75718 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/tinyalsa.c
â â +-rw-rw-r-- 0 root (0) root (0) 34817 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/wasapi.c
â â +-rw-rw-r-- 0 root (0) root (0) 9133 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/wiiu_audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 10361 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/xaudio.c
â â +-rw-rw-r-- 0 root (0) root (0) 15472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/xaudio.h
â â +-rw-rw-r-- 0 root (0) root (0) 3357 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers/xenon360_audio.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers_resampler/
â â +-rw-rw-r-- 0 root (0) root (0) 17131 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers_resampler/cc_resampler.c
â â +-rw-rw-r-- 0 root (0) root (0) 8723 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/drivers_resampler/cc_resampler_neon.S
â â +-rw-rw-r-- 0 root (0) root (0) 45453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/audio/librsound.c
â â +-rw-rw-r-- 0 root (0) root (0) 1152 2018-02-19 12:43:32.000000 RetroArch-1.7.1/autosave.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/gx/
â â +-rw-rw-r-- 0 root (0) root (0) 8527 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/gx/ogc.ld
â â +-rw-rw-r-- 0 root (0) root (0) 9163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/gx/rvl.ld
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/psp1/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/
â â +-rw-rw-r-- 0 root (0) root (0) 607 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/kernel_functions.exp
â â +-rw-rw-r-- 0 root (0) root (0) 309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/kernel_functions.h
â â +-rw-rw-r-- 0 root (0) root (0) 1790 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/psp1/kernel_functions_prx/main.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/vita/
â â +-rw-rw-r-- 0 root (0) root (0) 2706 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/vita/sbrk.c
â â +-rw-rw-r-- 0 root (0) root (0) 5537 2018-02-19 12:43:32.000000 RetroArch-1.7.1/bootstrap/vita/threading.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/camera/
â â +-rw-rw-r-- 0 root (0) root (0) 7244 2018-02-19 12:43:32.000000 RetroArch-1.7.1/camera/camera_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 3242 2018-02-19 12:43:32.000000 RetroArch-1.7.1/camera/camera_driver.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/camera/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 5955 2018-02-19 12:43:32.000000 RetroArch-1.7.1/camera/drivers/android.c
â â +-rw-rw-r-- 0 root (0) root (0) 1536 2018-02-19 12:43:32.000000 RetroArch-1.7.1/camera/drivers/nullcamera.c
â â +-rw-rw-r-- 0 root (0) root (0) 1892 2018-02-19 12:43:32.000000 RetroArch-1.7.1/camera/drivers/rwebcam.c
â â +-rw-rw-r-- 0 root (0) root (0) 10455 2018-02-19 12:43:32.000000 RetroArch-1.7.1/camera/drivers/video4linux2.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/
â â +-rw-rw-r-- 0 root (0) root (0) 1492 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/badges.c
â â +-rw-rw-r-- 0 root (0) root (0) 699 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/badges.h
â â +-rw-rw-r-- 0 root (0) root (0) 105814 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/cheevos.c
â â +-rw-rw-r-- 0 root (0) root (0) 4176 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/cheevos.h
â â +-rw-rw-r-- 0 root (0) root (0) 4160 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/cond.c
â â +-rw-rw-r-- 0 root (0) root (0) 1852 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/cond.h
â â +-rw-rw-r-- 0 root (0) root (0) 1677 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/coro.h
â â +-rw-rw-r-- 0 root (0) root (0) 12058 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/var.c
â â +-rw-rw-r-- 0 root (0) root (0) 2205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cheevos/var.h
â â +-rw-rw-r-- 0 root (0) root (0) 81397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/command.c
â â +-rw-rw-r-- 0 root (0) root (0) 8389 2018-02-19 12:43:32.000000 RetroArch-1.7.1/command.h
â â +-rw-rw-r-- 0 root (0) root (0) 24334 2018-02-19 12:43:32.000000 RetroArch-1.7.1/config.def.h
â â +-rw-rw-r-- 0 root (0) root (0) 26283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/config.def.keybinds.h
â â +-rw-rw-r-- 0 root (0) root (0) 6629 2018-02-19 12:43:32.000000 RetroArch-1.7.1/config.features.h
â â +-rw-rw-r-- 0 root (0) root (0) 160830 2018-02-19 12:43:32.000000 RetroArch-1.7.1/configuration.c
â â +-rw-rw-r-- 0 root (0) root (0) 18218 2018-02-19 12:43:32.000000 RetroArch-1.7.1/configuration.h
â â +-rwxrwxr-x 0 root (0) root (0) 134 2018-02-19 12:43:32.000000 RetroArch-1.7.1/configure
â â +-rw-rw-r-- 0 root (0) root (0) 3302 2018-02-19 12:43:32.000000 RetroArch-1.7.1/content.h
â â +-rw-rw-r-- 0 root (0) root (0) 5647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/core.h
â â +-rw-rw-r-- 0 root (0) root (0) 11700 2018-02-19 12:43:32.000000 RetroArch-1.7.1/core_impl.c
â â +-rw-rw-r-- 0 root (0) root (0) 25034 2018-02-19 12:43:32.000000 RetroArch-1.7.1/core_info.c
â â +-rw-rw-r-- 0 root (0) root (0) 3545 2018-02-19 12:43:32.000000 RetroArch-1.7.1/core_info.h
â â +-rw-rw-r-- 0 root (0) root (0) 962 2018-02-19 12:43:32.000000 RetroArch-1.7.1/core_type.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/
â â +-rw-rw-r-- 0 root (0) root (0) 4592 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/dynamic_dummy.c
â â +-rw-rw-r-- 0 root (0) root (0) 9975 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/internal_cores.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/
â â +-rw-rw-r-- 0 root (0) root (0) 4607 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 4961 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/Makefile.common
â â +-rw-rw-r-- 0 root (0) root (0) 64536 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/Makefile.ffmpeg
â â +-rw-rw-r-- 0 root (0) root (0) 46183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/ffmpeg_core.c
â â +-rw-rw-r-- 0 root (0) root (0) 22675 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/ffmpeg_fft.c
â â +-rw-rw-r-- 0 root (0) root (0) 512 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/ffmpeg_fft.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/
â â +-rw-rw-r-- 0 root (0) root (0) 373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/ffmpeg.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 256 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/ffmpeg.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 374 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/ffmpeg_es.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 742 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_fragment_program_blur.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 1168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_fragment_program_complex.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 1479 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_fragment_program_real.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 781 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_fragment_program_resolve.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 547 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_heightmap.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 1316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_heightmap.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 369 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/fft_vertex_program.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 329 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/gl_shaders/shaders_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 31 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/internal_cores.h
â â +-rw-rw-r-- 0 root (0) root (0) 39 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-ffmpeg/link.T
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-imageviewer/
â â +-rw-rw-r-- 0 root (0) root (0) 1063 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-imageviewer/LICENSE
â â +-rw-rw-r-- 0 root (0) root (0) 588 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-imageviewer/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 11601 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-imageviewer/image_core.c
â â +-rw-rw-r-- 0 root (0) root (0) 31 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-imageviewer/internal_cores.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-mpv/
â â +-rw-rw-r-- 0 root (0) root (0) 35147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-mpv/LICENSE
â â +-rw-rw-r-- 0 root (0) root (0) 3782 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-mpv/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-mpv/README.md
â â +-rw-rw-r-- 0 root (0) root (0) 38 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-mpv/link.T
â â +-rw-rw-r-- 0 root (0) root (0) 15633 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-mpv/mpv-libretro.c
â â +-rw-rw-r-- 0 root (0) root (0) 77 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-mpv/version.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/
â â +-rw-rw-r-- 0 root (0) root (0) 3327 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 31 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/internal_cores.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/jni/
â â +-rw-rw-r-- 0 root (0) root (0) 450 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/jni/Android.mk
â â +-rw-rw-r-- 0 root (0) root (0) 15 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/jni/Application.mk
â â +-rw-rw-r-- 0 root (0) root (0) 39 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/link.T
â â +-rw-rw-r-- 0 root (0) root (0) 15994 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/net_retropad_core.c
â â +-rw-rw-r-- 0 root (0) root (0) 12561 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-net-retropad/remotepad.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-video-processor/
â â +-rw-rw-r-- 0 root (0) root (0) 1319 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-video-processor/LICENSE
â â +-rw-rw-r-- 0 root (0) root (0) 3342 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-video-processor/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 343 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-video-processor/README.md
â â +-rw-rw-r-- 0 root (0) root (0) 31 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-video-processor/internal_cores.h
â â +-rw-rw-r-- 0 root (0) root (0) 39 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-video-processor/link.T
â â +-rw-rw-r-- 0 root (0) root (0) 20173 2018-02-19 12:43:32.000000 RetroArch-1.7.1/cores/libretro-video-processor/video_processor_v4l2.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/
â â +-rw-rw-r-- 0 root (0) root (0) 172 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/3dsx_custom.specs
â â +-rw-rw-r-- 0 root (0) root (0) 2333 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/3dsx_custom_crt0.s
â â +-rw-rw-r-- 0 root (0) root (0) 891 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/ctr_debug.h
â â +-rw-rw-r-- 0 root (0) root (0) 5523 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/ctr_linear.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/ctr_memory.c
â â +-rw-rw-r-- 0 root (0) root (0) 15291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/ctr_svchax.c
â â +-rw-rw-r-- 0 root (0) root (0) 7217 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/ctr_system.c
â â +-rw-rw-r-- 0 root (0) root (0) 10413 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/gpu_old.c
â â +-rw-rw-r-- 0 root (0) root (0) 8099 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ctr/gpu_old.h
â â +-rw-rw-r-- 0 root (0) root (0) 17680 2018-02-19 12:43:32.000000 RetroArch-1.7.1/database_info.c
â â +-rw-rw-r-- 0 root (0) root (0) 3987 2018-02-19 12:43:32.000000 RetroArch-1.7.1/database_info.h
â â +-rw-rw-r-- 0 root (0) root (0) 2688 2018-02-19 12:43:32.000000 RetroArch-1.7.1/defaults.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/defines/
â â +-rw-rw-r-- 0 root (0) root (0) 2934 2018-02-19 12:43:32.000000 RetroArch-1.7.1/defines/d3d_defines.h
â â +-rw-rw-r-- 0 root (0) root (0) 3087 2018-02-19 12:43:32.000000 RetroArch-1.7.1/defines/gx_defines.h
â â +-rw-rw-r-- 0 root (0) root (0) 22182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/defines/ps3_defines.h
â â +-rw-rw-r-- 0 root (0) root (0) 4457 2018-02-19 12:43:32.000000 RetroArch-1.7.1/defines/psp_defines.h
â â +-rw-rw-r-- 0 root (0) root (0) 819 2018-02-19 12:43:32.000000 RetroArch-1.7.1/defines/xdk_defines.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/
â â +-rw-rw-r-- 0 root (0) root (0) 4878 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7z.h
â â +-rw-rw-r-- 0 root (0) root (0) 555 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zBuf.c
â â +-rw-rw-r-- 0 root (0) root (0) 387 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zBuf.h
â â +-rw-rw-r-- 0 root (0) root (0) 1832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zCrc.c
â â +-rw-rw-r-- 0 root (0) root (0) 662 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zCrc.h
â â +-rw-rw-r-- 0 root (0) root (0) 1197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zCrcOpt.c
â â +-rw-rw-r-- 0 root (0) root (0) 10168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zDec.c
â â +-rw-rw-r-- 0 root (0) root (0) 6834 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zFile.c
â â +-rw-rw-r-- 0 root (0) root (0) 1541 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zFile.h
â â +-rw-rw-r-- 0 root (0) root (0) 37466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zIn.c
â â +-rw-rw-r-- 0 root (0) root (0) 4241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zStream.c
â â +-rw-rw-r-- 0 root (0) root (0) 4015 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zTypes.h
â â +-rw-rw-r-- 0 root (0) root (0) 254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/7zVersion.h
â â +-rw-rw-r-- 0 root (0) root (0) 3671 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/Bcj2.c
â â +-rw-rw-r-- 0 root (0) root (0) 729 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/Bcj2.h
â â +-rw-rw-r-- 0 root (0) root (0) 3532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/Bra.c
â â +-rw-rw-r-- 0 root (0) root (0) 1854 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/Bra.h
â â +-rw-rw-r-- 0 root (0) root (0) 2474 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/Bra86.c
â â +-rw-rw-r-- 0 root (0) root (0) 1588 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/CpuArch.h
â â +-rw-rw-r-- 0 root (0) root (0) 20040 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/LzFind.c
â â +-rw-rw-r-- 0 root (0) root (0) 3479 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/LzFind.h
â â +-rw-rw-r-- 0 root (0) root (0) 1696 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/LzHash.h
â â +-rw-rw-r-- 0 root (0) root (0) 10612 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/Lzma2Dec.c
â â +-rw-rw-r-- 0 root (0) root (0) 2260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/Lzma2Dec.h
â â +-rw-rw-r-- 0 root (0) root (0) 31069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/LzmaDec.c
â â +-rw-rw-r-- 0 root (0) root (0) 6801 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/LzmaDec.h
â â +-rw-rw-r-- 0 root (0) root (0) 62785 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/LzmaEnc.c
â â +-rw-rw-r-- 0 root (0) root (0) 3147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/7zip/LzmaEnc.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/
â â +-rwxrwxr-x 0 root (0) root (0) 5959 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/.clang-format
â â +-rw-rw-r-- 0 root (0) root (0) 147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/.gitignore
â â +-rw-rw-r-- 0 root (0) root (0) 1207 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/.travis.yml
â â +-rw-rw-r-- 0 root (0) root (0) 5991 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 4127 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/GLSL.std.450.h
â â +-rw-rw-r-- 0 root (0) root (0) 11358 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/LICENSE
â â +-rw-rw-r-- 0 root (0) root (0) 817 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 14223 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/README.md
â â +-rwxrwxr-x 0 root (0) root (0) 1412 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/checkout_glslang_spirv_tools.sh
â â +-rwxrwxr-x 0 root (0) root (0) 184 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/format_all.sh
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/
â â +-rw-rw-r-- 0 root (0) root (0) 1819 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/barrier.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 3434 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/external_interface.h
â â +-rw-rw-r-- 0 root (0) root (0) 1422 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/image.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 13149 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/internal_interface.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 2484 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/sampler.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 2042 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/include/spirv_cross/thread_group.hpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/jni/
â â +-rw-rw-r-- 0 root (0) root (0) 355 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/jni/Android.mk
â â +-rw-rw-r-- 0 root (0) root (0) 45 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/jni/Application.mk
â â +-rw-rw-r-- 0 root (0) root (0) 26915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/main.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/msvc/
â â +-rw-rw-r-- 0 root (0) root (0) 1321 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/msvc/SPIRV-Cross.sln
â â +-rw-rw-r-- 0 root (0) root (0) 7158 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/msvc/SPIRV-Cross.vcxproj
â â +-rw-rw-r-- 0 root (0) root (0) 2416 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/msvc/SPIRV-Cross.vcxproj.filters
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/comp/specialization-constant-workgroup.nofxc.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 582 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/comp/storage-buffer-basic.nofxc.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 381 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 686 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/frag/unreachable.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 55 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 617 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 596 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/access-chains.comp
â â +-rw-rw-r-- 0 root (0) root (0) 349 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/address-buffers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2423 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 599 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3744 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 77 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/builtins.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2974 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 4201 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/rwbuffer-matrix.comp
â â +-rw-rw-r-- 0 root (0) root (0) 845 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 77 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/comp/ssbo-array.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 630 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 473 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/bit-conversions.frag
â â +-rw-rw-r-- 0 root (0) root (0) 558 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/boolean-mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 694 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/builtins.frag
â â +-rw-rw-r-- 0 root (0) root (0) 613 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/bvec-operations.frag
â â +-rw-rw-r-- 0 root (0) root (0) 640 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/combined-texture-sampler-parameter.frag
â â +-rw-rw-r-- 0 root (0) root (0) 492 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/combined-texture-sampler-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 777 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/constant-buffer-array.sm51.frag
â â +-rw-rw-r-- 0 root (0) root (0) 831 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 75 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/early-fragment-test.frag
â â +-rw-rw-r-- 0 root (0) root (0) 915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/fp16-packing.frag
â â +-rw-rw-r-- 0 root (0) root (0) 630 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/image-query-selective.frag
â â +-rw-rw-r-- 0 root (0) root (0) 55 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/image-query.frag
â â +-rw-rw-r-- 0 root (0) root (0) 446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/io-block.frag
â â +-rw-rw-r-- 0 root (0) root (0) 441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/matrix-input.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1243 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/mod.frag
â â +-rw-rw-r-- 0 root (0) root (0) 552 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/mrt.frag
â â +-rw-rw-r-- 0 root (0) root (0) 55 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/no-return.frag
â â +-rw-rw-r-- 0 root (0) root (0) 202 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/no-return2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 96 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/partial-write-preserve.frag
â â +-rw-rw-r-- 0 root (0) root (0) 643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/query-lod.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 846 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/resources.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/sample-cmp-level-zero.frag
â â +-rw-rw-r-- 0 root (0) root (0) 912 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/sampler-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 590 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/spec-constant.frag
â â +-rw-rw-r-- 0 root (0) root (0) 862 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/swizzle-scalar.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4617 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/tex-sampling.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2021 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/texture-proj-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 604 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/texture-size-combined-image-sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 513 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/unary-enclose.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3204 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/unorm-snorm-packing.frag
â â +-rw-rw-r-- 0 root (0) root (0) 602 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/various-glsl-ops.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 737 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/basic.vert
â â +-rw-rw-r-- 0 root (0) root (0) 647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/instancing.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1711 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/locations.vert
â â +-rw-rw-r-- 0 root (0) root (0) 703 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/matrix-attribute.vert
â â +-rw-rw-r-- 0 root (0) root (0) 519 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/matrix-output.vert
â â +-rw-rw-r-- 0 root (0) root (0) 301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/no-input.vert
â â +-rw-rw-r-- 0 root (0) root (0) 354 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/point-size-compat.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/qualifiers.vert
â â +-rw-rw-r-- 0 root (0) root (0) 511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/sampler-buffers.vert
â â +-rw-rw-r-- 0 root (0) root (0) 684 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/struct-composite-decl.vert
â â +-rw-rw-r-- 0 root (0) root (0) 398 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-hlsl/vert/texture_buffer.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 522 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/bitcast_iadd.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 567 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/bitcast_sar.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 559 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/bitcast_sdiv.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/bitcast_slr.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 522 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/multiple-entry.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 405 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/quantize.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 467 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 616 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/comp/storage-buffer-basic.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/default-member-names.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 9049 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/inliner-dominator-inside-loop.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 268 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/op-constant-null.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/phi-loop-variable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 609 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/undef-variable-store.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 568 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/unreachable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 9601 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 97 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/asm/vert/empty-struct-composite.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 2121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/bake_gradient.comp
â â +-rw-rw-r-- 0 root (0) root (0) 614 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/basic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1087 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 382 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/builtins.comp
â â +-rw-rw-r-- 0 root (0) root (0) 97 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/cfg-preserve-parameter.comp
â â +-rw-rw-r-- 0 root (0) root (0) 193 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/coherent-block.comp
â â +-rw-rw-r-- 0 root (0) root (0) 245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/coherent-image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 734 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/culling.comp
â â +-rw-rw-r-- 0 root (0) root (0) 452 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/defer-parens.comp
â â +-rw-rw-r-- 0 root (0) root (0) 667 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/dowhile.comp
â â +-rw-rw-r-- 0 root (0) root (0) 145 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/functions.comp
â â +-rw-rw-r-- 0 root (0) root (0) 649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp
â â +-rw-rw-r-- 0 root (0) root (0) 649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/global-invocation-id.comp
â â +-rw-rw-r-- 0 root (0) root (0) 420 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 514 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/insert.comp
â â +-rw-rw-r-- 0 root (0) root (0) 653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/local-invocation-id.comp
â â +-rw-rw-r-- 0 root (0) root (0) 654 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/local-invocation-index.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1783 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/loop.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 326 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/mat3.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1008 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/mod.comp
â â +-rw-rw-r-- 0 root (0) root (0) 428 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/modf.comp
â â +-rw-rw-r-- 0 root (0) root (0) 437 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/read-write-only.comp
â â +-rw-rw-r-- 0 root (0) root (0) 668 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/return.comp
â â +-rw-rw-r-- 0 root (0) root (0) 394 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/rmw-opt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 767 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/shared-array-of-arrays.comp
â â +-rw-rw-r-- 0 root (0) root (0) 669 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 455 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/struct-layout.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/struct-packing.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/torture-loop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 537 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/type-alias.comp
â â +-rw-rw-r-- 0 root (0) root (0) 381 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/udiv.comp
â â +-rw-rw-r-- 0 root (0) root (0) 539 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/writable-ssbo.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 479 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/frag/image-ms.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/frag/query-levels.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/vert/basic.desktop.sso.vert
â â +-rw-rw-r-- 0 root (0) root (0) 453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/
â â +-rw-rw-r-- 0 root (0) root (0) 502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/basic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 413 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/multiindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 577 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/push-constant.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 469 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 786 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/struct.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1000 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/swizzle.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 541 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/flatten/types.flatten.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 850 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/bitcasting.frag
â â +-rw-rw-r-- 0 root (0) root (0) 430 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/builtins.frag
â â +-rw-rw-r-- 0 root (0) root (0) 487 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/composite-extract-forced-temporary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 707 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/constant-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 522 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/false-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 271 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/flush_params.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/for-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 399 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/in_block.frag
â â +-rw-rw-r-- 0 root (0) root (0) 405 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/in_block_assign.noopt.frag
â â +-rw-rw-r-- 0 root (0) root (0) 935 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 625 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/pls.frag
â â +-rw-rw-r-- 0 root (0) root (0) 502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/sampler-ms.frag
â â +-rw-rw-r-- 0 root (0) root (0) 453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 331 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/separate-image-sampler-argument.frag
â â +-rw-rw-r-- 0 root (0) root (0) 874 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1086 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/texture-proj-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/ubo_layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 312 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/frag/unary-enclose.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/legacy/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/legacy/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 611 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/legacy/vert/transpose.legacy.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/basic.vert
â â +-rw-rw-r-- 0 root (0) root (0) 872 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/copy.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 866 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/dynamic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 4446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/functions.vert
â â +-rw-rw-r-- 0 root (0) root (0) 651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/out_block.vert
â â +-rw-rw-r-- 0 root (0) root (0) 592 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/pointsize.vert
â â +-rw-rw-r-- 0 root (0) root (0) 356 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/texture_buffer.vert
â â +-rw-rw-r-- 0 root (0) root (0) 738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/ubo.alignment.vert
â â +-rw-rw-r-- 0 root (0) root (0) 500 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vert/ubo.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/frag/push-constant.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/frag/spec-constant.vk.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/
â â +-rw-rw-r-- 0 root (0) root (0) 209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag
â â +-rw-rw-r-- 0 root (0) root (0) 249 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 376 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/fs.invalid.frag
â â +-rw-rw-r-- 0 root (0) root (0) 142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/gcn_shader.comp
â â +-rw-rw-r-- 0 root (0) root (0) 606 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/shader_ballot.comp
â â +-rw-rw-r-- 0 root (0) root (0) 320 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/shader_ballot_nonuniform_invocations.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 97 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/shader_group_vote.comp
â â +-rw-rw-r-- 0 root (0) root (0) 97 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/amd/shader_trinary_minmax.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_iadd.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 779 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_iequal.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 589 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_sar.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 581 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_sdiv.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 589 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/bitcast_slr.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 99 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/logical.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/multiple-entry.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 496 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/name-alias.asm.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/quantize.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 179 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/specialization-constant-workgroup.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 312 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/comp/storage-buffer-basic.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 233 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 370 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/default-member-names.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 401 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 458 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 8563 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/inliner-dominator-inside-loop.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 174 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/invalidation.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1055 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/loop-header-to-continue.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/multi-for-loop-init.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 184 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/op-constant-null.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 83 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/phi-loop-variable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 299 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 391 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/temporary-phi-hoisting.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 436 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/undef-variable-store.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/unreachable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 9520 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/vector-shuffle-oom.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 1830 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/tesc/tess-fixed-input-array-builtin-array.asm.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 180 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/vert/empty-io.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 31 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/vert/empty-struct-composite.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 270 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/asm/vert/global-builtin.sso.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 1889 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1448 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/bake_gradient.comp
â â +-rw-rw-r-- 0 root (0) root (0) 578 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 543 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/basic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 491 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 388 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/casts.comp
â â +-rw-rw-r-- 0 root (0) root (0) 99 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/cfg-preserve-parameter.comp
â â +-rw-rw-r-- 0 root (0) root (0) 826 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/cfg.comp
â â +-rw-rw-r-- 0 root (0) root (0) 221 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/coherent-block.comp
â â +-rw-rw-r-- 0 root (0) root (0) 327 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/coherent-image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 548 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/composite-construct.comp
â â +-rw-rw-r-- 0 root (0) root (0) 493 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/culling.comp
â â +-rw-rw-r-- 0 root (0) root (0) 438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/defer-parens.comp
â â +-rw-rw-r-- 0 root (0) root (0) 622 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/dowhile.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1619 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/generate_height.comp
â â +-rw-rw-r-- 0 root (0) root (0) 378 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/inout-struct.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 444 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/insert.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1734 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/loop.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 267 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/mat3.comp
â â +-rw-rw-r-- 0 root (0) root (0) 729 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/mod.comp
â â +-rw-rw-r-- 0 root (0) root (0) 383 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/modf.comp
â â +-rw-rw-r-- 0 root (0) root (0) 463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/read-write-only.comp
â â +-rw-rw-r-- 0 root (0) root (0) 601 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/return.comp
â â +-rw-rw-r-- 0 root (0) root (0) 398 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/rmw-opt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 256 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/ssbo-array.comp
â â +-rw-rw-r-- 0 root (0) root (0) 414 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/struct-layout.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2419 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/struct-packing.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/torture-loop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/type-alias.comp
â â +-rw-rw-r-- 0 root (0) root (0) 325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/comp/udiv.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 727 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/enhanced-layouts.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1212 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/fp64.desktop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 96 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1106 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/comp/int64.desktop.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 334 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/image-ms.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/image-query.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/in-block-qualifiers.frag
â â +-rw-rw-r-- 0 root (0) root (0) 181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/query-levels.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 221 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/query-lod.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/sampler-ms-query.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 835 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/geom/
â â +-rw-rw-r-- 0 root (0) root (0) 704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/geom/basic.desktop.sso.geom
â â +-rw-rw-r-- 0 root (0) root (0) 125 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/geom/viewport-index.desktop.geom
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/tesc/basic.desktop.sso.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/tese/
â â +-rw-rw-r-- 0 root (0) root (0) 343 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/tese/triangle.desktop.sso.tese
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 305 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/vert/basic.desktop.sso.vert
â â +-rw-rw-r-- 0 root (0) root (0) 181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/vert/clip-cull-distance.desktop.vert
â â +-rw-rw-r-- 0 root (0) root (0) 439 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/desktop-only/vert/out-block-qualifiers.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/
â â +-rw-rw-r-- 0 root (0) root (0) 221 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/array.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/basic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 689 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/copy.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 575 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/dynamic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 460 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/matrixindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 818 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/multi-dimensional.desktop.flatten_dim.frag
â â +-rw-rw-r-- 0 root (0) root (0) 151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/multiindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/push-constant.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 214 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/struct.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/struct.rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 518 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/swizzle.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 313 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/flatten/types.flatten.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 293 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 318 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/composite-extract-forced-temporary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 615 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/constant-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 425 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 265 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/eliminate-dead-variables.frag
â â +-rw-rw-r-- 0 root (0) root (0) 441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/false-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/flush_params.frag
â â +-rw-rw-r-- 0 root (0) root (0) 915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/for-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 578 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/frexp-modf.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1239 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/ground.frag
â â +-rw-rw-r-- 0 root (0) root (0) 556 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/image-load-store-uint-coord.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 461 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/partial-write-preserve.frag
â â +-rw-rw-r-- 0 root (0) root (0) 497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/pls.frag
â â +-rw-rw-r-- 0 root (0) root (0) 291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sample-parameter.frag
â â +-rw-rw-r-- 0 root (0) root (0) 480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sampler-ms-query.frag
â â +-rw-rw-r-- 0 root (0) root (0) 364 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sampler-ms.frag
â â +-rw-rw-r-- 0 root (0) root (0) 301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sampler-proj.frag
â â +-rw-rw-r-- 0 root (0) root (0) 293 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 630 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 264 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/temporary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/ubo_layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/frag/unary-enclose.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/
â â +-rw-rw-r-- 0 root (0) root (0) 654 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/basic.geom
â â +-rw-rw-r-- 0 root (0) root (0) 534 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/lines-adjacency.geom
â â +-rw-rw-r-- 0 root (0) root (0) 437 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/lines.geom
â â +-rw-rw-r-- 0 root (0) root (0) 521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/points.geom
â â +-rw-rw-r-- 0 root (0) root (0) 532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/single-invocation.geom
â â +-rw-rw-r-- 0 root (0) root (0) 542 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/triangles-adjacency.geom
â â +-rw-rw-r-- 0 root (0) root (0) 532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/geom/triangles.geom
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/fragment/
â â +-rw-rw-r-- 0 root (0) root (0) 266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/fragment/explicit-lod.legacy.frag
â â +-rw-rw-r-- 0 root (0) root (0) 183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/fragment/io-blocks.legacy.frag
â â +-rw-rw-r-- 0 root (0) root (0) 345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/fragment/struct-varying.legacy.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 159 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/implicit-lod.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 193 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/io-block.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 469 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/struct-varying.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 339 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/legacy/vert/transpose.legacy.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tesc/basic.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 4474 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tesc/water_tess.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/
â â +-rw-rw-r-- 0 root (0) root (0) 163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/ccw.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/cw.tese
â â +-rw-rw-r-- 0 root (0) root (0) 152 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/equal.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/fractional_even.tese
â â +-rw-rw-r-- 0 root (0) root (0) 161 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/fractional_odd.tese
â â +-rw-rw-r-- 0 root (0) root (0) 169 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/line.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/triangle.tese
â â +-rw-rw-r-- 0 root (0) root (0) 1341 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/tese/water_tess.tese
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/basic.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2612 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/ground.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3212 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/ocean.vert
â â +-rw-rw-r-- 0 root (0) root (0) 271 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/texture_buffer.vert
â â +-rw-rw-r-- 0 root (0) root (0) 274 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vert/ubo.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 401 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 458 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 1013 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/desktop-mediump.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/desktop-mediump.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 356 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/input-attachment-ms.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/input-attachment-ms.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 354 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/input-attachment.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 382 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/input-attachment.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 303 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/push-constant.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/push-constant.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 975 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/separate-sampler-texture.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1000 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/separate-sampler-texture.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 321 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/spec-constant.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 490 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/frag/spec-constant.vk.frag.vk
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 234 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/multiview.nocompat.vk.vert
â â +-rw-rw-r-- 0 root (0) root (0) 241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/multiview.nocompat.vk.vert.vk
â â +-rw-rw-r-- 0 root (0) root (0) 183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/vulkan-vertex.vk.vert
â â +-rw-rw-r-- 0 root (0) root (0) 121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/opt/shaders/vulkan/vert/vulkan-vertex.vk.vert.vk
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/comp/specialization-constant-workgroup.nofxc.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 620 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/comp/storage-buffer-basic.nofxc.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 439 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 708 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/frag/unreachable.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 55 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 617 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 596 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/access-chains.comp
â â +-rw-rw-r-- 0 root (0) root (0) 349 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/address-buffers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2423 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3744 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 991 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/builtins.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3157 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 5790 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/rwbuffer-matrix.comp
â â +-rw-rw-r-- 0 root (0) root (0) 876 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 120 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/comp/ssbo-array.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 630 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 488 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/bit-conversions.frag
â â +-rw-rw-r-- 0 root (0) root (0) 558 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/boolean-mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 694 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/builtins.frag
â â +-rw-rw-r-- 0 root (0) root (0) 667 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/bvec-operations.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/combined-texture-sampler-parameter.frag
â â +-rw-rw-r-- 0 root (0) root (0) 804 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/combined-texture-sampler-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 777 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/constant-buffer-array.sm51.frag
â â +-rw-rw-r-- 0 root (0) root (0) 831 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 75 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/early-fragment-test.frag
â â +-rw-rw-r-- 0 root (0) root (0) 915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/fp16-packing.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4669 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/image-query-selective.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4215 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/image-query.frag
â â +-rw-rw-r-- 0 root (0) root (0) 446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/io-block.frag
â â +-rw-rw-r-- 0 root (0) root (0) 441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/matrix-input.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1322 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/mod.frag
â â +-rw-rw-r-- 0 root (0) root (0) 552 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/mrt.frag
â â +-rw-rw-r-- 0 root (0) root (0) 55 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/no-return.frag
â â +-rw-rw-r-- 0 root (0) root (0) 225 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/no-return2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1040 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/partial-write-preserve.frag
â â +-rw-rw-r-- 0 root (0) root (0) 643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/query-lod.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 904 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/resources.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2399 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/sample-cmp-level-zero.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1218 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/sampler-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1697 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/spec-constant.frag
â â +-rw-rw-r-- 0 root (0) root (0) 862 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/swizzle-scalar.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4984 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/tex-sampling.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2021 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/texture-proj-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 604 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/texture-size-combined-image-sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/unary-enclose.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3204 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/unorm-snorm-packing.frag
â â +-rw-rw-r-- 0 root (0) root (0) 640 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/frag/various-glsl-ops.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 737 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/basic.vert
â â +-rw-rw-r-- 0 root (0) root (0) 647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/instancing.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1657 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/locations.vert
â â +-rw-rw-r-- 0 root (0) root (0) 703 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/matrix-attribute.vert
â â +-rw-rw-r-- 0 root (0) root (0) 519 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/matrix-output.vert
â â +-rw-rw-r-- 0 root (0) root (0) 301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/no-input.vert
â â +-rw-rw-r-- 0 root (0) root (0) 354 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/point-size-compat.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/qualifiers.vert
â â +-rw-rw-r-- 0 root (0) root (0) 643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/sampler-buffers.vert
â â +-rw-rw-r-- 0 root (0) root (0) 758 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/struct-composite-decl.vert
â â +-rw-rw-r-- 0 root (0) root (0) 398 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-hlsl/vert/texture_buffer.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl-no-opt/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl-no-opt/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 6188 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl-no-opt/vert/functions_nested.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 522 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/bitcast_iadd.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 567 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/bitcast_sar.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 559 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/bitcast_sdiv.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/bitcast_slr.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 522 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/multiple-entry.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 405 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/quantize.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 467 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 650 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/comp/storage-buffer-basic.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 510 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/default-member-names.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 9049 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/inliner-dominator-inside-loop.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 468 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/op-constant-null.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/phi-loop-variable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 623 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/undef-variable-store.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 590 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/unreachable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 9601 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 97 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/asm/vert/empty-struct-composite.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 2121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/bake_gradient.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1136 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 768 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/basic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1087 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 706 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/builtins.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/cfg-preserve-parameter.comp
â â +-rw-rw-r-- 0 root (0) root (0) 193 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/coherent-block.comp
â â +-rw-rw-r-- 0 root (0) root (0) 245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/coherent-image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/culling.comp
â â +-rw-rw-r-- 0 root (0) root (0) 460 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/defer-parens.comp
â â +-rw-rw-r-- 0 root (0) root (0) 525 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/dowhile.comp
â â +-rw-rw-r-- 0 root (0) root (0) 266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/functions.comp
â â +-rw-rw-r-- 0 root (0) root (0) 780 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp
â â +-rw-rw-r-- 0 root (0) root (0) 649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/global-invocation-id.comp
â â +-rw-rw-r-- 0 root (0) root (0) 438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/insert.comp
â â +-rw-rw-r-- 0 root (0) root (0) 653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/local-invocation-id.comp
â â +-rw-rw-r-- 0 root (0) root (0) 654 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/local-invocation-index.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1783 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/loop.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 350 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/mat3.comp
â â +-rw-rw-r-- 0 root (0) root (0) 943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/mod.comp
â â +-rw-rw-r-- 0 root (0) root (0) 452 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/modf.comp
â â +-rw-rw-r-- 0 root (0) root (0) 437 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/read-write-only.comp
â â +-rw-rw-r-- 0 root (0) root (0) 642 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/return.comp
â â +-rw-rw-r-- 0 root (0) root (0) 421 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/rmw-opt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1137 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/shared-array-of-arrays.comp
â â +-rw-rw-r-- 0 root (0) root (0) 700 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/struct-layout.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/struct-packing.comp
â â +-rw-rw-r-- 0 root (0) root (0) 890 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/torture-loop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/type-alias.comp
â â +-rw-rw-r-- 0 root (0) root (0) 381 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/udiv.comp
â â +-rw-rw-r-- 0 root (0) root (0) 539 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/comp/writable-ssbo.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 515 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/frag/image-ms.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/frag/query-levels.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/vert/basic.desktop.sso.vert
â â +-rw-rw-r-- 0 root (0) root (0) 453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/
â â +-rw-rw-r-- 0 root (0) root (0) 502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/basic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 413 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/multiindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 577 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/push-constant.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 847 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 780 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/struct.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1000 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/swizzle.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 541 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/flatten/types.flatten.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1014 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/bitcasting.frag
â â +-rw-rw-r-- 0 root (0) root (0) 430 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/builtins.frag
â â +-rw-rw-r-- 0 root (0) root (0) 459 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/composite-extract-forced-temporary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 869 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/constant-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 522 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 531 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/false-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 492 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/flush_params.frag
â â +-rw-rw-r-- 0 root (0) root (0) 943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/for-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 399 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/in_block.frag
â â +-rw-rw-r-- 0 root (0) root (0) 405 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/in_block_assign.noopt.frag
â â +-rw-rw-r-- 0 root (0) root (0) 869 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 625 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/pls.frag
â â +-rw-rw-r-- 0 root (0) root (0) 512 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/sampler-ms.frag
â â +-rw-rw-r-- 0 root (0) root (0) 701 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 485 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/separate-image-sampler-argument.frag
â â +-rw-rw-r-- 0 root (0) root (0) 874 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1086 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/texture-proj-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/ubo_layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/frag/unary-enclose.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/legacy/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/legacy/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 683 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/legacy/vert/transpose.legacy.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/basic.vert
â â +-rw-rw-r-- 0 root (0) root (0) 990 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/copy.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 848 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/dynamic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 4446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/functions.vert
â â +-rw-rw-r-- 0 root (0) root (0) 651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/out_block.vert
â â +-rw-rw-r-- 0 root (0) root (0) 592 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/pointsize.vert
â â +-rw-rw-r-- 0 root (0) root (0) 356 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/texture_buffer.vert
â â +-rw-rw-r-- 0 root (0) root (0) 738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/ubo.alignment.vert
â â +-rw-rw-r-- 0 root (0) root (0) 500 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vert/ubo.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/frag/push-constant.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2105 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/frag/spec-constant.vk.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/
â â +-rw-rw-r-- 0 root (0) root (0) 209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag
â â +-rw-rw-r-- 0 root (0) root (0) 249 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 376 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/fs.invalid.frag
â â +-rw-rw-r-- 0 root (0) root (0) 316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/gcn_shader.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1083 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/shader_ballot.comp
â â +-rw-rw-r-- 0 root (0) root (0) 320 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/shader_ballot_nonuniform_invocations.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 517 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/shader_group_vote.comp
â â +-rw-rw-r-- 0 root (0) root (0) 234 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/amd/shader_trinary_minmax.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_iadd.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 779 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_iequal.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 589 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_sar.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 581 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_sdiv.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 589 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/bitcast_slr.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1082 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/logical.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/multiple-entry.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 496 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/name-alias.asm.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/quantize.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 179 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/specialization-constant-workgroup.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 343 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/comp/storage-buffer-basic.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 282 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/default-member-names.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 406 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 839 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 8563 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/inliner-dominator-inside-loop.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/invalidation.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1324 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1055 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/loop-header-to-continue.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/multi-for-loop-init.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/op-constant-null.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 83 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/phi-loop-variable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 350 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 299 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 391 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/temporary-phi-hoisting.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 448 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/undef-variable-store.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 393 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/unreachable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 9520 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/frag/vector-shuffle-oom.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 1764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/tesc/tess-fixed-input-array-builtin-array.asm.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 382 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/vert/empty-io.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 31 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/vert/empty-struct-composite.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 415 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/asm/vert/global-builtin.sso.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 1889 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1844 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/bake_gradient.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/basic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 491 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 394 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/casts.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1113 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/cfg-preserve-parameter.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/cfg.comp
â â +-rw-rw-r-- 0 root (0) root (0) 221 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/coherent-block.comp
â â +-rw-rw-r-- 0 root (0) root (0) 327 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/coherent-image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 952 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/composite-construct.comp
â â +-rw-rw-r-- 0 root (0) root (0) 523 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/culling.comp
â â +-rw-rw-r-- 0 root (0) root (0) 446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/defer-parens.comp
â â +-rw-rw-r-- 0 root (0) root (0) 482 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/dowhile.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1924 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/generate_height.comp
â â +-rw-rw-r-- 0 root (0) root (0) 394 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/inout-struct.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 355 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/insert.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1734 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/loop.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/mat3.comp
â â +-rw-rw-r-- 0 root (0) root (0) 663 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/mod.comp
â â +-rw-rw-r-- 0 root (0) root (0) 405 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/modf.comp
â â +-rw-rw-r-- 0 root (0) root (0) 463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/read-write-only.comp
â â +-rw-rw-r-- 0 root (0) root (0) 589 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/return.comp
â â +-rw-rw-r-- 0 root (0) root (0) 425 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/rmw-opt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 528 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 262 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/ssbo-array.comp
â â +-rw-rw-r-- 0 root (0) root (0) 402 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/struct-layout.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2419 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/struct-packing.comp
â â +-rw-rw-r-- 0 root (0) root (0) 843 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/torture-loop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 678 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/type-alias.comp
â â +-rw-rw-r-- 0 root (0) root (0) 325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/comp/udiv.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 727 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/enhanced-layouts.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1817 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/fp64.desktop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2963 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1106 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/comp/int64.desktop.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 332 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 346 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/image-ms.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/image-query.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/in-block-qualifiers.frag
â â +-rw-rw-r-- 0 root (0) root (0) 181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/query-levels.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 221 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/query-lod.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/sampler-ms-query.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 835 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/geom/
â â +-rw-rw-r-- 0 root (0) root (0) 704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/geom/basic.desktop.sso.geom
â â +-rw-rw-r-- 0 root (0) root (0) 125 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/geom/viewport-index.desktop.geom
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/tesc/basic.desktop.sso.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/tese/
â â +-rw-rw-r-- 0 root (0) root (0) 343 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/tese/triangle.desktop.sso.tese
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 305 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/vert/basic.desktop.sso.vert
â â +-rw-rw-r-- 0 root (0) root (0) 181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/vert/clip-cull-distance.desktop.vert
â â +-rw-rw-r-- 0 root (0) root (0) 439 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/desktop-only/vert/out-block-qualifiers.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/
â â +-rw-rw-r-- 0 root (0) root (0) 268 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/array.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/basic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 841 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/copy.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/dynamic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 460 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/matrixindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 641 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/multi-dimensional.desktop.flatten_dim.frag
â â +-rw-rw-r-- 0 root (0) root (0) 151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/multiindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/push-constant.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 474 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/struct.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 642 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/struct.rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 518 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/swizzle.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 313 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/flatten/types.flatten.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 293 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 292 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/composite-extract-forced-temporary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 715 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/constant-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 425 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 407 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/false-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/flush_params.frag
â â +-rw-rw-r-- 0 root (0) root (0) 887 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/for-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 795 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/frexp-modf.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2023 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/ground.frag
â â +-rw-rw-r-- 0 root (0) root (0) 654 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/image-load-store-uint-coord.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 488 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1575 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/partial-write-preserve.frag
â â +-rw-rw-r-- 0 root (0) root (0) 497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/pls.frag
â â +-rw-rw-r-- 0 root (0) root (0) 291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/sample-parameter.frag
â â +-rw-rw-r-- 0 root (0) root (0) 374 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/sampler-ms.frag
â â +-rw-rw-r-- 0 root (0) root (0) 301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/sampler-proj.frag
â â +-rw-rw-r-- 0 root (0) root (0) 416 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 630 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/ubo_layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 297 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/frag/unary-enclose.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/
â â +-rw-rw-r-- 0 root (0) root (0) 654 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/basic.geom
â â +-rw-rw-r-- 0 root (0) root (0) 534 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/lines-adjacency.geom
â â +-rw-rw-r-- 0 root (0) root (0) 437 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/lines.geom
â â +-rw-rw-r-- 0 root (0) root (0) 521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/points.geom
â â +-rw-rw-r-- 0 root (0) root (0) 532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/single-invocation.geom
â â +-rw-rw-r-- 0 root (0) root (0) 542 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/triangles-adjacency.geom
â â +-rw-rw-r-- 0 root (0) root (0) 532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/geom/triangles.geom
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/fragment/
â â +-rw-rw-r-- 0 root (0) root (0) 266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/fragment/explicit-lod.legacy.frag
â â +-rw-rw-r-- 0 root (0) root (0) 183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/fragment/io-blocks.legacy.frag
â â +-rw-rw-r-- 0 root (0) root (0) 393 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/fragment/struct-varying.legacy.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 159 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/implicit-lod.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 193 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/io-block.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 483 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/struct-varying.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/legacy/vert/transpose.legacy.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tesc/basic.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 3746 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tesc/water_tess.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/
â â +-rw-rw-r-- 0 root (0) root (0) 163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/ccw.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/cw.tese
â â +-rw-rw-r-- 0 root (0) root (0) 152 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/equal.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/fractional_even.tese
â â +-rw-rw-r-- 0 root (0) root (0) 161 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/fractional_odd.tese
â â +-rw-rw-r-- 0 root (0) root (0) 169 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/line.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/triangle.tese
â â +-rw-rw-r-- 0 root (0) root (0) 1943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/tese/water_tess.tese
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/basic.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3278 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/ground.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3800 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/ocean.vert
â â +-rw-rw-r-- 0 root (0) root (0) 271 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/texture_buffer.vert
â â +-rw-rw-r-- 0 root (0) root (0) 274 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vert/ubo.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 828 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 776 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 1809 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/combined-texture-sampler.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/combined-texture-sampler.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/desktop-mediump.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/desktop-mediump.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 356 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/input-attachment-ms.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/input-attachment-ms.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 354 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/input-attachment.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 382 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/input-attachment.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 312 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/push-constant.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 303 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/push-constant.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/push-constant.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 1422 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/separate-sampler-texture.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1369 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/separate-sampler-texture.vk.frag.vk
â â +-rw-rw-r-- 0 root (0) root (0) 1494 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/spec-constant.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1780 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/frag/spec-constant.vk.frag.vk
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 234 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/multiview.nocompat.vk.vert
â â +-rw-rw-r-- 0 root (0) root (0) 241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/multiview.nocompat.vk.vert.vk
â â +-rw-rw-r-- 0 root (0) root (0) 187 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/vulkan-vertex.vert
â â +-rw-rw-r-- 0 root (0) root (0) 125 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/vulkan-vertex.vert.vk
â â +-rw-rw-r-- 0 root (0) root (0) 183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/vulkan-vertex.vk.vert
â â +-rw-rw-r-- 0 root (0) root (0) 121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/reference/shaders/vulkan/vert/vulkan-vertex.vk.vert.vk
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/
â â +-rw-rw-r-- 0 root (0) root (0) 610 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 547 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/atomics.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2798 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/atomics.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 369 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/multiply.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3006 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/multiply.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 811 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2798 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/samples/cpp/shared.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 1789 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/comp/specialization-constant-workgroup.nofxc.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/comp/storage-buffer-basic.nofxc.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 2248 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2270 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/frag/unreachable.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 1240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2354 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 485 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/access-chains.comp
â â +-rw-rw-r-- 0 root (0) root (0) 353 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/address-buffers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1987 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 896 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 834 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 307 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/builtins.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3715 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2014 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/rwbuffer-matrix.comp
â â +-rw-rw-r-- 0 root (0) root (0) 509 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/comp/ssbo-array.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/bit-conversions.frag
â â +-rw-rw-r-- 0 root (0) root (0) 193 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/boolean-mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 194 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/builtins.frag
â â +-rw-rw-r-- 0 root (0) root (0) 337 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/bvec-operations.frag
â â +-rw-rw-r-- 0 root (0) root (0) 601 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/combined-texture-sampler-parameter.frag
â â +-rw-rw-r-- 0 root (0) root (0) 693 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/combined-texture-sampler-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 452 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/constant-buffer-array.sm51.frag
â â +-rw-rw-r-- 0 root (0) root (0) 358 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 64 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/early-fragment-test.frag
â â +-rw-rw-r-- 0 root (0) root (0) 253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/fp16-packing.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1306 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/image-query-selective.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/image-query.frag
â â +-rw-rw-r-- 0 root (0) root (0) 223 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/io-block.frag
â â +-rw-rw-r-- 0 root (0) root (0) 144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/matrix-input.frag
â â +-rw-rw-r-- 0 root (0) root (0) 506 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/mod.frag
â â +-rw-rw-r-- 0 root (0) root (0) 271 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/mrt.frag
â â +-rw-rw-r-- 0 root (0) root (0) 33 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/no-return.frag
â â +-rw-rw-r-- 0 root (0) root (0) 114 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/no-return2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 732 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/partial-write-preserve.frag
â â +-rw-rw-r-- 0 root (0) root (0) 216 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/query-lod.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 603 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/resources.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1041 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/sample-cmp-level-zero.frag
â â +-rw-rw-r-- 0 root (0) root (0) 801 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/sampler-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2426 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/spec-constant.frag
â â +-rw-rw-r-- 0 root (0) root (0) 355 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/swizzle-scalar.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3058 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/tex-sampling.frag
â â +-rw-rw-r-- 0 root (0) root (0) 679 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/texture-proj-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 230 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/texture-size-combined-image-sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 249 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/unary-enclose.frag
â â +-rw-rw-r-- 0 root (0) root (0) 738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/unorm-snorm-packing.frag
â â +-rw-rw-r-- 0 root (0) root (0) 493 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/frag/various-glsl-ops.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 261 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/basic.vert
â â +-rw-rw-r-- 0 root (0) root (0) 96 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/instancing.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1130 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/locations.vert
â â +-rw-rw-r-- 0 root (0) root (0) 135 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/matrix-attribute.vert
â â +-rw-rw-r-- 0 root (0) root (0) 106 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/matrix-output.vert
â â +-rw-rw-r-- 0 root (0) root (0) 59 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/no-input.vert
â â +-rw-rw-r-- 0 root (0) root (0) 82 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/point-size-compat.vert
â â +-rw-rw-r-- 0 root (0) root (0) 569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/qualifiers.vert
â â +-rw-rw-r-- 0 root (0) root (0) 474 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/sampler-buffers.vert
â â +-rw-rw-r-- 0 root (0) root (0) 326 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/struct-composite-decl.vert
â â +-rw-rw-r-- 0 root (0) root (0) 211 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-hlsl/vert/texture_buffer.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl-no-opt/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl-no-opt/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 3542 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl-no-opt/vert/functions_nested.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 3161 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/bitcast_iadd.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/bitcast_sar.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3092 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/bitcast_sdiv.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/bitcast_slr.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3801 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/multiple-entry.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2406 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/quantize.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1789 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2570 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/comp/storage-buffer-basic.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 2397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/default-member-names.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 33164 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/inliner-dominator-inside-loop.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3437 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/op-constant-null.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2493 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/phi-loop-variable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/undef-variable-store.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2270 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/unreachable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 46219 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 1240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/asm/vert/empty-struct-composite.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 789 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 926 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 470 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/basic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 465 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 350 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/builtins.comp
â â +-rw-rw-r-- 0 root (0) root (0) 813 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/cfg-preserve-parameter.comp
â â +-rw-rw-r-- 0 root (0) root (0) 163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/coherent-block.comp
â â +-rw-rw-r-- 0 root (0) root (0) 269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/coherent-image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 427 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/culling.comp
â â +-rw-rw-r-- 0 root (0) root (0) 565 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/defer-parens.comp
â â +-rw-rw-r-- 0 root (0) root (0) 427 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/dowhile.comp
â â +-rw-rw-r-- 0 root (0) root (0) 94 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/functions.comp
â â +-rw-rw-r-- 0 root (0) root (0) 294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp
â â +-rw-rw-r-- 0 root (0) root (0) 258 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/global-invocation-id.comp
â â +-rw-rw-r-- 0 root (0) root (0) 358 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 306 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/insert.comp
â â +-rw-rw-r-- 0 root (0) root (0) 256 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/local-invocation-id.comp
â â +-rw-rw-r-- 0 root (0) root (0) 262 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/local-invocation-index.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1424 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/loop.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 247 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/mat3.comp
â â +-rw-rw-r-- 0 root (0) root (0) 585 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/mod.comp
â â +-rw-rw-r-- 0 root (0) root (0) 411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/modf.comp
â â +-rw-rw-r-- 0 root (0) root (0) 382 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/read-write-only.comp
â â +-rw-rw-r-- 0 root (0) root (0) 485 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/return.comp
â â +-rw-rw-r-- 0 root (0) root (0) 296 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/rmw-opt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 529 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/shared-array-of-arrays.comp
â â +-rw-rw-r-- 0 root (0) root (0) 509 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 346 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/struct-layout.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1003 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/struct-packing.comp
â â +-rw-rw-r-- 0 root (0) root (0) 640 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/torture-loop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 537 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/type-alias.comp
â â +-rw-rw-r-- 0 root (0) root (0) 272 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/udiv.comp
â â +-rw-rw-r-- 0 root (0) root (0) 205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/comp/writable-ssbo.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 377 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/frag/image-ms.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/frag/query-levels.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/vert/basic.desktop.sso.vert
â â +-rw-rw-r-- 0 root (0) root (0) 175 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/
â â +-rw-rw-r-- 0 root (0) root (0) 254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/basic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 170 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/multiindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/push-constant.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 287 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 498 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/struct.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1045 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/swizzle.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 374 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/flatten/types.flatten.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 775 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/bitcasting.frag
â â +-rw-rw-r-- 0 root (0) root (0) 194 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/builtins.frag
â â +-rw-rw-r-- 0 root (0) root (0) 254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/composite-extract-forced-temporary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 583 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/constant-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 358 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 278 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/false-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/flush_params.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1010 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/for-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 195 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/in_block.frag
â â +-rw-rw-r-- 0 root (0) root (0) 187 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/in_block_assign.noopt.frag
â â +-rw-rw-r-- 0 root (0) root (0) 461 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 476 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/pls.frag
â â +-rw-rw-r-- 0 root (0) root (0) 370 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/sampler-ms.frag
â â +-rw-rw-r-- 0 root (0) root (0) 348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 359 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/separate-image-sampler-argument.frag
â â +-rw-rw-r-- 0 root (0) root (0) 519 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 579 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/texture-proj-shadow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/ubo_layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 249 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/frag/unary-enclose.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/legacy/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/legacy/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 379 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/legacy/vert/transpose.legacy.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/basic.vert
â â +-rw-rw-r-- 0 root (0) root (0) 591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/copy.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 566 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/dynamic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 612 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/functions.vert
â â +-rw-rw-r-- 0 root (0) root (0) 362 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/out_block.vert
â â +-rw-rw-r-- 0 root (0) root (0) 275 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/pointsize.vert
â â +-rw-rw-r-- 0 root (0) root (0) 269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/texture_buffer.vert
â â +-rw-rw-r-- 0 root (0) root (0) 593 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/ubo.alignment.vert
â â +-rw-rw-r-- 0 root (0) root (0) 265 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vert/ubo.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/frag/push-constant.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/frag/spec-constant.vk.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 119 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/
â â +-rw-rw-r-- 0 root (0) root (0) 239 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag
â â +-rw-rw-r-- 0 root (0) root (0) 375 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/fs.invalid.frag
â â +-rw-rw-r-- 0 root (0) root (0) 283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/gcn_shader.comp
â â +-rw-rw-r-- 0 root (0) root (0) 948 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/shader_ballot.comp
â â +-rw-rw-r-- 0 root (0) root (0) 249 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/shader_ballot_nonuniform_invocations.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 477 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/shader_group_vote.comp
â â +-rw-rw-r-- 0 root (0) root (0) 200 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/amd/shader_trinary_minmax.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 3161 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_iadd.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3767 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_iequal.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_sar.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3092 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_sdiv.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/bitcast_slr.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 8100 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/logical.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3801 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/multiple-entry.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 4814 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/name-alias.asm.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2406 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/quantize.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1789 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/specialization-constant-workgroup.asm.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/comp/storage-buffer-basic.asm.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 2111 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/default-member-names.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2559 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 5217 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 33164 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/inliner-dominator-inside-loop.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1603 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/invalidation.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 8617 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 5742 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/loop-header-to-continue.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4392 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/multi-for-loop-init.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3437 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/op-constant-null.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2493 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/phi-loop-variable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2422 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3031 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/temporary-phi-hoisting.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/undef-variable-store.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2270 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/unreachable.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 46219 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/frag/vector-shuffle-oom.asm.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 12791 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/tesc/tess-fixed-input-array-builtin-array.asm.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 3177 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/vert/empty-io.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/vert/empty-struct-composite.asm.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2931 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/asm/vert/global-builtin.sso.asm.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 1737 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1997 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/bake_gradient.comp
â â +-rw-rw-r-- 0 root (0) root (0) 896 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 470 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/basic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 417 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/bitfield.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/casts.comp
â â +-rw-rw-r-- 0 root (0) root (0) 813 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/cfg-preserve-parameter.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1216 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/cfg.comp
â â +-rw-rw-r-- 0 root (0) root (0) 163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/coherent-block.comp
â â +-rw-rw-r-- 0 root (0) root (0) 269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/coherent-image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 866 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/composite-construct.comp
â â +-rw-rw-r-- 0 root (0) root (0) 427 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/culling.comp
â â +-rw-rw-r-- 0 root (0) root (0) 565 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/defer-parens.comp
â â +-rw-rw-r-- 0 root (0) root (0) 427 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/dowhile.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2344 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/generate_height.comp
â â +-rw-rw-r-- 0 root (0) root (0) 358 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/image.comp
â â +-rw-rw-r-- 0 root (0) root (0) 915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/inout-struct.invalid.comp
â â +-rw-rw-r-- 0 root (0) root (0) 306 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/insert.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1424 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/loop.noopt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 247 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/mat3.comp
â â +-rw-rw-r-- 0 root (0) root (0) 585 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/mod.comp
â â +-rw-rw-r-- 0 root (0) root (0) 411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/modf.comp
â â +-rw-rw-r-- 0 root (0) root (0) 382 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/read-write-only.comp
â â +-rw-rw-r-- 0 root (0) root (0) 485 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/return.comp
â â +-rw-rw-r-- 0 root (0) root (0) 296 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/rmw-opt.comp
â â +-rw-rw-r-- 0 root (0) root (0) 509 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/shared.comp
â â +-rw-rw-r-- 0 root (0) root (0) 226 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/ssbo-array.comp
â â +-rw-rw-r-- 0 root (0) root (0) 346 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/struct-layout.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1285 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/struct-packing.comp
â â +-rw-rw-r-- 0 root (0) root (0) 640 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/torture-loop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 537 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/type-alias.comp
â â +-rw-rw-r-- 0 root (0) root (0) 272 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/comp/udiv.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/
â â +-rw-rw-r-- 0 root (0) root (0) 611 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/enhanced-layouts.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1555 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/fp64.desktop.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2187 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp
â â +-rw-rw-r-- 0 root (0) root (0) 948 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/comp/int64.desktop.comp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 2344 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 333 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/image-ms.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2099 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/image-query.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/in-block-qualifiers.frag
â â +-rw-rw-r-- 0 root (0) root (0) 169 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/query-levels.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 216 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/query-lod.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/sampler-ms-query.desktop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 679 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/geom/
â â +-rw-rw-r-- 0 root (0) root (0) 686 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/geom/basic.desktop.sso.geom
â â +-rw-rw-r-- 0 root (0) root (0) 135 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/geom/viewport-index.desktop.geom
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 526 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/tesc/basic.desktop.sso.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/tese/
â â +-rw-rw-r-- 0 root (0) root (0) 351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/tese/triangle.desktop.sso.tese
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/vert/basic.desktop.sso.vert
â â +-rw-rw-r-- 0 root (0) root (0) 175 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/vert/clip-cull-distance.desktop.vert
â â +-rw-rw-r-- 0 root (0) root (0) 403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/desktop-only/vert/out-block-qualifiers.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/
â â +-rw-rw-r-- 0 root (0) root (0) 379 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/array.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/basic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/copy.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 566 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/dynamic.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 513 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/matrixindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 485 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/multi-dimensional.desktop.flatten_dim.frag
â â +-rw-rw-r-- 0 root (0) root (0) 170 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/multiindex.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/push-constant.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 287 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 498 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/struct.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 381 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/struct.rowmajor.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 959 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/swizzle.flatten.vert
â â +-rw-rw-r-- 0 root (0) root (0) 374 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/flatten/types.flatten.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/basic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/composite-extract-forced-temporary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 583 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/constant-array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 358 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/constant-composites.frag
â â +-rw-rw-r-- 0 root (0) root (0) 278 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/false-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/flush_params.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1010 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/for-loop-init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 394 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/frexp-modf.frag
â â +-rwxrwxr-x 0 root (0) root (0) 5226 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/ground.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4350 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/image-load-store-uint-coord.asm.frag
â â +-rw-rw-r-- 0 root (0) root (0) 461 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/mix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1078 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/partial-write-preserve.frag
â â +-rw-rw-r-- 0 root (0) root (0) 476 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/pls.frag
â â +-rw-rw-r-- 0 root (0) root (0) 248 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/sample-parameter.frag
â â +-rw-rw-r-- 0 root (0) root (0) 370 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/sampler-ms.frag
â â +-rw-rw-r-- 0 root (0) root (0) 221 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/sampler-proj.frag
â â +-rw-rw-r-- 0 root (0) root (0) 348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/sampler.frag
â â +-rw-rw-r-- 0 root (0) root (0) 519 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/ubo_layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 249 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/frag/unary-enclose.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/
â â +-rw-rw-r-- 0 root (0) root (0) 638 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/basic.geom
â â +-rw-rw-r-- 0 root (0) root (0) 536 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/lines-adjacency.geom
â â +-rw-rw-r-- 0 root (0) root (0) 438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/lines.geom
â â +-rw-rw-r-- 0 root (0) root (0) 523 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/points.geom
â â +-rw-rw-r-- 0 root (0) root (0) 534 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/single-invocation.geom
â â +-rw-rw-r-- 0 root (0) root (0) 544 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/triangles-adjacency.geom
â â +-rw-rw-r-- 0 root (0) root (0) 534 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/geom/triangles.geom
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/fragment/
â â +-rw-rw-r-- 0 root (0) root (0) 176 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/fragment/explicit-lod.legacy.frag
â â +-rw-rw-r-- 0 root (0) root (0) 270 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/fragment/io-blocks.legacy.frag
â â +-rw-rw-r-- 0 root (0) root (0) 403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/fragment/struct-varying.legacy.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 102 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/implicit-lod.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 277 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/io-block.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 509 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/struct-varying.legacy.vert
â â +-rw-rw-r-- 0 root (0) root (0) 379 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/legacy/vert/transpose.legacy.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tesc/
â â +-rw-rw-r-- 0 root (0) root (0) 365 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tesc/basic.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 3301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tesc/water_tess.tesc
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/
â â +-rw-rw-r-- 0 root (0) root (0) 163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/ccw.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/cw.tese
â â +-rw-rw-r-- 0 root (0) root (0) 152 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/equal.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/fractional_even.tese
â â +-rw-rw-r-- 0 root (0) root (0) 161 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/fractional_odd.tese
â â +-rw-rw-r-- 0 root (0) root (0) 169 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/line.tese
â â +-rw-rw-r-- 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/triangle.tese
â â +-rw-rw-r-- 0 root (0) root (0) 1839 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/tese/water_tess.tese
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 262 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/basic.vert
â â +-rwxrwxr-x 0 root (0) root (0) 6181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/ground.vert
â â +-rw-rw-r-- 0 root (0) root (0) 6200 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/ocean.vert
â â +-rw-rw-r-- 0 root (0) root (0) 269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/texture_buffer.vert
â â +-rw-rw-r-- 0 root (0) root (0) 265 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vert/ubo.vert
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/
â â +-rw-rw-r-- 0 root (0) root (0) 693 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1232 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/combined-texture-sampler.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 248 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/desktop-mediump.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 363 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/input-attachment-ms.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 359 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/input-attachment.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/push-constant.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/separate-sampler-texture.vk.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/frag/spec-constant.vk.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/vert/
â â +-rw-rw-r-- 0 root (0) root (0) 217 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/vert/multiview.nocompat.vk.vert
â â +-rw-rw-r-- 0 root (0) root (0) 119 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/shaders/vulkan/vert/vulkan-vertex.vk.vert
â â +-rw-rw-r-- 0 root (0) root (0) 29563 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 6609 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cfg.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2578 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cfg.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 23828 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_common.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 15092 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cpp.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2138 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cpp.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 107775 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cross.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 32225 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_cross.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 254357 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_glsl.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 22800 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_glsl.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 100121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_hlsl.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5590 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_hlsl.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 112266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_msl.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 13734 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/spirv_msl.hpp
â â +-rwxrwxr-x 0 root (0) root (0) 16936 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/test_shaders.py
â â +-rwxrwxr-x 0 root (0) root (0) 593 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/test_shaders.sh
â â +-rwxrwxr-x 0 root (0) root (0) 656 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/SPIRV-Cross/update_test_shaders.sh
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/civetweb/
â â +-rw-rw-r-- 0 root (0) root (0) 336197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/civetweb/civetweb.c
â â +-rw-rw-r-- 0 root (0) root (0) 34885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/civetweb/civetweb.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/
â â +-rw-rw-r-- 0 root (0) root (0) 17579 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 417 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang.hpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/
â â +-rw-rw-r-- 0 root (0) root (0) 794 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/.appveyor.yml
â â +-rw-rw-r-- 0 root (0) root (0) 355 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/.clang-format
â â +-rwxrwxr-x 0 root (0) root (0) 523 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/.gitattributes
â â +-rw-rw-r-- 0 root (0) root (0) 146 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/.gitignore
â â +-rw-rw-r-- 0 root (0) root (0) 1309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/.travis.yml
â â +-rw-rw-r-- 0 root (0) root (0) 1961 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 3899 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/ChooseMSVCCRT.cmake
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/External/
â â +-rw-rw-r-- 0 root (0) root (0) 965 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/External/CMakeLists.txt
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/OGLCompilersDLL/
â â +-rw-rw-r-- 0 root (0) root (0) 279 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/OGLCompilersDLL/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 4058 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/OGLCompilersDLL/InitializeDll.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1846 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/OGLCompilersDLL/InitializeDll.h
â â +-rw-rw-r-- 0 root (0) root (0) 5140 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/README-spirv-remap.txt
â â +-rw-rw-r-- 0 root (0) root (0) 10512 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/README.md
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/
â â +-rwxrwxr-x 0 root (0) root (0) 980 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 4241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GLSL.ext.AMD.h
â â +-rw-rw-r-- 0 root (0) root (0) 1704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GLSL.ext.KHR.h
â â +-rwxrwxr-x 0 root (0) root (0) 4126 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GLSL.std.450.h
â â +-rwxrwxr-x 0 root (0) root (0) 209440 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GlslangToSpv.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/GlslangToSpv.h
â â +-rw-rw-r-- 0 root (0) root (0) 4653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/InReadableOrder.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2731 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/Logger.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2685 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/Logger.h
â â +-rwxrwxr-x 0 root (0) root (0) 48314 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/SPVRemapper.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 11590 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/SPVRemapper.h
â â +-rw-rw-r-- 0 root (0) root (0) 86818 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/SpvBuilder.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 26886 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/SpvBuilder.h
â â +-rw-rw-r-- 0 root (0) root (0) 3296 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/bitutils.h
â â +-rw-rw-r-- 0 root (0) root (0) 23154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/disassemble.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 1858 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/disassemble.h
â â +-rwxrwxr-x 0 root (0) root (0) 138710 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/doc.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 8080 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/doc.h
â â +-rw-rw-r-- 0 root (0) root (0) 39515 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/hex_float.h
â â +-rwxrwxr-x 0 root (0) root (0) 27858 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/spirv.hpp
â â +-rwxrwxr-x 0 root (0) root (0) 13220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/SPIRV/spvIR.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/
â â +-rw-rw-r-- 0 root (0) root (0) 1239 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 29002 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/ResourceLimits.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2364 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/ResourceLimits.h
â â +-rw-rw-r-- 0 root (0) root (0) 39034 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/StandAlone.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2780 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/Worklist.h
â â +-rw-rw-r-- 0 root (0) root (0) 12560 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/StandAlone/spirv-remap.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/
â â +-rw-rw-r-- 0 root (0) root (0) 680 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/100.conf
â â +-rw-rw-r-- 0 root (0) root (0) 4971 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/100.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1973 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/100Limits.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1556 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/100scope.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1478 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/110scope.vert
â â +-rw-rw-r-- 0 root (0) root (0) 5012 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/120.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4435 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/120.vert
â â +-rw-rw-r-- 0 root (0) root (0) 4227 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/130.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1409 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/130.vert
â â +-rw-rw-r-- 0 root (0) root (0) 810 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/140.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1772 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/140.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1329 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.geom
â â +-rw-rw-r-- 0 root (0) root (0) 878 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 918 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.tese
â â +-rw-rw-r-- 0 root (0) root (0) 383 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/150.vert
â â +-rw-rw-r-- 0 root (0) root (0) 4244 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1565 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300BuiltIns.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1038 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300block.frag
â â +-rw-rw-r-- 0 root (0) root (0) 485 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300layout.vert
â â +-rw-rw-r-- 0 root (0) root (0) 99 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300link.frag
â â +-rw-rw-r-- 0 root (0) root (0) 185 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300link2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 81 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300link3.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1544 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300operations.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1440 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/300scope.vert
â â +-rw-rw-r-- 0 root (0) root (0) 6878 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.comp
â â +-rw-rw-r-- 0 root (0) root (0) 15115 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4350 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.geom
â â +-rw-rw-r-- 0 root (0) root (0) 4164 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 3402 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.tese
â â +-rw-rw-r-- 0 root (0) root (0) 12747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2821 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310AofA.vert
â â +-rw-rw-r-- 0 root (0) root (0) 153 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/310implicitSizeArrayError.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3870 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/330.frag
â â +-rw-rw-r-- 0 root (0) root (0) 183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/330comp.frag
â â +-rw-rw-r-- 0 root (0) root (0) 5662 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.frag
â â +-rw-rw-r-- 0 root (0) root (0) 9588 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.geom
â â +-rw-rw-r-- 0 root (0) root (0) 2425 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 2653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.tese
â â +-rw-rw-r-- 0 root (0) root (0) 1693 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/400.vert
â â +-rw-rw-r-- 0 root (0) root (0) 853 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/410.geom
â â +-rw-rw-r-- 0 root (0) root (0) 145 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/410.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 76 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/410.vert
â â +-rwxrwxr-x 0 root (0) root (0) 932 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.comp
â â +-rw-rw-r-- 0 root (0) root (0) 395 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1009 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.geom
â â +-rw-rw-r-- 0 root (0) root (0) 1101 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 2143 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.tese
â â +-rw-rw-r-- 0 root (0) root (0) 4776 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420.vert
â â +-rw-rw-r-- 0 root (0) root (0) 419 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/420_size_gl_in.geom
â â +-rw-rw-r-- 0 root (0) root (0) 2066 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/430.comp
â â +-rw-rw-r-- 0 root (0) root (0) 6557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/430.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3652 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/430AofA.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1408 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/430scope.vert
â â +-rw-rw-r-- 0 root (0) root (0) 5289 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/440.frag
â â +-rw-rw-r-- 0 root (0) root (0) 7420 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/440.vert
â â +-rw-rw-r-- 0 root (0) root (0) 19 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.frag
â â +-rw-rw-r-- 0 root (0) root (0) 216 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.geom
â â +-rw-rw-r-- 0 root (0) root (0) 269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 235 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.tese
â â +-rw-rw-r-- 0 root (0) root (0) 400 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/450.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2998 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/Operations.frag
â â +-rw-rw-r-- 0 root (0) root (0) 785 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/aggOps.frag
â â +-rw-rw-r-- 0 root (0) root (0) 664 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/always-discard.frag
â â +-rw-rw-r-- 0 root (0) root (0) 309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/always-discard2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1920 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 997 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/array100.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1440 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/atomic_uint.frag
â â +-rw-rw-r-- 0 root (0) root (0) 42 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/badChars.frag
â â +-rwxrwxr-x 0 root (0) root (0) 35 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/badMacroArgs.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/
â â +-rw-rw-r-- 0 root (0) root (0) 26798 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/100.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 32667 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/100Limits.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 1750 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/100LimitsConf.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 8333 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/100scope.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 7796 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/110scope.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 33067 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/120.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 22939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/120.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 19809 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/130.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 13033 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/130.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 6704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/140.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11427 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/140.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 6894 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/150.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 18590 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/150.geom.out
â â +-rw-rw-r-- 0 root (0) root (0) 88902 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/150.tesc.out
â â +-rw-rw-r-- 0 root (0) root (0) 9101 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/150.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 35802 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 23752 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 22958 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300BuiltIns.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 14189 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300block.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3855 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300layout.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 14767 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300layout.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 635 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300link.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 906 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300link2.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 414 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300link3.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 27425 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300operations.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 8614 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/300scope.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 36304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 66521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 16170 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.geom.out
â â +-rw-rw-r-- 0 root (0) root (0) 27653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.tesc.out
â â +-rw-rw-r-- 0 root (0) root (0) 16523 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.tese.out
â â +-rw-rw-r-- 0 root (0) root (0) 66158 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 20058 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310AofA.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 2323 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/310implicitSizeArrayError.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 13424 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/330.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2169 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/330comp.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 33269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 58426 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.geom.out
â â +-rw-rw-r-- 0 root (0) root (0) 20868 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.tesc.out
â â +-rw-rw-r-- 0 root (0) root (0) 16445 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.tese.out
â â +-rwxrwxr-x 0 root (0) root (0) 21523 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/400.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 3778 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/410.geom.out
â â +-rw-rw-r-- 0 root (0) root (0) 1340 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/410.tesc.out
â â +-rwxrwxr-x 0 root (0) root (0) 832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/410.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 5402 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 1569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 7378 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.geom.out
â â +-rw-rw-r-- 0 root (0) root (0) 10521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.tesc.out
â â +-rw-rw-r-- 0 root (0) root (0) 14192 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.tese.out
â â +-rw-rw-r-- 0 root (0) root (0) 18199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 2943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/420_size_gl_in.geom.out
â â +-rw-rw-r-- 0 root (0) root (0) 10788 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/430.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 22007 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/430.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 29633 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/430AofA.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 8904 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/430scope.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 17750 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/440.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 20231 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/440.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 386 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 12352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.geom.out
â â +-rw-rw-r-- 0 root (0) root (0) 3293 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.tesc.out
â â +-rw-rw-r-- 0 root (0) root (0) 3008 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.tese.out
â â +-rw-rw-r-- 0 root (0) root (0) 3091 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/450.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 55315 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/Operations.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 14419 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/aggOps.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 9116 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/always-discard.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4387 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/always-discard2.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17971 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/array.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 14469 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/array100.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6025 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/atomic_uint.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 727 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/badChars.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 274 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/badMacroArgs.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 736 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/comment.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/conditionalDiscard.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2362 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/constErrors.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 22154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/constFold.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 47850 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/conversion.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 566 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppBad.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 7483 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppComplexExpr.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 2738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppIndent.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 4637 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppNest.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 15351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/cppSimple.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 1230 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/dataOut.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1252 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/dataOutIndirect.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4661 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/dce.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17799 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/decls.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11016 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/deepRvalue.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1399 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/depthOut.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 9121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/discard-dce.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/doWhileLoop.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 10498 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/earlyReturnDiscard.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 258 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/empty.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 790 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/errors.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 997 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/es-link1.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3715 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/flowControl.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 13953 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/forLoop.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4706 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/forwardRef.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6693 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/functionCall.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 14915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/functionSemantics.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 295 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.esversion.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 334 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 813 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.version.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 202 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.version.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/glspv.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 12662 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.amend.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 27183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.array.flatten.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 13891 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.array.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.array.implicit-size.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 10941 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.array.multidim.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 7525 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.assoc.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5691 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.attribute.expression.comp.out
â â +-rwxrwxr-x 0 root (0) root (0) 2335 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.attribute.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2081 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.basic.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 9507 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.basic.geom.out
â â +-rwxrwxr-x 0 root (0) root (0) 14357 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.buffer.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 26001 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.calculatelod.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 15607 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.calculatelodunclamped.dx10.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 4609 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.cast.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 19078 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.comparison.vec.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 16412 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.conditional.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5713 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.constructexpr.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1130 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.deadFunctionMissingBody.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 2033 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.depthGreater.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2139 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.depthLess.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5847 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.discard.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5537 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.doLoop.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 18072 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.entry-in.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 14930 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.entry-out.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5330 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.entry.rename.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11062 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.flatten.return.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 4367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.float1.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5560 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.float4.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 18302 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.forLoop.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 7459 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 21017 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 21798 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 19463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.basic.dx10.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 17762 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 15753 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gather.offsetarray.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 68113 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gatherRGBA.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 68852 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gatherRGBA.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 167627 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gatherRGBA.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 166848 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.gatherRGBA.offsetarray.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 149481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.getdimensions.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 8207 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.getdimensions.dx10.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 54983 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.getdimensions.rw.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5765 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.getsampleposition.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3851 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.identifier.sample.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 15760 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.if.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 20706 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.init.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 8587 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.init2.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 12077 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.inoutquals.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.barriers.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 49406 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 7832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.double.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 7930 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.evalfns.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5104 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.f1632.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 406080 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5905 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.lit.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11604 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.negative.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 29855 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.negative.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 20124 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.negative.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 11020 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.promote.down.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 116690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.promote.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17418 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.promote.outputs.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 199397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.intrinsics.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 7863 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.layout.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 41776 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.2dms.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 40898 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 51304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 49011 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.basic.dx10.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 17539 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.buffer.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17702 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.buffer.float.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 63725 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 49182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.offsetarray.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 13107 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.rwbuffer.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 26333 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.rwtexture.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 31208 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.load.rwtexture.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 12027 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.logical.binary.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 26886 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.logical.binary.vec.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17102 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.logical.unary.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11786 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matNx1.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 19250 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matType.bool.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5536 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matType.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 34259 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matType.int.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17925 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.matrixindex.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 3679 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.max.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11085 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.mintypes.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 4976 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.multiEntry.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 5794 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.multiReturn.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 9002 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.numericsuffixes.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2281 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.numthreads.comp.out
â â +-rwxrwxr-x 0 root (0) root (0) 70525 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.overload.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 19280 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.partialInit.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 7433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.pp.line.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 8308 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.precedence.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5323 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.precedence2.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5749 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.precise.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4550 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.promote.atomic.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 19192 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.promote.binary.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4793 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.promote.vec1.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 212971 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.promotions.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 781 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.reflection.binding.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.reflection.binding.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 5251 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.reflection.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 581222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.atomics.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 197676 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.bracket.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 7032 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.register.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 173416 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.scalar.bracket.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 195501 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.rw.vec2.bracket.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 25366 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 46450 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 27837 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 20507 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.offsetarray.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 12051 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sample.sub-vec4.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 26396 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplebias.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 31132 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplebias.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 28867 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplebias.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 21195 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplebias.offsetarray.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 33367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmp.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 32040 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmp.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 27393 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmp.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 28486 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmp.offsetarray.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 34489 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmplevelzero.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 33161 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmplevelzero.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 28158 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmplevelzero.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 29251 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplecmplevelzero.offsetarray.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 28081 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 34422 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 32086 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.basic.dx10.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 31161 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 23167 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplegrad.offsetarray.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 26551 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.array.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 31496 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.basic.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 28907 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.basic.dx10.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 28963 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.offset.dx10.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 21276 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.samplelevel.offsetarray.dx10.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.scope.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4912 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.semicolons.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 14548 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.shapeConv.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 3786 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.shapeConvRet.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 3021 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.sin.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2399 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.string.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5337 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.stringtoken.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 11034 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.struct.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 10617 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.structarray.flatten.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6672 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.structarray.flatten.geom.out
â â +-rwxrwxr-x 0 root (0) root (0) 14824 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.structin.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 15907 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.switch.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 4823 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.swizzle.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 28192 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.templatetypes.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 47191 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.tx.bracket.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5235 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.typedef.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2751 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.void.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 6590 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/hlsl.whileLoop.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2428 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/length.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 9804 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/lineContinuation.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 4823 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/lineContinuation100.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 5647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/link1.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 21976 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/localAggregates.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 79745 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/loops.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17911 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/loopsArtificial.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1889 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/mains1.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 23591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/matrix.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 16228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/matrix2.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3076 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/matrixError.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 558 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/maxClipDistances.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 989 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/max_vertices_0.geom.out
â â +-rwxrwxr-x 0 root (0) root (0) 3063 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/missingBodies.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 603 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/negativeArraySize.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 25873 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/newTexture.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1118 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/noMain.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 6643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/nonSquare.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 1184 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/nonVulkan.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 27067 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/numeral.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2862 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/pointCoord.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 15258 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/precise.tesc.out
â â +-rw-rw-r-- 0 root (0) root (0) 38312 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/precise_struct_block.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 10153 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/precision.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4273 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/precision.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 10719 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/prepost.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.cpp_style___FILE__.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 356 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.cpp_style___FILE__.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.cpp_style_line_directive.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.cpp_style_line_directive.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 115 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.defined.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.defined.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 109 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.edge_cases.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 92 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.edge_cases.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.eof_missing.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 7 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.eof_missing.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 394 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.errors.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.errors.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.extensions.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 249 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.extensions.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 109 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.function_macro.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 193 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.function_macro.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 820 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.include.disabled.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.include.disabled.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 369 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.include.enabled.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.include.enabled.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 109 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.line.frag.err
â â +-rw-rw-r-- 0 root (0) root (0) 60 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.line.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.line.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.line.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 464 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.many.endif.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.many.endif.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 109 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.pragma.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.pragma.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 109 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.simple.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 364 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.simple.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.success_if_parse_would_fail.vert.err
â â +-rw-rw-r-- 0 root (0) root (0) 47 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/preprocessor.success_if_parse_would_fail.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 7365 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/recurse1.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 6301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/reflection.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 1649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.dcefunc.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 442 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.dcevartype.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1243 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.everything.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1815 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.none.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1572 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.basic.strip.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11546 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.sample.basic.everything.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 16294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.sample.basic.none.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 12767 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.sample.basic.strip.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1232 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.templatetypes.everything.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.hlsl.templatetypes.none.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2009 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.if.everything.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2134 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.if.none.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 223 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.literal64.everything.spv.out
â â +-rw-rw-r-- 0 root (0) root (0) 978 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.literal64.none.spv.out
â â +-rw-rw-r-- 0 root (0) root (0) 5424 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.similar_1a.everything.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6004 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.similar_1a.none.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5696 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.similar_1b.everything.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6265 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.similar_1b.none.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3780 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.switch.everything.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3882 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.switch.none.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2964 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.uniformarray.everything.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3646 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/remap.uniformarray.none.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1104 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/sample.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1634 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/sample.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 1601 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/simpleFunctionCall.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 24173 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/specExamples.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 32331 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/specExamples.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 4908 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.100ops.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 15860 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.130.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 8985 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.140.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 7737 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.150.geom.out
â â +-rwxrwxr-x 0 root (0) root (0) 5198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.150.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 3723 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.300BuiltIns.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 3670 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.300layout.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 12718 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.300layout.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 10306 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.300layoutp.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 11206 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.310.bitcast.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6430 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.310.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 3472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.330.geom.out
â â +-rw-rw-r-- 0 root (0) root (0) 70477 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.400.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 9158 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.400.tesc.out
â â +-rwxrwxr-x 0 root (0) root (0) 9749 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.400.tese.out
â â +-rw-rw-r-- 0 root (0) root (0) 6576 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.420.geom.out
â â +-rwxrwxr-x 0 root (0) root (0) 2406 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.430.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 7095 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.430.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 4321 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.450.tesc.out
â â +-rw-rw-r-- 0 root (0) root (0) 7150 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.AofA.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 31138 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.Operations.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 16455 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.accessChain.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 15605 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.aggOps.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5141 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.always-discard.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2875 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.always-discard2.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 6480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.atomic.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 11185 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.bitCast.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4519 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.bool.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 7976 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.boolInBlock.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3210 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.branch-return.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 4187 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.buffer.autoassign.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2790 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.conditionalDiscard.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 27046 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.conversion.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 1555 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.dataOut.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2177 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.dataOutIndirect.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.dataOutIndirect.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 9986 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.deepRvalue.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 1690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.depthOut.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5997 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.discard-dce.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 1755 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.do-simple.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 3461 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.do-while-continue-break.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 2659 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.doWhileLoop.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5200 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.double.comp.out
â â +-rwxrwxr-x 0 root (0) root (0) 7947 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.earlyReturnDiscard.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 42246 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.float16.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 3174 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.flowControl.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3073 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-complex-condition.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 3624 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-continue-break.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 2135 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-nobody.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 1861 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-notest.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 2026 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.for-simple.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 9579 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.forLoop.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.forwardFun.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 5770 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.functionCall.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 10695 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.functionSemantics.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 1151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.glFragColor.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11887 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.glsl.register.autoassign.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11517 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.glsl.register.noautoassign.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 25871 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.image.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 31709 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.int64.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17056 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.intOps.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 6954 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.interpOps.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 13506 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.layoutNested.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 2312 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.length.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 10412 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.localAggregates.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 51140 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.loops.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 11279 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.loopsArtificial.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 7929 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.matFun.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 15124 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.matrix.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 13394 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.matrix2.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 9270 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.memoryQualifier.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.merge-unreachable.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 13577 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.multiStruct.comp.out
â â +-rwxrwxr-x 0 root (0) root (0) 5711 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.multiStructFuncall.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 19696 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.newTexture.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2961 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.noDeadDecorations.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 1345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.noWorkgroup.comp.out
â â +-rwxrwxr-x 0 root (0) root (0) 5508 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.nonSquare.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 2790 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.offsets.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6093 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.precise.tesc.out
â â +-rw-rw-r-- 0 root (0) root (0) 9419 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.precise.tese.out
â â +-rwxrwxr-x 0 root (0) root (0) 11838 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.precision.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 6409 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.prepost.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2995 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.pushConstant.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 2315 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.qualifiers.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 16284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.queryL.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.register.autoassign-2.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 12376 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.register.autoassign.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.register.autoassign.rangetest.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11953 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.register.noautoassign.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3308 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.rw.autoassign.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 23187 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.separate.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.set.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 20244 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shaderBallot.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 5412 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shaderDrawParams.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 3107 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shaderGroupVote.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 3117 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shiftOps.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 11003 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.shortCircuit.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 1573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.simpleFunctionCall.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2707 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.simpleMat.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 30876 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.sparseTexture.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 24488 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.sparseTextureClamp.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 2980 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConst.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 2411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConstant.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 6315 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConstant.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 4110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConstantComposite.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 8352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.specConstantOperations.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 5133 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.structAssignment.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 9242 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.structDeref.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 4673 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.structure.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 5976 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.subpass.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 26479 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.switch.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 7809 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.swizzle.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 3953 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.swizzleInversion.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4249 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.test.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2082 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.test.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 20519 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.texture.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 10506 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.texture.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 16085 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.types.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 22229 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.uint.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3639 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.uniformArray.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 7340 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.variableArrayIndex.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 4049 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.varyingArray.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 4659 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.varyingArrayIndirect.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 3369 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.voidFunction.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 3263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.while-continue-break.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 1848 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.while-simple.vert.out
â â +-rwxrwxr-x 0 root (0) root (0) 2749 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/spv.whileLoop.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6761 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/structAssignment.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 20662 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/structDeref.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 10692 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/structure.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 25478 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/switch.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 17349 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/swizzle.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 603 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/syntaxError.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 2635 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/test.conf
â â +-rw-rw-r-- 0 root (0) root (0) 4954 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/test.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 28720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/texture.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 22093 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/tokenLength.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 33779 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/types.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 24359 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/uint.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4082 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/uniformArray.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 13631 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/variableArrayIndex.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6145 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/varyingArray.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 6661 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/varyingArrayIndirect.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1615 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/versionsClean.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4232 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/versionsClean.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 1598 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/versionsErrors.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 4666 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/versionsErrors.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 3248 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/voidFunction.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 14887 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/vulkan.ast.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/vulkan.comp.out
â â +-rw-rw-r-- 0 root (0) root (0) 3797 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/vulkan.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1907 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/vulkan.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 2585 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/baseResults/whileLoop.frag.out
â â +-rwxrwxr-x 0 root (0) root (0) 32 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/bump
â â +-rw-rw-r-- 0 root (0) root (0) 253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/comment.frag
â â +-rw-rw-r-- 0 root (0) root (0) 206 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/conditionalDiscard.frag
â â +-rw-rw-r-- 0 root (0) root (0) 816 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/constErrors.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4970 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/constFold.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/conversion.frag
â â +-rw-rw-r-- 0 root (0) root (0) 42 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppBad.vert
â â +-rw-rw-r-- 0 root (0) root (0) 5849 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppComplexExpr.vert
â â +-rw-rw-r-- 0 root (0) root (0) 837 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppIndent.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2204 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppNest.vert
â â +-rw-rw-r-- 0 root (0) root (0) 5323 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/cppSimple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 88 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/dataOut.frag
â â +-rw-rw-r-- 0 root (0) root (0) 106 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/dataOutIndirect.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1059 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/dce.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1434 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/decls.frag
â â +-rw-rw-r-- 0 root (0) root (0) 907 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/deepRvalue.frag
â â +-rw-rw-r-- 0 root (0) root (0) 134 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/depthOut.frag
â â +-rw-rw-r-- 0 root (0) root (0) 666 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/discard-dce.frag
â â +-rw-rw-r-- 0 root (0) root (0) 230 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/doWhileLoop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1928 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/earlyReturnDiscard.frag
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/empty.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/empty2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 13 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/empty3.frag
â â +-rw-rw-r-- 0 root (0) root (0) 36 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/errors.frag
â â +-rw-rw-r-- 0 root (0) root (0) 99 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/es-link1.frag
â â +-rw-rw-r-- 0 root (0) root (0) 115 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/es-link2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 361 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/flowControl.frag
â â +-rw-rw-r-- 0 root (0) root (0) 672 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/forLoop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 448 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/forwardRef.frag
â â +-rw-rw-r-- 0 root (0) root (0) 643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/functionCall.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1578 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/functionSemantics.frag
â â +-rwxrwxr-x 0 root (0) root (0) 61 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glslangValidator
â â +-rw-rw-r-- 0 root (0) root (0) 38 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.esversion.vert
â â +-rw-rw-r-- 0 root (0) root (0) 248 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.frag
â â +-rw-rw-r-- 0 root (0) root (0) 49 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.version.frag
â â +-rw-rw-r-- 0 root (0) root (0) 35 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.version.vert
â â +-rw-rw-r-- 0 root (0) root (0) 697 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/glspv.vert
â â +-rwxrwxr-x 0 root (0) root (0) 153 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.amend.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1048 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.array.flatten.frag
â â +-rw-rw-r-- 0 root (0) root (0) 203 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.array.frag
â â +-rw-rw-r-- 0 root (0) root (0) 770 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.array.implicit-size.frag
â â +-rw-rw-r-- 0 root (0) root (0) 344 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.array.multidim.frag
â â +-rw-rw-r-- 0 root (0) root (0) 184 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.assoc.frag
â â +-rw-rw-r-- 0 root (0) root (0) 222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.attribute.expression.comp
â â +-rw-rw-r-- 0 root (0) root (0) 236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.attribute.frag
â â +-rw-rw-r-- 0 root (0) root (0) 88 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.basic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 608 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.basic.geom
â â +-rw-rw-r-- 0 root (0) root (0) 646 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.buffer.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1440 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.calculatelod.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.calculatelodunclamped.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.cast.frag
â â +-rw-rw-r-- 0 root (0) root (0) 567 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.comparison.vec.frag
â â +-rw-rw-r-- 0 root (0) root (0) 472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.conditional.frag
â â +-rw-rw-r-- 0 root (0) root (0) 405 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.constructexpr.frag
â â +-rw-rw-r-- 0 root (0) root (0) 199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.deadFunctionMissingBody.vert
â â +-rw-rw-r-- 0 root (0) root (0) 86 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.depthGreater.frag
â â +-rw-rw-r-- 0 root (0) root (0) 68 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.depthLess.frag
â â +-rw-rw-r-- 0 root (0) root (0) 173 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.discard.frag
â â +-rw-rw-r-- 0 root (0) root (0) 177 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.doLoop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 326 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.entry-in.frag
â â +-rw-rw-r-- 0 root (0) root (0) 375 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.entry-out.frag
â â +-rw-rw-r-- 0 root (0) root (0) 198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.entry.rename.frag
â â +-rw-rw-r-- 0 root (0) root (0) 257 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.flatten.return.frag
â â +-rw-rw-r-- 0 root (0) root (0) 182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.float1.frag
â â +-rw-rw-r-- 0 root (0) root (0) 315 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.float4.frag
â â +-rw-rw-r-- 0 root (0) root (0) 411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.forLoop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1189 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.basic.dx10.vert
â â +-rw-rw-r-- 0 root (0) root (0) 994 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 850 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gather.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gatherRGBA.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2247 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gatherRGBA.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4555 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gatherRGBA.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4515 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gatherRGBA.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2417 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gathercmpRGBA.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2508 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gathercmpRGBA.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 5100 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gathercmpRGBA.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 5060 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.gathercmpRGBA.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 9682 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.getdimensions.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.getdimensions.dx10.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2362 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.getdimensions.rw.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 419 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.getsampleposition.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 419 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.identifier.sample.frag
â â +-rw-rw-r-- 0 root (0) root (0) 507 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.if.frag
â â +-rw-rw-r-- 0 root (0) root (0) 900 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.init.frag
â â +-rw-rw-r-- 0 root (0) root (0) 610 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.init2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.inoutquals.frag
â â +-rw-rw-r-- 0 root (0) root (0) 246 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.barriers.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3992 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.comp
â â +-rw-rw-r-- 0 root (0) root (0) 304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.double.frag
â â +-rw-rw-r-- 0 root (0) root (0) 318 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.evalfns.frag
â â +-rw-rw-r-- 0 root (0) root (0) 479 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.f1632.frag
â â +-rw-rw-r-- 0 root (0) root (0) 16629 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.frag
â â +-rw-rw-r-- 0 root (0) root (0) 110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.lit.frag
â â +-rw-rw-r-- 0 root (0) root (0) 15751 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.negative.comp
â â +-rw-rw-r-- 0 root (0) root (0) 7197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.negative.frag
â â +-rw-rw-r-- 0 root (0) root (0) 18063 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.negative.vert
â â +-rw-rw-r-- 0 root (0) root (0) 309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.promote.down.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1725 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.promote.frag
â â +-rw-rw-r-- 0 root (0) root (0) 880 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.promote.outputs.frag
â â +-rw-rw-r-- 0 root (0) root (0) 10539 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.intrinsics.vert
â â +-rw-rw-r-- 0 root (0) root (0) 385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1082 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.2dms.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1418 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1484 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.basic.dx10.vert
â â +-rw-rw-r-- 0 root (0) root (0) 703 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.buffer.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 674 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.buffer.float.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1520 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 435 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.rwbuffer.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1098 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.rwtexture.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1174 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.load.rwtexture.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 273 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.logical.binary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.logical.binary.vec.frag
â â +-rw-rw-r-- 0 root (0) root (0) 403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.logical.unary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 594 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matNx1.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1128 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matType.bool.frag
â â +-rw-rw-r-- 0 root (0) root (0) 198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matType.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2036 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matType.int.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1762 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.matrixindex.frag
â â +-rw-rw-r-- 0 root (0) root (0) 102 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.max.frag
â â +-rw-rw-r-- 0 root (0) root (0) 832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.mintypes.frag
â â +-rwxrwxr-x 0 root (0) root (0) 237 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.multiEntry.vert
â â +-rwxrwxr-x 0 root (0) root (0) 162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.multiReturn.frag
â â +-rw-rw-r-- 0 root (0) root (0) 594 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.numericsuffixes.frag
â â +-rw-rw-r-- 0 root (0) root (0) 236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.numthreads.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2206 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.overload.frag
â â +-rwxrwxr-x 0 root (0) root (0) 440 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.partialInit.frag
â â +-rw-rw-r-- 0 root (0) root (0) 301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.pp.line.frag
â â +-rw-rw-r-- 0 root (0) root (0) 168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.precedence.frag
â â +-rw-rw-r-- 0 root (0) root (0) 147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.precedence2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 267 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.precise.frag
â â +-rw-rw-r-- 0 root (0) root (0) 433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.promote.atomic.frag
â â +-rw-rw-r-- 0 root (0) root (0) 381 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.promote.binary.frag
â â +-rw-rw-r-- 0 root (0) root (0) 260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.promote.vec1.frag
â â +-rw-rw-r-- 0 root (0) root (0) 4840 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.promotions.frag
â â +-rw-rw-r-- 0 root (0) root (0) 640 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.reflection.binding.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2981 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.reflection.vert
â â +-rw-rw-r-- 0 root (0) root (0) 8983 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.atomics.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3008 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.bracket.frag
â â +-rw-rw-r-- 0 root (0) root (0) 291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.register.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2910 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.scalar.bracket.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2975 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.rw.vec2.bracket.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1036 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 525 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sample.sub-vec4.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1381 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplebias.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1603 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplebias.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1514 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplebias.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1090 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplebias.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1731 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmp.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1674 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmp.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2075 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmp.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2169 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmp.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1812 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmplevelzero.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmplevelzero.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2159 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmplevelzero.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2259 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplecmplevelzero.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1612 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1957 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.basic.dx10.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1745 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplegrad.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1416 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.array.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1665 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.basic.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1585 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.basic.dx10.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.offset.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1102 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.samplelevel.offsetarray.dx10.frag
â â +-rw-rw-r-- 0 root (0) root (0) 385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.scope.frag
â â +-rw-rw-r-- 0 root (0) root (0) 266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.semicolons.frag
â â +-rw-rw-r-- 0 root (0) root (0) 440 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.shapeConv.frag
â â +-rwxrwxr-x 0 root (0) root (0) 79 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.shapeConvRet.frag
â â +-rw-rw-r-- 0 root (0) root (0) 77 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.sin.frag
â â +-rwxrwxr-x 0 root (0) root (0) 340 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.string.frag
â â +-rw-rw-r-- 0 root (0) root (0) 339 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.stringtoken.frag
â â +-rw-rw-r-- 0 root (0) root (0) 737 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.struct.frag
â â +-rw-rw-r-- 0 root (0) root (0) 649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.structarray.flatten.frag
â â +-rw-rw-r-- 0 root (0) root (0) 356 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.structarray.flatten.geom
â â +-rw-rw-r-- 0 root (0) root (0) 220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.structin.vert
â â +-rw-rw-r-- 0 root (0) root (0) 717 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.switch.frag
â â +-rw-rw-r-- 0 root (0) root (0) 149 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1732 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.templatetypes.frag
â â +-rw-rw-r-- 0 root (0) root (0) 811 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.templatetypes.negative.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.tx.bracket.frag
â â +-rw-rw-r-- 0 root (0) root (0) 234 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.typedef.frag
â â +-rw-rw-r-- 0 root (0) root (0) 122 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.void.frag
â â +-rw-rw-r-- 0 root (0) root (0) 179 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/hlsl.whileLoop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/length.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/lineContinuation.vert
â â +-rw-rw-r-- 0 root (0) root (0) 805 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/lineContinuation100.vert
â â +-rw-rw-r-- 0 root (0) root (0) 575 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/link1.frag
â â +-rw-rw-r-- 0 root (0) root (0) 599 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/link2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/link3.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/localAggregates.frag
â â +-rw-rw-r-- 0 root (0) root (0) 6240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/loops.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/loopsArtificial.frag
â â +-rw-rw-r-- 0 root (0) root (0) 59 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/mains.frag
â â +-rw-rw-r-- 0 root (0) root (0) 35 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/mains1.frag
â â +-rw-rw-r-- 0 root (0) root (0) 35 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/mains2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 87 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/makeDoc
â â +-rw-rw-r-- 0 root (0) root (0) 1142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/matrix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 991 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/matrix2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 520 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/matrixError.vert
â â +-rw-rw-r-- 0 root (0) root (0) 93 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/maxClipDistances.vert
â â +-rw-rw-r-- 0 root (0) root (0) 220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/max_vertices_0.geom
â â +-rw-rw-r-- 0 root (0) root (0) 289 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/missingBodies.vert
â â +-rw-rw-r-- 0 root (0) root (0) 139 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/negativeArraySize.comp
â â +-rw-rw-r-- 0 root (0) root (0) 2105 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/newTexture.frag
â â +-rw-rw-r-- 0 root (0) root (0) 37 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/noMain.vert
â â +-rw-rw-r-- 0 root (0) root (0) 55 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/noMain1.geom
â â +-rw-rw-r-- 0 root (0) root (0) 61 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/noMain2.geom
â â +-rw-rw-r-- 0 root (0) root (0) 531 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/nonSquare.vert
â â +-rw-rw-r-- 0 root (0) root (0) 294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/nonVulkan.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2655 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/numeral.frag
â â +-rw-rw-r-- 0 root (0) root (0) 236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/pointCoord.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2743 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/precise.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 2272 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/precise_struct_block.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1908 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/precision.frag
â â +-rw-rw-r-- 0 root (0) root (0) 593 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/precision.vert
â â +-rw-rw-r-- 0 root (0) root (0) 747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/prepost.frag
â â +-rw-rw-r-- 0 root (0) root (0) 355 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.cpp_style___FILE__.vert
â â +-rw-rw-r-- 0 root (0) root (0) 513 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.cpp_style_line_directive.vert
â â +-rw-rw-r-- 0 root (0) root (0) 85 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.defined.vert
â â +-rw-rw-r-- 0 root (0) root (0) 227 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.edge_cases.vert
â â +-rw-rw-r-- 0 root (0) root (0) 5 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.eof_missing.vert
â â +-rw-rw-r-- 0 root (0) root (0) 274 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.errors.vert
â â +-rw-rw-r-- 0 root (0) root (0) 257 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.extensions.vert
â â +-rw-rw-r-- 0 root (0) root (0) 471 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.function_macro.vert
â â +-rw-rw-r-- 0 root (0) root (0) 90 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.include.disabled.vert
â â +-rw-rw-r-- 0 root (0) root (0) 144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.include.enabled.vert
â â +-rw-rw-r-- 0 root (0) root (0) 59 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.line.frag
â â +-rw-rw-r-- 0 root (0) root (0) 316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.line.vert
â â +-rw-rw-r-- 0 root (0) root (0) 60 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.many.endif.vert
â â +-rw-rw-r-- 0 root (0) root (0) 156 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.pragma.vert
â â +-rw-rw-r-- 0 root (0) root (0) 476 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.simple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 48 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/preprocessor.success_if_parse_would_fail.vert
â â +-rw-rw-r-- 0 root (0) root (0) 857 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/recurse1.frag
â â +-rw-rw-r-- 0 root (0) root (0) 527 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/recurse1.vert
â â +-rw-rw-r-- 0 root (0) root (0) 352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/recurse2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3448 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/reflection.vert
â â +-rw-rw-r-- 0 root (0) root (0) 122 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.basic.dcefunc.frag
â â +-rw-rw-r-- 0 root (0) root (0) 122 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.basic.everything.frag
â â +-rw-rw-r-- 0 root (0) root (0) 122 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.basic.none.frag
â â +-rw-rw-r-- 0 root (0) root (0) 122 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.basic.strip.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.sample.basic.everything.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.sample.basic.none.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.sample.basic.strip.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.templatetypes.everything.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.hlsl.templatetypes.none.frag
â â +-rw-rw-r-- 0 root (0) root (0) 151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.if.everything.frag
â â +-rw-rw-r-- 0 root (0) root (0) 151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.if.none.frag
â â +-rw-rw-r-- 0 root (0) root (0) 220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.literal64.everything.spv
â â +-rw-rw-r-- 0 root (0) root (0) 220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.literal64.none.spv
â â +-rw-rw-r-- 0 root (0) root (0) 451 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.similar_1a.everything.frag
â â +-rw-rw-r-- 0 root (0) root (0) 451 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.similar_1a.none.frag
â â +-rw-rw-r-- 0 root (0) root (0) 473 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.similar_1b.everything.frag
â â +-rw-rw-r-- 0 root (0) root (0) 473 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.similar_1b.none.frag
â â +-rw-rw-r-- 0 root (0) root (0) 348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.switch.everything.frag
â â +-rw-rw-r-- 0 root (0) root (0) 348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.switch.none.frag
â â +-rw-rw-r-- 0 root (0) root (0) 240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.uniformarray.everything.frag
â â +-rw-rw-r-- 0 root (0) root (0) 240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/remap.uniformarray.none.frag
â â +-rwxrwxr-x 0 root (0) root (0) 2192 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/runtests
â â +-rw-rw-r-- 0 root (0) root (0) 1713 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/sample.frag
â â +-rw-rw-r-- 0 root (0) root (0) 531 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/sample.frag.out
â â +-rw-rw-r-- 0 root (0) root (0) 1772 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/sample.vert
â â +-rw-rw-r-- 0 root (0) root (0) 815 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/sample.vert.out
â â +-rw-rw-r-- 0 root (0) root (0) 174 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/simpleFunctionCall.frag
â â +-rw-rw-r-- 0 root (0) root (0) 7408 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/specExamples.frag
â â +-rw-rw-r-- 0 root (0) root (0) 6609 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/specExamples.vert
â â +-rw-rw-r-- 0 root (0) root (0) 386 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.100ops.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2188 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.130.frag
â â +-rw-rw-r-- 0 root (0) root (0) 816 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.140.frag
â â +-rw-rw-r-- 0 root (0) root (0) 780 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.150.geom
â â +-rw-rw-r-- 0 root (0) root (0) 545 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.150.vert
â â +-rw-rw-r-- 0 root (0) root (0) 241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.300BuiltIns.vert
â â +-rw-rw-r-- 0 root (0) root (0) 272 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.300layout.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1037 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.300layout.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1034 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.300layoutp.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1049 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.310.bitcast.frag
â â +-rw-rw-r-- 0 root (0) root (0) 595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.310.comp
â â +-rw-rw-r-- 0 root (0) root (0) 486 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.330.geom
â â +-rw-rw-r-- 0 root (0) root (0) 8635 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.400.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1098 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.400.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 1178 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.400.tese
â â +-rw-rw-r-- 0 root (0) root (0) 750 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.420.geom
â â +-rw-rw-r-- 0 root (0) root (0) 142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.430.frag
â â +-rw-rw-r-- 0 root (0) root (0) 844 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.430.vert
â â +-rw-rw-r-- 0 root (0) root (0) 835 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.450.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.AofA.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2596 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.Operations.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.accessChain.frag
â â +-rw-rw-r-- 0 root (0) root (0) 836 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.aggOps.frag
â â +-rw-rw-r-- 0 root (0) root (0) 659 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.always-discard.frag
â â +-rw-rw-r-- 0 root (0) root (0) 304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.always-discard2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1059 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.atomic.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1020 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.bitCast.frag
â â +-rw-rw-r-- 0 root (0) root (0) 221 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.bool.vert
â â +-rw-rw-r-- 0 root (0) root (0) 496 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.boolInBlock.frag
â â +-rw-rw-r-- 0 root (0) root (0) 196 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.branch-return.vert
â â +-rw-rw-r-- 0 root (0) root (0) 373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.buffer.autoassign.frag
â â +-rw-rw-r-- 0 root (0) root (0) 199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.conditionalDiscard.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2070 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.conversion.frag
â â +-rw-rw-r-- 0 root (0) root (0) 83 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.dataOut.frag
â â +-rw-rw-r-- 0 root (0) root (0) 138 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.dataOutIndirect.frag
â â +-rw-rw-r-- 0 root (0) root (0) 180 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.dataOutIndirect.vert
â â +-rw-rw-r-- 0 root (0) root (0) 903 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.deepRvalue.frag
â â +-rw-rw-r-- 0 root (0) root (0) 146 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.depthOut.frag
â â +-rw-rw-r-- 0 root (0) root (0) 661 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.discard-dce.frag
â â +-rw-rw-r-- 0 root (0) root (0) 78 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.do-simple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 265 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.do-while-continue-break.vert
â â +-rw-rw-r-- 0 root (0) root (0) 215 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.doWhileLoop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 608 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.double.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1875 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.earlyReturnDiscard.frag
â â +-rw-rw-r-- 0 root (0) root (0) 8316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.float16.frag
â â +-rw-rw-r-- 0 root (0) root (0) 336 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.flowControl.frag
â â +-rw-rw-r-- 0 root (0) root (0) 165 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-complex-condition.vert
â â +-rw-rw-r-- 0 root (0) root (0) 265 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-continue-break.vert
â â +-rw-rw-r-- 0 root (0) root (0) 107 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-nobody.vert
â â +-rw-rw-r-- 0 root (0) root (0) 104 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-notest.vert
â â +-rw-rw-r-- 0 root (0) root (0) 94 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.for-simple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 667 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.forLoop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 498 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.forwardFun.frag
â â +-rw-rw-r-- 0 root (0) root (0) 643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.functionCall.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1324 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.functionSemantics.frag
â â +-rw-rw-r-- 0 root (0) root (0) 66 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.glFragColor.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1722 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.glsl.register.autoassign.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1722 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.glsl.register.noautoassign.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3308 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.image.frag
â â +-rw-rw-r-- 0 root (0) root (0) 5865 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.int64.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1487 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.intOps.vert
â â +-rw-rw-r-- 0 root (0) root (0) 784 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.interpOps.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1495 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.layoutNested.vert
â â +-rw-rw-r-- 0 root (0) root (0) 176 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.length.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1066 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.localAggregates.frag
â â +-rw-rw-r-- 0 root (0) root (0) 5753 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.loops.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.loopsArtificial.frag
â â +-rw-rw-r-- 0 root (0) root (0) 370 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.matFun.vert
â â +-rw-rw-r-- 0 root (0) root (0) 714 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.matrix.frag
â â +-rw-rw-r-- 0 root (0) root (0) 941 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.matrix2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 884 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.memoryQualifier.frag
â â +-rw-rw-r-- 0 root (0) root (0) 182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.merge-unreachable.frag
â â +-rw-rw-r-- 0 root (0) root (0) 656 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.multiStruct.comp
â â +-rwxrwxr-x 0 root (0) root (0) 347 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.multiStructFuncall.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2050 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.newTexture.frag
â â +-rw-rw-r-- 0 root (0) root (0) 147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.noDeadDecorations.vert
â â +-rw-rw-r-- 0 root (0) root (0) 112 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.noWorkgroup.comp
â â +-rw-rw-r-- 0 root (0) root (0) 538 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.nonSquare.vert
â â +-rwxrwxr-x 0 root (0) root (0) 409 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.offsets.frag
â â +-rw-rw-r-- 0 root (0) root (0) 750 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.precise.tesc
â â +-rw-rw-r-- 0 root (0) root (0) 1065 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.precise.tese
â â +-rw-rw-r-- 0 root (0) root (0) 1191 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.precision.frag
â â +-rw-rw-r-- 0 root (0) root (0) 747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.prepost.frag
â â +-rw-rw-r-- 0 root (0) root (0) 299 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.pushConstant.vert
â â +-rw-rw-r-- 0 root (0) root (0) 295 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.qualifiers.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1964 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.queryL.frag
â â +-rw-rw-r-- 0 root (0) root (0) 296 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.register.autoassign-2.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1610 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.register.autoassign.frag
â â +-rw-rw-r-- 0 root (0) root (0) 298 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.register.autoassign.rangetest.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1610 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.register.noautoassign.frag
â â +-rw-rw-r-- 0 root (0) root (0) 264 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.rw.autoassign.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3620 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.separate.frag
â â +-rw-rw-r-- 0 root (0) root (0) 223 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.set.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2560 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shaderBallot.comp
â â +-rw-rw-r-- 0 root (0) root (0) 344 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shaderDrawParams.vert
â â +-rw-rw-r-- 0 root (0) root (0) 337 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shaderGroupVote.comp
â â +-rw-rw-r-- 0 root (0) root (0) 242 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shiftOps.frag
â â +-rwxrwxr-x 0 root (0) root (0) 983 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.shortCircuit.frag
â â +-rw-rw-r-- 0 root (0) root (0) 127 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.simpleFunctionCall.frag
â â +-rw-rw-r-- 0 root (0) root (0) 307 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.simpleMat.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3726 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.sparseTexture.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3055 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.sparseTextureClamp.frag
â â +-rw-rw-r-- 0 root (0) root (0) 114 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConst.vert
â â +-rw-rw-r-- 0 root (0) root (0) 252 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConstant.comp
â â +-rw-rw-r-- 0 root (0) root (0) 1291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConstant.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3088 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConstantComposite.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3231 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.specConstantOperations.vert
â â +-rw-rw-r-- 0 root (0) root (0) 565 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.structAssignment.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1185 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.structDeref.frag
â â +-rw-rw-r-- 0 root (0) root (0) 456 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.structure.frag
â â +-rw-rw-r-- 0 root (0) root (0) 791 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.subpass.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.switch.frag
â â +-rw-rw-r-- 0 root (0) root (0) 872 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 429 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.swizzleInversion.frag
â â +-rw-rw-r-- 0 root (0) root (0) 385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.test.frag
â â +-rw-rw-r-- 0 root (0) root (0) 175 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.test.vert
â â +-rw-rw-r-- 0 root (0) root (0) 2751 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.texture.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1339 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.texture.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.types.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2455 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.uint.frag
â â +-rw-rw-r-- 0 root (0) root (0) 257 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.uniformArray.frag
â â +-rw-rw-r-- 0 root (0) root (0) 896 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.variableArrayIndex.frag
â â +-rw-rw-r-- 0 root (0) root (0) 338 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.varyingArray.frag
â â +-rw-rw-r-- 0 root (0) root (0) 374 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.varyingArrayIndirect.frag
â â +-rw-rw-r-- 0 root (0) root (0) 304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.voidFunction.frag
â â +-rw-rw-r-- 0 root (0) root (0) 246 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.while-continue-break.vert
â â +-rw-rw-r-- 0 root (0) root (0) 75 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.while-simple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 211 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/spv.whileLoop.frag
â â +-rw-rw-r-- 0 root (0) root (0) 572 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/structAssignment.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1234 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/structDeref.frag
â â +-rw-rw-r-- 0 root (0) root (0) 481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/structure.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2888 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/switch.frag
â â +-rw-rw-r-- 0 root (0) root (0) 895 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/swizzle.frag
â â +-rw-rw-r-- 0 root (0) root (0) 230 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/syntaxError.frag
â â +-rw-rw-r-- 0 root (0) root (0) 414 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/test.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2803 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/texture.frag
â â +-rw-rw-r-- 0 root (0) root (0) 47051 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/tokenLength.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1552 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/types.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2635 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/uint.frag
â â +-rw-rw-r-- 0 root (0) root (0) 270 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/uniformArray.frag
â â +-rw-rw-r-- 0 root (0) root (0) 903 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/variableArrayIndex.frag
â â +-rw-rw-r-- 0 root (0) root (0) 371 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/varyingArray.frag
â â +-rw-rw-r-- 0 root (0) root (0) 411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/varyingArrayIndirect.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1774 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/versionsClean.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1746 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/versionsClean.vert
â â +-rw-rw-r-- 0 root (0) root (0) 1799 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/versionsErrors.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1799 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/versionsErrors.vert
â â +-rw-rw-r-- 0 root (0) root (0) 319 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/voidFunction.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1159 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/vulkan.ast.vert
â â +-rw-rw-r-- 0 root (0) root (0) 311 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/vulkan.comp
â â +-rw-rw-r-- 0 root (0) root (0) 3325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/vulkan.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1846 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/vulkan.vert
â â +-rw-rw-r-- 0 root (0) root (0) 226 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/Test/whileLoop.frag
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/
â â +-rw-rw-r-- 0 root (0) root (0) 3725 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/CMakeLists.txt
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/GenericCodeGen/
â â +-rw-rw-r-- 0 root (0) root (0) 2682 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/GenericCodeGen/CodeGen.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2819 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/GenericCodeGen/Link.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/
â â +-rw-rw-r-- 0 root (0) root (0) 12932 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/BaseTypes.h
â â +-rw-rw-r-- 0 root (0) root (0) 7766 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/Common.h
â â +-rw-rw-r-- 0 root (0) root (0) 19923 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/ConstantUnion.h
â â +-rw-rw-r-- 0 root (0) root (0) 5346 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/InfoSink.h
â â +-rw-rw-r-- 0 root (0) root (0) 1859 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/InitializeGlobals.h
â â +-rw-rw-r-- 0 root (0) root (0) 11742 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/PoolAlloc.h
â â +-rw-rw-r-- 0 root (0) root (0) 5000 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/ResourceLimits.h
â â +-rw-rw-r-- 0 root (0) root (0) 6085 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/ShHandle.h
â â +-rw-rw-r-- 0 root (0) root (0) 61081 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/Types.h
â â +-rw-rw-r-- 0 root (0) root (0) 10570 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/arrays.h
â â +-rw-rw-r-- 0 root (0) root (0) 40008 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/intermediate.h
â â +-rw-rw-r-- 0 root (0) root (0) 297 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/revision.h
â â +-rw-rw-r-- 0 root (0) root (0) 627 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Include/revision.template
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/
â â +-rw-rw-r-- 0 root (0) root (0) 38422 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Constant.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3131 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/InfoSink.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 231150 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Initialize.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5037 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Initialize.h
â â +-rw-rw-r-- 0 root (0) root (0) 7897 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/IntermTraverse.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 86257 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Intermediate.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5235 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/LiveTraverser.h
â â +-rw-rw-r-- 0 root (0) root (0) 16885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ParseContextBase.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 282454 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ParseHelper.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 24794 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ParseHelper.h
â â +-rw-rw-r-- 0 root (0) root (0) 10170 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/PoolAlloc.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3103 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/RemoveTree.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1673 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/RemoveTree.h
â â +-rw-rw-r-- 0 root (0) root (0) 49613 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Scan.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 9643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Scan.h
â â +-rw-rw-r-- 0 root (0) root (0) 3014 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ScanContext.h
â â +-rw-rw-r-- 0 root (0) root (0) 65160 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/ShaderLang.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 11750 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/SymbolTable.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 26467 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/SymbolTable.h
â â +-rw-rw-r-- 0 root (0) root (0) 32059 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Versions.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 11481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/Versions.h
â â +-rw-rw-r-- 0 root (0) root (0) 8012 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/gl_types.h
â â +-rw-rw-r-- 0 root (0) root (0) 101234 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/glslang.y
â â +-rw-rw-r-- 0 root (0) root (0) 346535 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/glslang_tab.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 9883 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/glslang_tab.cpp.h
â â +-rw-rw-r-- 0 root (0) root (0) 44970 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/intermOut.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 14103 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/iomapper.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2099 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/iomapper.h
â â +-rw-rw-r-- 0 root (0) root (0) 6377 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/limits.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 51709 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/linkValidate.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 20635 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/localintermediate.h
â â +-rw-rw-r-- 0 root (0) root (0) 7292 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/parseConst.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 7252 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/parseVersions.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/
â â +-rw-rw-r-- 0 root (0) root (0) 474 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/Compare.h
â â +-rw-rw-r-- 0 root (0) root (0) 40961 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 7484 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5201 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 19947 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpContext.h
â â +-rw-rw-r-- 0 root (0) root (0) 6449 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpMemory.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 30098 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpSymbols.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 10483 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5580 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h
â â +-rw-rw-r-- 0 root (0) root (0) 40733 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/propagateNoContraction.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/propagateNoContraction.h
â â +-rw-rw-r-- 0 root (0) root (0) 31872 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/reflection.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5538 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/MachineIndependent/reflection.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Unix/
â â +-rw-rw-r-- 0 root (0) root (0) 180 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Unix/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 5113 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Unix/ossource.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Windows/
â â +-rw-rw-r-- 0 root (0) root (0) 480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Windows/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 2307 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Windows/main.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4242 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/Windows/ossource.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2327 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/OSDependent/osinclude.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Public/
â â +-rw-rw-r-- 0 root (0) root (0) 21933 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/Public/ShaderLang.h
â â +-rwxrwxr-x 0 root (0) root (0) 145 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/glslang/updateGrammar
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/
â â +-rw-rw-r-- 0 root (0) root (0) 5673 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/AST.FromFile.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2200 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/BuiltInResource.FromFile.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1928 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 4038 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Config.FromFile.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 52292 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/HexFloat.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 11090 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Hlsl.FromFile.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2130 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Initializer.h
â â +-rw-rw-r-- 0 root (0) root (0) 4111 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Link.FromFile.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2779 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Pp.FromFile.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1212 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/README.md
â â +-rw-rw-r-- 0 root (0) root (0) 5952 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Remap.FromFile.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2206 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Settings.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Settings.h
â â +-rw-rw-r-- 0 root (0) root (0) 12441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/Spv.FromFile.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/TestFixture.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 24052 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/TestFixture.h
â â +-rw-rw-r-- 0 root (0) root (0) 2711 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/gtests/main.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/
â â +-rwxrwxr-x 0 root (0) root (0) 573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 4192 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslAttributes.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3278 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslAttributes.h
â â +-rwxrwxr-x 0 root (0) root (0) 94035 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslGrammar.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 5194 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslGrammar.h
â â +-rwxrwxr-x 0 root (0) root (0) 5641 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslOpMap.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 2310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslOpMap.h
â â +-rwxrwxr-x 0 root (0) root (0) 244191 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslParseHelper.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 16273 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslParseHelper.h
â â +-rwxrwxr-x 0 root (0) root (0) 72824 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslParseables.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 2613 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslParseables.h
â â +-rwxrwxr-x 0 root (0) root (0) 30856 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslScanContext.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 3615 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslScanContext.h
â â +-rwxrwxr-x 0 root (0) root (0) 3245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslTokenStream.cpp
â â +-rwxrwxr-x 0 root (0) root (0) 3407 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslTokenStream.h
â â +-rwxrwxr-x 0 root (0) root (0) 6895 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/hlsl/hlslTokens.h
â â +-rwxrwxr-x 0 root (0) root (0) 422 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/glslang/glslang/make-revision
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/ibxm/
â â +-rw-rw-r-- 0 root (0) root (0) 828 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/ibxm/README
â â +-rw-rw-r-- 0 root (0) root (0) 64900 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/ibxm/ibxm.c
â â +-rw-rw-r-- 0 root (0) root (0) 2338 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/ibxm/ibxm.h
â â +-rw-rw-r-- 0 root (0) root (0) 1551 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/ibxm/licence.txt
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/
â â +-rw-rw-r-- 0 root (0) root (0) 2155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/AUTHORS
â â +-rw-rw-r-- 0 root (0) root (0) 1509 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/COPYING.Xiph
â â +-rw-rw-r-- 0 root (0) root (0) 10342 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/README
â â +-rw-rw-r-- 0 root (0) root (0) 2353 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/bitmath.c
â â +-rw-rw-r-- 0 root (0) root (0) 33505 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/bitreader.c
â â +-rw-rw-r-- 0 root (0) root (0) 10658 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/cpu.c
â â +-rw-rw-r-- 0 root (0) root (0) 6386 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/crc.c
â â +-rw-rw-r-- 0 root (0) root (0) 15103 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/fixed.c
â â +-rw-rw-r-- 0 root (0) root (0) 9168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/float.c
â â +-rw-rw-r-- 0 root (0) root (0) 21401 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/format.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/
â â +-rw-rw-r-- 0 root (0) root (0) 2000 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/assert.h
â â +-rw-rw-r-- 0 root (0) root (0) 7233 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/callback.h
â â +-rw-rw-r-- 0 root (0) root (0) 3204 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/export.h
â â +-rw-rw-r-- 0 root (0) root (0) 40463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/format.h
â â +-rw-rw-r-- 0 root (0) root (0) 99363 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/metadata.h
â â +-rw-rw-r-- 0 root (0) root (0) 2666 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/ordinals.h
â â +-rw-rw-r-- 0 root (0) root (0) 70482 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/FLAC/stream_decoder.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/
â â +-rw-rw-r-- 0 root (0) root (0) 6562 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/bitmath.h
â â +-rw-rw-r-- 0 root (0) root (0) 4563 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/bitreader.h
â â +-rw-rw-r-- 0 root (0) root (0) 5445 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/cpu.h
â â +-rw-rw-r-- 0 root (0) root (0) 2659 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/crc.h
â â +-rw-rw-r-- 0 root (0) root (0) 5324 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/fixed.h
â â +-rw-rw-r-- 0 root (0) root (0) 3632 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/float.h
â â +-rw-rw-r-- 0 root (0) root (0) 2525 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/format.h
â â +-rw-rw-r-- 0 root (0) root (0) 14243 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/lpc.h
â â +-rw-rw-r-- 0 root (0) root (0) 2618 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/macros.h
â â +-rw-rw-r-- 0 root (0) root (0) 1642 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/md5.h
â â +-rw-rw-r-- 0 root (0) root (0) 2812 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/private/memory.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/protected/
â â +-rw-rw-r-- 0 root (0) root (0) 2526 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/protected/stream_decoder.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/share/
â â +-rw-rw-r-- 0 root (0) root (0) 6215 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/share/alloc.h
â â +-rw-rw-r-- 0 root (0) root (0) 6195 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/share/compat.h
â â +-rw-rw-r-- 0 root (0) root (0) 2937 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/share/endswap.h
â â +-rw-rw-r-- 0 root (0) root (0) 2099 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/share/win_utf8_io.h
â â +-rw-rw-r-- 0 root (0) root (0) 2853 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/include/share/windows_unicode_filenames.h
â â +-rw-rw-r-- 0 root (0) root (0) 46768 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/lpc.c
â â +-rw-rw-r-- 0 root (0) root (0) 65579 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/lpc_intrin_avx2.c
â â +-rw-rw-r-- 0 root (0) root (0) 12521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/lpc_intrin_sse.c
â â +-rw-rw-r-- 0 root (0) root (0) 50710 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/lpc_intrin_sse2.c
â â +-rw-rw-r-- 0 root (0) root (0) 63009 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/lpc_intrin_sse41.c
â â +-rw-rw-r-- 0 root (0) root (0) 17233 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/md5.c
â â +-rw-rw-r-- 0 root (0) root (0) 6636 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/memory.c
â â +-rw-rw-r-- 0 root (0) root (0) 134751 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/stream_decoder.c
â â +-rw-rw-r-- 0 root (0) root (0) 5194 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libFLAC/windows_unicode_filenames.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/
â â +-rw-rw-r-- 0 root (0) root (0) 2504 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/bit_ops.h
â â +-rw-rw-r-- 0 root (0) root (0) 9781 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/cache.c
â â +-rw-rw-r-- 0 root (0) root (0) 4943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/cache.h
â â +-rw-rw-r-- 0 root (0) root (0) 2956 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/common.h
â â +-rw-rw-r-- 0 root (0) root (0) 38911 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/directory.c
â â +-rw-rw-r-- 0 root (0) root (0) 6288 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/directory.h
â â +-rw-rw-r-- 0 root (0) root (0) 3867 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/disc.c
â â +-rw-rw-r-- 0 root (0) root (0) 3695 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/disc.h
â â +-rw-rw-r-- 0 root (0) root (0) 18438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/fatdir.c
â â +-rw-rw-r-- 0 root (0) root (0) 2765 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/fatdir.h
â â +-rw-rw-r-- 0 root (0) root (0) 35964 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/fatfile.c
â â +-rw-rw-r-- 0 root (0) root (0) 3761 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/fatfile.h
â â +-rw-rw-r-- 0 root (0) root (0) 12252 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/file_allocation_table.c
â â +-rw-rw-r-- 0 root (0) root (0) 2867 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/file_allocation_table.h
â â +-rw-rw-r-- 0 root (0) root (0) 3374 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/filetime.c
â â +-rw-rw-r-- 0 root (0) root (0) 1757 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/filetime.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/include/
â â +-rw-rw-r-- 0 root (0) root (0) 4236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/include/fat.h
â â +-rw-rw-r-- 0 root (0) root (0) 213 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/include/libfatversion.h
â â +-rw-rw-r-- 0 root (0) root (0) 6885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/libfat.c
â â +-rw-rw-r-- 0 root (0) root (0) 400 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/lock.c
â â +-rw-rw-r-- 0 root (0) root (0) 2106 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/lock.h
â â +-rw-rw-r-- 0 root (0) root (0) 1926 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/mem_allocate.h
â â +-rw-rw-r-- 0 root (0) root (0) 14995 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/partition.c
â â +-rw-rw-r-- 0 root (0) root (0) 3770 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libfat/partition.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libiosuhax/
â â +-rw-rw-r-- 0 root (0) root (0) 25630 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax.c
â â +-rw-rw-r-- 0 root (0) root (0) 4484 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax.h
â â +-rw-rw-r-- 0 root (0) root (0) 26291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax_devoptab.c
â â +-rw-rw-r-- 0 root (0) root (0) 1713 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax_devoptab.h
â â +-rw-rw-r-- 0 root (0) root (0) 6299 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax_disc_interface.c
â â +-rw-rw-r-- 0 root (0) root (0) 2547 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libiosuhax/iosuhax_disc_interface.h
â â +-rw-rw-r-- 0 root (0) root (0) 2490 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libiosuhax/os_functions.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/
â â +-rw-rw-r-- 0 root (0) root (0) 1155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/LICENSE
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/
â â +-rw-rw-r-- 0 root (0) root (0) 308 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 4950 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/areaevents.c
â â +-rw-rw-r-- 0 root (0) root (0) 1942 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/control.c
â â +-rw-rw-r-- 0 root (0) root (0) 907 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/controlsigs.h
â â +-rw-rw-r-- 0 root (0) root (0) 501 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/debug.c
â â +-rw-rw-r-- 0 root (0) root (0) 1345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/matrix.c
â â +-rw-rw-r-- 0 root (0) root (0) 371 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/shouldquit.c
â â +-rw-rw-r-- 0 root (0) root (0) 2010 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/uipriv.h
â â +-rw-rw-r-- 0 root (0) root (0) 187 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/common/userbugs.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/
â â +-rw-rw-r-- 0 root (0) root (0) 1821 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 2032 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/alloc.m
â â +-rw-rw-r-- 0 root (0) root (0) 10687 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/area.m
â â +-rw-rw-r-- 0 root (0) root (0) 4026 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/areaevents.m
â â +-rw-rw-r-- 0 root (0) root (0) 5547 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/autolayout.m
â â +-rw-rw-r-- 0 root (0) root (0) 11416 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/box.m
â â +-rw-rw-r-- 0 root (0) root (0) 2241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/button.m
â â +-rw-rw-r-- 0 root (0) root (0) 2596 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/checkbox.m
â â +-rw-rw-r-- 0 root (0) root (0) 4167 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/colorbutton.m
â â +-rw-rw-r-- 0 root (0) root (0) 3352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/combobox.m
â â +-rw-rw-r-- 0 root (0) root (0) 2225 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/control.m
â â +-rw-rw-r-- 0 root (0) root (0) 1072 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/datetimepicker.m
â â +-rw-rw-r-- 0 root (0) root (0) 591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/debug.m
â â +-rw-rw-r-- 0 root (0) root (0) 11302 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/draw.m
â â +-rw-rw-r-- 0 root (0) root (0) 22466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/drawtext.m
â â +-rw-rw-r-- 0 root (0) root (0) 5002 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/editablecombo.m
â â +-rw-rw-r-- 0 root (0) root (0) 5301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/entry.m
â â +-rw-rw-r-- 0 root (0) root (0) 5351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/fontbutton.m
â â +-rw-rw-r-- 0 root (0) root (0) 14649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/form.m
â â +-rw-rw-r-- 0 root (0) root (0) 20254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/grid.m
â â +-rw-rw-r-- 0 root (0) root (0) 5735 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/group.m
â â +-rw-rw-r-- 0 root (0) root (0) 1944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/image.m
â â +-rw-rw-r-- 0 root (0) root (0) 761 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/label.m
â â +-rw-rw-r-- 0 root (0) root (0) 6536 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/main.m
â â +-rw-rw-r-- 0 root (0) root (0) 1378 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/map.m
â â +-rw-rw-r-- 0 root (0) root (0) 9572 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/menu.m
â â +-rw-rw-r-- 0 root (0) root (0) 7288 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/multilineentry.m
â â +-rw-rw-r-- 0 root (0) root (0) 1697 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/progressbar.m
â â +-rw-rw-r-- 0 root (0) root (0) 5254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/radiobuttons.m
â â +-rw-rw-r-- 0 root (0) root (0) 2048 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/scrollview.m
â â +-rw-rw-r-- 0 root (0) root (0) 1010 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/separator.m
â â +-rw-rw-r-- 0 root (0) root (0) 3021 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/slider.m
â â +-rw-rw-r-- 0 root (0) root (0) 5791 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/spinbox.m
â â +-rw-rw-r-- 0 root (0) root (0) 3264 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/stddialogs.m
â â +-rw-rw-r-- 0 root (0) root (0) 7528 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/tab.m
â â +-rw-rw-r-- 0 root (0) root (0) 290 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/text.m
â â +-rw-rw-r-- 0 root (0) root (0) 4932 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/uipriv_darwin.h
â â +-rw-rw-r-- 0 root (0) root (0) 581 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/util.m
â â +-rw-rw-r-- 0 root (0) root (0) 9436 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/window.m
â â +-rw-rw-r-- 0 root (0) root (0) 7873 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/darwin/winmoveresize.m
â â +-rw-rw-r-- 0 root (0) root (0) 12687 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/libui_main.c
â â +-rw-rw-r-- 0 root (0) root (0) 25390 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/ui.h
â â +-rw-rw-r-- 0 root (0) root (0) 9197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/ui_darwin.h
â â +-rw-rw-r-- 0 root (0) root (0) 4504 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/ui_unix.h
â â +-rw-rw-r-- 0 root (0) root (0) 10137 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/ui_windows.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/
â â +-rw-rw-r-- 0 root (0) root (0) 1733 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 1911 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/alloc.c
â â +-rw-rw-r-- 0 root (0) root (0) 18460 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/area.c
â â +-rw-rw-r-- 0 root (0) root (0) 3800 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/box.c
â â +-rw-rw-r-- 0 root (0) root (0) 1051 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/button.c
â â +-rw-rw-r-- 0 root (0) root (0) 10217 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/cellrendererbutton.c
â â +-rw-rw-r-- 0 root (0) root (0) 1813 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/checkbox.c
â â +-rw-rw-r-- 0 root (0) root (0) 2871 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/child.c
â â +-rw-rw-r-- 0 root (0) root (0) 1801 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/colorbutton.c
â â +-rw-rw-r-- 0 root (0) root (0) 1534 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/combobox.c
â â +-rw-rw-r-- 0 root (0) root (0) 407 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/control.c
â â +-rw-rw-r-- 0 root (0) root (0) 17093 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/datetimepicker.c
â â +-rw-rw-r-- 0 root (0) root (0) 373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/debug.c
â â +-rw-rw-r-- 0 root (0) root (0) 3205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/draw.c
â â +-rw-rw-r-- 0 root (0) root (0) 253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/draw.h
â â +-rw-rw-r-- 0 root (0) root (0) 2022 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/drawmatrix.c
â â +-rw-rw-r-- 0 root (0) root (0) 3759 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/drawpath.c
â â +-rw-rw-r-- 0 root (0) root (0) 8680 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/drawtext.c
â â +-rw-rw-r-- 0 root (0) root (0) 2037 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/editablecombo.c
â â +-rw-rw-r-- 0 root (0) root (0) 2104 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/entry.c
â â +-rw-rw-r-- 0 root (0) root (0) 1773 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/fontbutton.c
â â +-rw-rw-r-- 0 root (0) root (0) 4082 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/form.c
â â +-rw-rw-r-- 0 root (0) root (0) 1321 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/future.c
â â +-rw-rw-r-- 0 root (0) root (0) 774 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/graphemes.c
â â +-rw-rw-r-- 0 root (0) root (0) 3613 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/grid.c
â â +-rw-rw-r-- 0 root (0) root (0) 2284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/group.c
â â +-rw-rw-r-- 0 root (0) root (0) 2781 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/image.c
â â +-rw-rw-r-- 0 root (0) root (0) 594 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/label.c
â â +-rw-rw-r-- 0 root (0) root (0) 2222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/main.c
â â +-rw-rw-r-- 0 root (0) root (0) 8926 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/menu.c
â â +-rw-rw-r-- 0 root (0) root (0) 3533 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/multilineentry.c
â â +-rw-rw-r-- 0 root (0) root (0) 1404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/progressbar.c
â â +-rw-rw-r-- 0 root (0) root (0) 2777 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/radiobuttons.c
â â +-rw-rw-r-- 0 root (0) root (0) 599 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/separator.c
â â +-rw-rw-r-- 0 root (0) root (0) 1516 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/slider.c
â â +-rw-rw-r-- 0 root (0) root (0) 1616 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/spinbox.c
â â +-rw-rw-r-- 0 root (0) root (0) 2038 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/stddialogs.c
â â +-rw-rw-r-- 0 root (0) root (0) 2036 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/tab.c
â â +-rw-rw-r-- 0 root (0) root (0) 147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/text.c
â â +-rw-rw-r-- 0 root (0) root (0) 2115 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/uipriv_unix.h
â â +-rw-rw-r-- 0 root (0) root (0) 205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/util.c
â â +-rw-rw-r-- 0 root (0) root (0) 7694 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/unix/window.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/
â â +-rw-rw-r-- 0 root (0) root (0) 2307 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/CMakeLists.txt
â â +-rw-rw-r-- 0 root (0) root (0) 1901 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/_uipriv_migrate.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 1337 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/alloc.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4817 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/area.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1172 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/area.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 3964 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/areadraw.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 12957 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/areaevents.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 6397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/areascroll.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 773 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/areautil.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 7563 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/box.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2455 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/button.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2836 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/checkbox.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4544 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/colorbutton.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 31961 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/colordialog.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2680 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/combobox.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 276 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/compilerver.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 3033 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/container.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3363 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/control.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/d2dscratch.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5499 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/datetimepicker.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2238 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/debug.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 14319 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/draw.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 363 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/draw.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 2142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/drawmatrix.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 6942 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/drawpath.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 15443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/drawtext.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2658 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/dwrite.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3167 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/editablecombo.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2941 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/entry.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/events.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3045 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/fontbutton.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 19290 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/fontdialog.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 8165 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/form.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/graphemes.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 16565 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/grid.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 6024 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/group.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4763 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/init.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1343 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/label.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1081 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/libui.manifest
â â +-rw-rw-r-- 0 root (0) root (0) 2670 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/main.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 7772 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/menu.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3802 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/multilineentry.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 128 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/notes
â â +-rw-rw-r-- 0 root (0) root (0) 4583 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/parent.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2200 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/progressbar.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5004 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/radiobuttons.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 792 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/resources.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 4264 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/resources.rc
â â +-rw-rw-r-- 0 root (0) root (0) 1345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/separator.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/sizing.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/slider.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5814 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/spinbox.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4011 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/stddialogs.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 7739 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/tab.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/tabpage.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2272 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/text.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5504 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/uipriv_windows.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 3133 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/utf16.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2214 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/utilwin.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/winapi.hpp
â â +-rw-rw-r-- 0 root (0) root (0) 14602 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/window.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1570 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/winpublic.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4012 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libui/windows/winutil.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/
â â +-rw-rw-r-- 0 root (0) root (0) 1110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/LICENSE
â â +-rw-rw-r-- 0 root (0) root (0) 1212 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 141 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/README.md
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/include/
â â +-rw-rw-r-- 0 root (0) root (0) 642 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/include/shared.h
â â +-rw-rw-r-- 0 root (0) root (0) 995 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/include/utils.h
â â +-rw-rw-r-- 0 root (0) root (0) 5416 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/include/vita2d.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/
â â +-rw-rw-r-- 0 root (0) root (0) 77 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/clear_f.cg
â â +-rw-rw-r-- 0 root (0) root (0) 1641 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/clear_f_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 86 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/clear_v.cg
â â +-rw-rw-r-- 0 root (0) root (0) 1817 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/clear_v_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 62 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/color_f.cg
â â +-rw-rw-r-- 0 root (0) root (0) 1465 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/color_f_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 213 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/color_v.cg
â â +-rw-rw-r-- 0 root (0) root (0) 2293 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/color_v_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 1547 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/tetxure_f_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 1986 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/tetxure_tint_f_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 2299 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/tetxure_v_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 112 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_f.cg
â â +-rw-rw-r-- 0 root (0) root (0) 1547 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_f_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_tint_f.cg
â â +-rw-rw-r-- 0 root (0) root (0) 1986 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_tint_f_gxp.c
â â +-rw-rw-r-- 0 root (0) root (0) 229 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_v.cg
â â +-rw-rw-r-- 0 root (0) root (0) 2299 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/shader/texture_v_gxp.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/source/
â â +-rw-rw-r-- 0 root (0) root (0) 2330 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/source/utils.c
â â +-rw-rw-r-- 0 root (0) root (0) 29111 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/source/vita2d.c
â â +-rw-rw-r-- 0 root (0) root (0) 5142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/source/vita2d_draw.c
â â +-rw-rw-r-- 0 root (0) root (0) 20403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libvita2d/source/vita2d_texture.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/
â â +-rw-rw-r-- 0 root (0) root (0) 2178 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/adler32.c
â â +-rw-rw-r-- 0 root (0) root (0) 2332 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/compress.c
â â +-rw-rw-r-- 0 root (0) root (0) 4514 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/crc32.c
â â +-rw-rw-r-- 0 root (0) root (0) 68064 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/deflate.c
â â +-rw-rw-r-- 0 root (0) root (0) 12785 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/deflate.h
â â +-rw-rw-r-- 0 root (0) root (0) 724 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/gzclose.c
â â +-rw-rw-r-- 0 root (0) root (0) 127 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/gzfile.h
â â +-rw-rw-r-- 0 root (0) root (0) 6651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/gzguts.h
â â +-rw-rw-r-- 0 root (0) root (0) 15326 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/gzlib.c
â â +-rw-rw-r-- 0 root (0) root (0) 17656 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/gzread.c
â â +-rw-rw-r-- 0 root (0) root (0) 15752 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/gzwrite.c
â â +-rw-rw-r-- 0 root (0) root (0) 22046 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/infback.c
â â +-rw-rw-r-- 0 root (0) root (0) 12282 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/inffast.c
â â +-rw-rw-r-- 0 root (0) root (0) 473 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/inffast.h
â â +-rw-rw-r-- 0 root (0) root (0) 6377 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/inffixed.h
â â +-rw-rw-r-- 0 root (0) root (0) 55052 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/inflate.c
â â +-rw-rw-r-- 0 root (0) root (0) 6446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/inflate.h
â â +-rw-rw-r-- 0 root (0) root (0) 12664 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/inftrees.c
â â +-rw-rw-r-- 0 root (0) root (0) 2973 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/inftrees.h
â â +-rw-rw-r-- 0 root (0) root (0) 42126 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/trees.c
â â +-rw-rw-r-- 0 root (0) root (0) 8514 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/trees.h
â â +-rw-rw-r-- 0 root (0) root (0) 1932 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/uncompr.c
â â +-rw-rw-r-- 0 root (0) root (0) 14664 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/zconf.h
â â +-rw-rw-r-- 0 root (0) root (0) 14664 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/zconf.h.in
â â +-rw-rw-r-- 0 root (0) root (0) 3568 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/libz/zutil.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/
â â +-rw-rw-r-- 0 root (0) root (0) 49787 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/aes.c
â â +-rw-rw-r-- 0 root (0) root (0) 18460 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/aesni.c
â â +-rw-rw-r-- 0 root (0) root (0) 4766 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/arc4.c
â â +-rw-rw-r-- 0 root (0) root (0) 9450 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/asn1parse.c
â â +-rw-rw-r-- 0 root (0) root (0) 10827 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/asn1write.c
â â +-rw-rw-r-- 0 root (0) root (0) 7705 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/base64.c
â â +-rw-rw-r-- 0 root (0) root (0) 58351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/bignum.c
â â +-rw-rw-r-- 0 root (0) root (0) 25697 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/blowfish.c
â â +-rw-rw-r-- 0 root (0) root (0) 271245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/cacert.h
â â +-rw-rw-r-- 0 root (0) root (0) 35151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/camellia.c
â â +-rw-rw-r-- 0 root (0) root (0) 13130 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ccm.c
â â +-rw-rw-r-- 0 root (0) root (0) 21640 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/certs.c
â â +-rw-rw-r-- 0 root (0) root (0) 26199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/cipher.c
â â +-rw-rw-r-- 0 root (0) root (0) 35994 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/cipher_wrap.c
â â +-rw-rw-r-- 0 root (0) root (0) 32867 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/cmac.c
â â +-rw-rw-r-- 0 root (0) root (0) 17570 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ctr_drbg.c
â â +-rw-rw-r-- 0 root (0) root (0) 11042 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/debug.c
â â +-rw-rw-r-- 0 root (0) root (0) 31859 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/des.c
â â +-rw-rw-r-- 0 root (0) root (0) 16757 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/dhm.c
â â +-rw-rw-r-- 0 root (0) root (0) 7185 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ecdh.c
â â +-rw-rw-r-- 0 root (0) root (0) 13271 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ecdsa.c
â â +-rw-rw-r-- 0 root (0) root (0) 37698 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ecjpake.c
â â +-rw-rw-r-- 0 root (0) root (0) 67474 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ecp.c
â â +-rw-rw-r-- 0 root (0) root (0) 52528 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ecp_curves.c
â â +-rw-rw-r-- 0 root (0) root (0) 18408 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/entropy.c
â â +-rw-rw-r-- 0 root (0) root (0) 6663 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/entropy_poll.c
â â +-rw-rw-r-- 0 root (0) root (0) 37011 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/error.c
â â +-rw-rw-r-- 0 root (0) root (0) 30515 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/gcm.c
â â +-rw-rw-r-- 0 root (0) root (0) 9192 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/havege.c
â â +-rw-rw-r-- 0 root (0) root (0) 16013 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/hmac_drbg.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/
â â +-rw-rw-r-- 0 root (0) root (0) 11967 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/aes.h
â â +-rw-rw-r-- 0 root (0) root (0) 3417 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/aesni.h
â â +-rw-rw-r-- 0 root (0) root (0) 2669 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/arc4.h
â â +-rw-rw-r-- 0 root (0) root (0) 11762 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/asn1.h
â â +-rw-rw-r-- 0 root (0) root (0) 9307 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/asn1write.h
â â +-rw-rw-r-- 0 root (0) root (0) 3134 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/base64.h
â â +-rw-rw-r-- 0 root (0) root (0) 26276 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/bignum.h
â â +-rw-rw-r-- 0 root (0) root (0) 7482 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/blowfish.h
â â +-rw-rw-r-- 0 root (0) root (0) 35258 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/bn_mul.h
â â +-rw-rw-r-- 0 root (0) root (0) 8123 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/camellia.h
â â +-rw-rw-r-- 0 root (0) root (0) 4965 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ccm.h
â â +-rw-rw-r-- 0 root (0) root (0) 3459 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/certs.h
â â +-rw-rw-r-- 0 root (0) root (0) 26340 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/check_config.h
â â +-rw-rw-r-- 0 root (0) root (0) 26791 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/cipher.h
â â +-rw-rw-r-- 0 root (0) root (0) 3250 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/cipher_internal.h
â â +-rw-rw-r-- 0 root (0) root (0) 6210 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/cmac.h
â â +-rw-rw-r-- 0 root (0) root (0) 129529 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/compat-1.3.h
â â +-rw-rw-r-- 0 root (0) root (0) 85312 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/config.h
â â +-rw-rw-r-- 0 root (0) root (0) 10845 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ctr_drbg.h
â â +-rw-rw-r-- 0 root (0) root (0) 8791 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/debug.h
â â +-rw-rw-r-- 0 root (0) root (0) 8939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/des.h
â â +-rw-rw-r-- 0 root (0) root (0) 12106 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/dhm.h
â â +-rw-rw-r-- 0 root (0) root (0) 7742 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecdh.h
â â +-rw-rw-r-- 0 root (0) root (0) 10339 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecdsa.h
â â +-rw-rw-r-- 0 root (0) root (0) 8632 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecjpake.h
â â +-rw-rw-r-- 0 root (0) root (0) 25907 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecp.h
â â +-rw-rw-r-- 0 root (0) root (0) 10532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ecp_internal.h
â â +-rw-rw-r-- 0 root (0) root (0) 9615 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/entropy.h
â â +-rw-rw-r-- 0 root (0) root (0) 3304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/entropy_poll.h
â â +-rw-rw-r-- 0 root (0) root (0) 3175 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/error.h
â â +-rw-rw-r-- 0 root (0) root (0) 7723 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/gcm.h
â â +-rw-rw-r-- 0 root (0) root (0) 1778 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/havege.h
â â +-rw-rw-r-- 0 root (0) root (0) 11111 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/hmac_drbg.h
â â +-rw-rw-r-- 0 root (0) root (0) 12221 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md.h
â â +-rw-rw-r-- 0 root (0) root (0) 3300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md2.h
â â +-rw-rw-r-- 0 root (0) root (0) 3283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md4.h
â â +-rw-rw-r-- 0 root (0) root (0) 3283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md5.h
â â +-rw-rw-r-- 0 root (0) root (0) 3085 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/md_internal.h
â â +-rw-rw-r-- 0 root (0) root (0) 5136 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/memory_buffer_alloc.h
â â +-rw-rw-r-- 0 root (0) root (0) 1144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/net.h
â â +-rw-rw-r-- 0 root (0) root (0) 8513 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/net_sockets.h
â â +-rw-rw-r-- 0 root (0) root (0) 29748 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/oid.h
â â +-rw-rw-r-- 0 root (0) root (0) 3135 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/padlock.h
â â +-rw-rw-r-- 0 root (0) root (0) 4911 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pem.h
â â +-rw-rw-r-- 0 root (0) root (0) 21917 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pk.h
â â +-rw-rw-r-- 0 root (0) root (0) 3530 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pk_internal.h
â â +-rw-rw-r-- 0 root (0) root (0) 5613 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pkcs11.h
â â +-rw-rw-r-- 0 root (0) root (0) 5015 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pkcs12.h
â â +-rw-rw-r-- 0 root (0) root (0) 3286 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/pkcs5.h
â â +-rw-rw-r-- 0 root (0) root (0) 11147 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/platform.h
â â +-rw-rw-r-- 0 root (0) root (0) 2118 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/platform_time.h
â â +-rw-rw-r-- 0 root (0) root (0) 3554 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ripemd160.h
â â +-rw-rw-r-- 0 root (0) root (0) 28360 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/rsa.h
â â +-rw-rw-r-- 0 root (0) root (0) 3326 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/sha1.h
â â +-rw-rw-r-- 0 root (0) root (0) 3650 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/sha256.h
â â +-rw-rw-r-- 0 root (0) root (0) 3653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/sha512.h
â â +-rw-rw-r-- 0 root (0) root (0) 114269 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl.h
â â +-rw-rw-r-- 0 root (0) root (0) 4190 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_cache.h
â â +-rw-rw-r-- 0 root (0) root (0) 22284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_ciphersuites.h
â â +-rw-rw-r-- 0 root (0) root (0) 3148 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_cookie.h
â â +-rw-rw-r-- 0 root (0) root (0) 23979 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_internal.h
â â +-rw-rw-r-- 0 root (0) root (0) 4275 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/ssl_ticket.h
â â +-rw-rw-r-- 0 root (0) root (0) 3775 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/threading.h
â â +-rw-rw-r-- 0 root (0) root (0) 3778 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/timing.h
â â +-rw-rw-r-- 0 root (0) root (0) 3384 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/version.h
â â +-rw-rw-r-- 0 root (0) root (0) 15223 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/x509.h
â â +-rw-rw-r-- 0 root (0) root (0) 5308 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/x509_crl.h
â â +-rw-rw-r-- 0 root (0) root (0) 26036 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/x509_crt.h
â â +-rw-rw-r-- 0 root (0) root (0) 10013 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/x509_csr.h
â â +-rw-rw-r-- 0 root (0) root (0) 3480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/mbedtls/xtea.h
â â +-rw-rw-r-- 0 root (0) root (0) 12179 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/md.c
â â +-rw-rw-r-- 0 root (0) root (0) 7882 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/md2.c
â â +-rw-rw-r-- 0 root (0) root (0) 10250 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/md4.c
â â +-rw-rw-r-- 0 root (0) root (0) 11246 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/md5.c
â â +-rw-rw-r-- 0 root (0) root (0) 13186 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/md_wrap.c
â â +-rw-rw-r-- 0 root (0) root (0) 19257 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/memory_buffer_alloc.c
â â +-rw-rw-r-- 0 root (0) root (0) 16576 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/net_sockets.c
â â +-rw-rw-r-- 0 root (0) root (0) 25460 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/oid.c
â â +-rw-rw-r-- 0 root (0) root (0) 4804 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/padlock.c
â â +-rw-rw-r-- 0 root (0) root (0) 13373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/pem.c
â â +-rw-rw-r-- 0 root (0) root (0) 10607 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/pk.c
â â +-rw-rw-r-- 0 root (0) root (0) 14418 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/pk_wrap.c
â â +-rw-rw-r-- 0 root (0) root (0) 6394 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/pkcs11.c
â â +-rw-rw-r-- 0 root (0) root (0) 10893 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/pkcs12.c
â â +-rw-rw-r-- 0 root (0) root (0) 11753 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/pkcs5.c
â â +-rw-rw-r-- 0 root (0) root (0) 39115 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/pkparse.c
â â +-rw-rw-r-- 0 root (0) root (0) 14724 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/pkwrite.c
â â +-rw-rw-r-- 0 root (0) root (0) 8821 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/platform.c
â â +-rw-rw-r-- 0 root (0) root (0) 13817 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ripemd160.c
â â +-rw-rw-r-- 0 root (0) root (0) 55974 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/rsa.c
â â +-rw-rw-r-- 0 root (0) root (0) 11634 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/sha1.c
â â +-rw-rw-r-- 0 root (0) root (0) 13397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/sha256.c
â â +-rw-rw-r-- 0 root (0) root (0) 15874 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/sha512.c
â â +-rw-rw-r-- 0 root (0) root (0) 8142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ssl_cache.c
â â +-rw-rw-r-- 0 root (0) root (0) 81761 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ssl_ciphersuites.c
â â +-rw-rw-r-- 0 root (0) root (0) 118497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ssl_cli.c
â â +-rw-rw-r-- 0 root (0) root (0) 7442 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ssl_cookie.c
â â +-rw-rw-r-- 0 root (0) root (0) 140879 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ssl_srv.c
â â +-rw-rw-r-- 0 root (0) root (0) 13365 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ssl_ticket.c
â â +-rw-rw-r-- 0 root (0) root (0) 258552 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/ssl_tls.c
â â +-rw-rw-r-- 0 root (0) root (0) 4268 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/threading.c
â â +-rw-rw-r-- 0 root (0) root (0) 13209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/timing.c
â â +-rw-rw-r-- 0 root (0) root (0) 1368 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/version.c
â â +-rw-rw-r-- 0 root (0) root (0) 23597 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/version_features.c
â â +-rw-rw-r-- 0 root (0) root (0) 29456 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/x509.c
â â +-rw-rw-r-- 0 root (0) root (0) 11554 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/x509_create.c
â â +-rw-rw-r-- 0 root (0) root (0) 19569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/x509_crl.c
â â +-rw-rw-r-- 0 root (0) root (0) 70663 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/x509_crt.c
â â +-rw-rw-r-- 0 root (0) root (0) 11060 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/x509_csr.c
â â +-rw-rw-r-- 0 root (0) root (0) 15883 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/x509write_crt.c
â â +-rw-rw-r-- 0 root (0) root (0) 8558 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/x509write_csr.c
â â +-rw-rw-r-- 0 root (0) root (0) 7524 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/mbedtls/xtea.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/
â â +-rw-rw-r-- 0 root (0) root (0) 16743 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/Changelog.txt
â â +-rw-rw-r-- 0 root (0) root (0) 1480 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/LICENSE
â â +-rw-rw-r-- 0 root (0) root (0) 93 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/MANIFEST.in
â â +-rw-rw-r-- 0 root (0) root (0) 8044 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 2047 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/README
â â +-rw-rw-r-- 0 root (0) root (0) 4 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/VERSION
â â +-rw-rw-r-- 0 root (0) root (0) 4923 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/apiversions.txt
â â +-rw-rw-r-- 0 root (0) root (0) 1557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/codelength.h
â â +-rw-rw-r-- 0 root (0) root (0) 6397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/connecthostport.c
â â +-rw-rw-r-- 0 root (0) root (0) 591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/connecthostport.h
â â +-rw-rw-r-- 0 root (0) root (0) 4622 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/igd_desc_parse.c
â â +-rw-rw-r-- 0 root (0) root (0) 1629 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/igd_desc_parse.h
â â +-rw-rw-r-- 0 root (0) root (0) 3300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/minisoap.c
â â +-rw-rw-r-- 0 root (0) root (0) 498 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/minisoap.h
â â +-rw-rw-r-- 0 root (0) root (0) 23926 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/minissdpc.c
â â +-rw-rw-r-- 0 root (0) root (0) 1635 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/minissdpc.h
â â +-rw-rw-r-- 0 root (0) root (0) 20771 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpc.c
â â +-rw-rw-r-- 0 root (0) root (0) 983 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpc.def
â â +-rw-rw-r-- 0 root (0) root (0) 5066 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpc.h
â â +-rw-rw-r-- 0 root (0) root (0) 325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpc_declspec.h
â â +-rw-rw-r-- 0 root (0) root (0) 693 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpcstrings.h
â â +-rw-rw-r-- 0 root (0) root (0) 610 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/miniupnpctypes.h
â â +-rw-rw-r-- 0 root (0) root (0) 16751 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/miniwget.c
â â +-rw-rw-r-- 0 root (0) root (0) 771 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/miniwget.h
â â +-rw-rw-r-- 0 root (0) root (0) 5636 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/minixml.c
â â +-rw-rw-r-- 0 root (0) root (0) 1179 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/minixml.h
â â +-rw-rw-r-- 0 root (0) root (0) 3898 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/portlistingparse.c
â â +-rw-rw-r-- 0 root (0) root (0) 1830 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/portlistingparse.h
â â +-rw-rw-r-- 0 root (0) root (0) 2847 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/receivedata.c
â â +-rw-rw-r-- 0 root (0) root (0) 712 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/receivedata.h
â â +-rwxrwxr-x 0 root (0) root (0) 1488 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/updateminiupnpcstrings.sh
â â +-rw-rw-r-- 0 root (0) root (0) 35780 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/upnpcommands.c
â â +-rw-rw-r-- 0 root (0) root (0) 13600 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/upnpcommands.h
â â +-rw-rw-r-- 0 root (0) root (0) 569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/upnpdev.c
â â +-rw-rw-r-- 0 root (0) root (0) 725 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/upnpdev.h
â â +-rw-rw-r-- 0 root (0) root (0) 2144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/upnperrors.c
â â +-rw-rw-r-- 0 root (0) root (0) 624 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/upnperrors.h
â â +-rw-rw-r-- 0 root (0) root (0) 4494 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/upnpreplyparse.c
â â +-rw-rw-r-- 0 root (0) root (0) 1361 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/miniupnpc/upnpreplyparse.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/nuklear/
â â +-rw-rw-r-- 0 root (0) root (0) 858332 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/nuklear/nuklear.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/peglib/
â â +-rw-rw-r-- 0 root (0) root (0) 82516 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/peglib/peglib.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/
â â +-rw-rw-r-- 0 root (0) root (0) 13712 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/ANNOUNCE
â â +-rw-rw-r-- 0 root (0) root (0) 4949 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/CONTRIBUTORS.ptw32
â â +-rw-rw-r-- 0 root (0) root (0) 5789 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/COPYING
â â +-rw-rw-r-- 0 root (0) root (0) 26430 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/COPYING.LIB
â â +-rw-rw-r-- 0 root (0) root (0) 16301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/implement.h
â â +-rw-rw-r-- 0 root (0) root (0) 1904 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/need_errno.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/helper/
â â +-rw-rw-r-- 0 root (0) root (0) 3410 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/helper/tls-helper.c
â â +-rw-rw-r-- 0 root (0) root (0) 1666 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/helper/tls-helper.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/
â â +-rw-rw-r-- 0 root (0) root (0) 1140 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 21623 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/psp_osal.c
â â +-rw-rw-r-- 0 root (0) root (0) 1790 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/psp_osal.h
â â +-rw-rw-r-- 0 root (0) root (0) 179 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/pte_osal.h
â â +-rw-rw-r-- 0 root (0) root (0) 172 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/pte_types.h
â â +-rw-rw-r-- 0 root (0) root (0) 1211 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/platform/psp/pthread_main.c
â â +-rw-rw-r-- 0 root (0) root (0) 30222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pte.c
â â +-rw-rw-r-- 0 root (0) root (0) 12805 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pte_generic_osal.h
â â +-rw-rw-r-- 0 root (0) root (0) 11208 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pte_main.c
â â +-rw-rw-r-- 0 root (0) root (0) 28991 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread.c
â â +-rw-rw-r-- 0 root (0) root (0) 26868 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread.h
â â +-rw-rw-r-- 0 root (0) root (0) 15587 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_attr.c
â â +-rw-rw-r-- 0 root (0) root (0) 5234 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_barrier.c
â â +-rw-rw-r-- 0 root (0) root (0) 7472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_barrierattr.c
â â +-rw-rw-r-- 0 root (0) root (0) 23040 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_cond.c
â â +-rw-rw-r-- 0 root (0) root (0) 7698 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_condattr.c
â â +-rw-rw-r-- 0 root (0) root (0) 3528 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_get.c
â â +-rw-rw-r-- 0 root (0) root (0) 6657 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_key.c
â â +-rw-rw-r-- 0 root (0) root (0) 12505 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_mutex.c
â â +-rw-rw-r-- 0 root (0) root (0) 11658 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_mutexattr.c
â â +-rw-rw-r-- 0 root (0) root (0) 17002 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_rwlock.c
â â +-rw-rw-r-- 0 root (0) root (0) 7426 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_rwlockattr.c
â â +-rw-rw-r-- 0 root (0) root (0) 11143 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_set.c
â â +-rw-rw-r-- 0 root (0) root (0) 6831 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/pthread_spin.c
â â +-rw-rw-r-- 0 root (0) root (0) 2972 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/sched.c
â â +-rw-rw-r-- 0 root (0) root (0) 3725 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/sched.h
â â +-rw-rw-r-- 0 root (0) root (0) 22682 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/sem.c
â â +-rw-rw-r-- 0 root (0) root (0) 3184 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/pthreads/semaphore.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/stb/
â â +-rw-rw-r-- 0 root (0) root (0) 221035 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/stb/stb_image.h
â â +-rw-rw-r-- 0 root (0) root (0) 15853 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/stb/stb_rect_pack.h
â â +-rw-rw-r-- 0 root (0) root (0) 112186 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/stb/stb_truetype.h
â â +-rw-rw-r-- 0 root (0) root (0) 129902 2018-02-19 12:43:32.000000 RetroArch-1.7.1/deps/stb/stb_vorbis.h
â â +-rw-rw-r-- 0 root (0) root (0) 7972 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dirs.c
â â +-rw-rw-r-- 0 root (0) root (0) 1515 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dirs.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/
â â +-rwxrwxr-x 0 root (0) root (0) 15614 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/dist-cores.sh
â â +-rwxrwxr-x 0 root (0) root (0) 5207 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/wiiu-cores.sh
â â +-rwxrwxr-x 0 root (0) root (0) 4592 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/wiiu-new-cores.sh
â â +-rwxrwxr-x 0 root (0) root (0) 2660 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/wiiu-rpx-upload.sh
â â +-rw-rw-r-- 0 root (0) root (0) 755 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/xdk1-cores.sh
â â +-rw-rw-r-- 0 root (0) root (0) 1755 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/xdk1_env.bat
â â +-rw-rw-r-- 0 root (0) root (0) 1800 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/xdk1_env_bigstack.bat
â â +-rw-rw-r-- 0 root (0) root (0) 418 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/xdk360-cores.sh
â â +-rw-rw-r-- 0 root (0) root (0) 4186 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dist-scripts/xdk360_env.bat
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/docs/
â â +-rw-rw-r-- 0 root (0) root (0) 1005 2018-02-19 12:43:32.000000 RetroArch-1.7.1/docs/retroarch-cg2glsl.6
â â +-rw-rw-r-- 0 root (0) root (0) 2666 2018-02-19 12:43:32.000000 RetroArch-1.7.1/docs/retroarch-joyconfig.6
â â +-rw-rw-r-- 0 root (0) root (0) 10000 2018-02-19 12:43:32.000000 RetroArch-1.7.1/docs/retroarch.6
â â +-rw-rw-r-- 0 root (0) root (0) 15691 2018-02-19 12:43:32.000000 RetroArch-1.7.1/driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 3458 2018-02-19 12:43:32.000000 RetroArch-1.7.1/driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 53048 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dynamic.c
â â +-rw-rw-r-- 0 root (0) root (0) 4942 2018-02-19 12:43:32.000000 RetroArch-1.7.1/dynamic.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/emscripten/
â â +-rw-rw-r-- 0 root (0) root (0) 4604 2018-02-19 12:43:32.000000 RetroArch-1.7.1/emscripten/library_rwebaudio.js
â â +-rw-rw-r-- 0 root (0) root (0) 6457 2018-02-19 12:43:32.000000 RetroArch-1.7.1/emscripten/library_rwebcam.js
â â +-rw-rw-r-- 0 root (0) root (0) 5295 2018-02-19 12:43:32.000000 RetroArch-1.7.1/emscripten/template.html
â â +-rwxrwxr-x 0 root (0) root (0) 2348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/fetch-submodules.sh
â â +-rw-rw-r-- 0 root (0) root (0) 11733 2018-02-19 12:43:32.000000 RetroArch-1.7.1/file_path_special.c
â â +-rw-rw-r-- 0 root (0) root (0) 4528 2018-02-19 12:43:32.000000 RetroArch-1.7.1/file_path_special.h
â â +-rw-rw-r-- 0 root (0) root (0) 6190 2018-02-19 12:43:32.000000 RetroArch-1.7.1/file_path_str.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 15474 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_ctr.c
â â +-rw-rw-r-- 0 root (0) root (0) 27446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_darwin.m
â â +-rw-rw-r-- 0 root (0) root (0) 2696 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_dos.c
â â +-rw-rw-r-- 0 root (0) root (0) 9274 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_emscripten.c
â â +-rw-rw-r-- 0 root (0) root (0) 16389 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_gx.c
â â +-rw-rw-r-- 0 root (0) root (0) 2301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_null.c
â â +-rw-rw-r-- 0 root (0) root (0) 19180 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_ps3.c
â â +-rw-rw-r-- 0 root (0) root (0) 16447 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_psp.c
â â +-rw-rw-r-- 0 root (0) root (0) 8259 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_qnx.c
â â +-rw-rw-r-- 0 root (0) root (0) 74668 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_unix.c
â â +-rw-rw-r-- 0 root (0) root (0) 10183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_unix.h
â â +-rw-rw-r-- 0 root (0) root (0) 5723 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_wii.c
â â +-rw-rw-r-- 0 root (0) root (0) 16397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_wiiu.c
â â +-rw-rw-r-- 0 root (0) root (0) 18049 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_win32.c
â â +-rw-rw-r-- 0 root (0) root (0) 13112 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_xdk.c
â â +-rw-rw-r-- 0 root (0) root (0) 30337 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_xdk.h
â â +-rw-rw-r-- 0 root (0) root (0) 2979 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/drivers/platform_xenon.c
â â +-rw-rw-r-- 0 root (0) root (0) 3662 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/frontend.c
â â +-rw-rw-r-- 0 root (0) root (0) 1458 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/frontend.h
â â +-rw-rw-r-- 0 root (0) root (0) 9860 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/frontend_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 6199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/frontend_driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 5701 2018-02-19 12:43:32.000000 RetroArch-1.7.1/frontend/frontend_salamander.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/
â â +-rw-rw-r-- 0 root (0) root (0) 1205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/caca_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 3153 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/ctr_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 4885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3d10_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 42720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3d10_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 8177 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3d11_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 104161 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3d11_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 33273 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3d12_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 62736 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3d12_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 78091 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3d_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 7644 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3d_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 5265 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3dcompiler_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 2353 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/d3dcompiler_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 3991 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/dbus_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 1009 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/dbus_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 5001 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/drm_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 1847 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/drm_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 13755 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/dxgi_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 28684 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/dxgi_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 10243 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/egl_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 2877 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/egl_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 1108 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/gdi_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 2326 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/gl_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 8894 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/gl_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 2594 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/gx2_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 972 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/vga_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 1998 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/vita2d_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 1314 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/vksym.h
â â +-rw-rw-r-- 0 root (0) root (0) 85530 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/vulkan_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 13148 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/vulkan_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 1473 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/wayland_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 35069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/win32_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 4008 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/win32_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 17435 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/x11_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 2373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/x11_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 3462 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/xinerama_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 1132 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/common/xinerama_common.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/display_servers/
â â +-rw-rw-r-- 0 root (0) root (0) 1486 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/display_servers/dispserv_null.c
â â +-rw-rw-r-- 0 root (0) root (0) 5871 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/display_servers/dispserv_win32.c
â â +-rw-rw-r-- 0 root (0) root (0) 2390 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/display_servers/dispserv_x11.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 8652 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/caca_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 38176 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/ctr_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 8905 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/ctr_gu.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/ctr_shaders/
â â +-rw-rw-r-- 0 root (0) root (0) 1211 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/ctr_shaders/ctr_sprite.gsh
â â +-rw-rw-r-- 0 root (0) root (0) 577 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/ctr_shaders/ctr_sprite.vsh
â â +-rw-rw-r-- 0 root (0) root (0) 2505 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d.h
â â +-rw-rw-r-- 0 root (0) root (0) 19315 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d10.c
â â +-rw-rw-r-- 0 root (0) root (0) 51101 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d11.c
â â +-rw-rw-r-- 0 root (0) root (0) 59686 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d12.c
â â +-rw-rw-r-- 0 root (0) root (0) 47608 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d8.c
â â +-rw-rw-r-- 0 root (0) root (0) 48514 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d9.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/
â â +-rw-rw-r-- 0 root (0) root (0) 1404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/bokeh_sm4.hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 938 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/font.hlsl.d3d9.h
â â +-rw-rw-r-- 0 root (0) root (0) 1430 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/mimpapgen_sm5.h
â â +-rw-rw-r-- 0 root (0) root (0) 630 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/opaque.cg.d3d9.h
â â +-rw-rw-r-- 0 root (0) root (0) 1012 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/opaque.hlsl.d3d9.h
â â +-rw-rw-r-- 0 root (0) root (0) 732 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/opaque_sm5.hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 1353 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/ribbon_simple_sm4.hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 2102 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/ribbon_sm4.hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 408 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/shaders_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 2185 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/simple_snow_sm4.hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 2184 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/snow_sm4.hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 1613 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/snowflake_sm4.hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 2935 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/d3d_shaders/sprite_sm4.hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 22234 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/dispmanx_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 29612 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/drm_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 5683 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/drm_pixformats.h
â â +-rw-rw-r-- 0 root (0) root (0) 38336 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/exynos_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 15175 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gdi_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 73177 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/
â â +-rw-rw-r-- 0 root (0) root (0) 352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_alpha_blend.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_alpha_blend.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 239 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_opaque.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 302 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_opaque.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 424 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/core_pipeline_xmb_ribbon.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 225 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_opaque.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_opaque.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 332 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_pipeline_snow.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 1166 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_pipeline_xmb_ribbon.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 858 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/legacy_pipeline_xmb_ribbon_simple.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_alpha_blend.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 379 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_alpha_blend.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_opaque.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 469 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_opaque.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 478 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_pipeline_snow.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 1036 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 844 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon_simple.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 762 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/opaque.cg.h
â â +-rw-rw-r-- 0 root (0) root (0) 1237 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_bokeh.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 756 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_nuklear.cg.h
â â +-rw-rw-r-- 0 root (0) root (0) 294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_nuklear.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_nuklear.glsl.vert.h
â â +-rw-rw-r-- 0 root (0) root (0) 1388 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_snow.cg.h
â â +-rw-rw-r-- 0 root (0) root (0) 1947 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_snow.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 1954 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_snow_simple.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 1543 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_snowflake.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_xmb_ribbon.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 1399 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.cg.h
â â +-rw-rw-r-- 0 root (0) root (0) 190 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 1157 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gl_shaders/shaders_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 60281 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_gfx.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/
â â +-rw-rw-r-- 0 root (0) root (0) 29706 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/bokeh.c
â â +-rw-rw-r-- 0 root (0) root (0) 1242 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/bokeh.frag
â â +-rw-rw-r-- 0 root (0) root (0) 288 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/bokeh.vert
â â +-rw-rw-r-- 0 root (0) root (0) 5993 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/frame.c
â â +-rw-rw-r-- 0 root (0) root (0) 1094 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/frame.h
â â +-rw-rw-r-- 0 root (0) root (0) 1237 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/menu_shaders.h
â â +-rw-rw-r-- 0 root (0) root (0) 15737 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon.c
â â +-rw-rw-r-- 0 root (0) root (0) 452 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1153 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon.vert
â â +-rw-rw-r-- 0 root (0) root (0) 10137 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon_simple.c
â â +-rw-rw-r-- 0 root (0) root (0) 188 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon_simple.frag
â â +-rw-rw-r-- 0 root (0) root (0) 873 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/ribbon_simple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 47761 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow.c
â â +-rw-rw-r-- 0 root (0) root (0) 1816 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 288 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow.vert
â â +-rw-rw-r-- 0 root (0) root (0) 47765 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow_simple.c
â â +-rw-rw-r-- 0 root (0) root (0) 1817 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow_simple.frag
â â +-rw-rw-r-- 0 root (0) root (0) 288 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snow_simple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 23394 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snowflake.c
â â +-rw-rw-r-- 0 root (0) root (0) 1372 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snowflake.frag
â â +-rw-rw-r-- 0 root (0) root (0) 288 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/snowflake.vert
â â +-rw-rw-r-- 0 root (0) root (0) 12235 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/sprite.c
â â +-rw-rw-r-- 0 root (0) root (0) 1183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/sprite.h
â â +-rw-rw-r-- 0 root (0) root (0) 6477 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/tex.c
â â +-rw-rw-r-- 0 root (0) root (0) 1169 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx2_shaders/tex.h
â â +-rw-rw-r-- 0 root (0) root (0) 44219 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 13011 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/gx_gfx_vi_encoder.c
â â +-rw-rw-r-- 0 root (0) root (0) 3099 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/nullgfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 29150 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/omap_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 26704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/psp1_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 5684 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/psp1_gfx.h
â â +-rw-rw-r-- 0 root (0) root (0) 19647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/sdl2_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 14625 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/sdl_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 27683 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/sunxi_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 9874 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/switch_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 13877 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vg.c
â â +-rw-rw-r-- 0 root (0) root (0) 10399 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vga_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 27199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vita2d_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 83203 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/
â â +-rw-rw-r-- 0 root (0) root (0) 344 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/alpha_blend.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2071 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/alpha_blend.frag.inc
â â +-rw-rw-r-- 0 root (0) root (0) 385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/alpha_blend.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3444 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/alpha_blend.vert.inc
â â +-rw-rw-r-- 0 root (0) root (0) 384 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/font.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2791 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/font.frag.inc
â â +-rw-rw-r-- 0 root (0) root (0) 256 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/opaque.frag
â â +-rw-rw-r-- 0 root (0) root (0) 2206 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/opaque.frag.inc
â â +-rw-rw-r-- 0 root (0) root (0) 292 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/opaque.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3073 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/opaque.vert.inc
â â +-rw-rw-r-- 0 root (0) root (0) 1328 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_bokeh.frag
â â +-rw-rw-r-- 0 root (0) root (0) 18283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_bokeh.frag.inc
â â +-rw-rw-r-- 0 root (0) root (0) 443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon.frag
â â +-rw-rw-r-- 0 root (0) root (0) 3601 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon.frag.inc
â â +-rw-rw-r-- 0 root (0) root (0) 1163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon.vert
â â +-rw-rw-r-- 0 root (0) root (0) 15245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon.vert.inc
â â +-rw-rw-r-- 0 root (0) root (0) 143 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon_simple.frag
â â +-rw-rw-r-- 0 root (0) root (0) 1228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon_simple.frag.inc
â â +-rw-rw-r-- 0 root (0) root (0) 874 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon_simple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 11611 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_ribbon_simple.vert.inc
â â +-rw-rw-r-- 0 root (0) root (0) 1890 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow.frag
â â +-rw-rw-r-- 0 root (0) root (0) 23536 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow.frag.inc
â â +-rw-rw-r-- 0 root (0) root (0) 1891 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow_simple.frag
â â +-rw-rw-r-- 0 root (0) root (0) 23581 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow_simple.frag.inc
â â +-rw-rw-r-- 0 root (0) root (0) 308 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow_simple.vert
â â +-rw-rw-r-- 0 root (0) root (0) 3354 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/vulkan_shaders/pipeline_snow_simple.vert.inc
â â +-rw-rw-r-- 0 root (0) root (0) 9171 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/xenon360_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 6362 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/xshm_gfx.c
â â +-rw-rw-r-- 0 root (0) root (0) 26449 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers/xvideo.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/
â â +-rw-rw-r-- 0 root (0) root (0) 15121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/android_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 9093 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/cgl_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 18526 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/cocoa_gl_ctx.m
â â +-rw-rw-r-- 0 root (0) root (0) 9491 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/d3d_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 21425 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/drm_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 9687 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/emscriptenegl_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 7789 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/gdi_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 3601 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/gfx_null_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 6425 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/khr_display_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 7222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/mali_fbdev_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 6643 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/opendingux_fbdev_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 9939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/osmesa_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 11137 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/ps3_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 11443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/qnx_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 9951 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/sdl_gl_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 20325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/vc_egl_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 6748 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/vivante_fbdev_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 34325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/wayland_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 17468 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/wgl_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 34535 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/x_ctx.c
â â +-rw-rw-r-- 0 root (0) root (0) 14852 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_context/xegl_ctx.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/
â â +-rw-rw-r-- 0 root (0) root (0) 3810 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/caca_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 13674 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/ctr_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 11386 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/d3d11_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 11645 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/d3d12_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 6603 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/d3d_w32_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 4497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/gdi_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 16767 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/gl_raster_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 3224 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/ps_libdbgfont.c
â â +-rw-rw-r-- 0 root (0) root (0) 3530 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/vga_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 10284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/vita2d_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 13590 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/vulkan_raster_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 12100 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/wiiu_font.c
â â +-rw-rw-r-- 0 root (0) root (0) 3260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/xdk1_xfonts.c
â â +-rw-rw-r-- 0 root (0) root (0) 25435 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font/xdk360_fonts.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/
â â +-rw-rw-r-- 0 root (0) root (0) 1792 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/bitmap.bin
â â +-rw-rw-r-- 0 root (0) root (0) 196662 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/bitmap.bmp
â â +-rw-rw-r-- 0 root (0) root (0) 12229 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/bitmap.h
â â +-rw-rw-r-- 0 root (0) root (0) 4741 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/bitmapfont.c
â â +-rw-rw-r-- 0 root (0) root (0) 9542 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/coretext.c
â â +-rw-rw-r-- 0 root (0) root (0) 8884 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/freetype.c
â â +-rw-rw-r-- 0 root (0) root (0) 6871 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/stb.c
â â +-rw-rw-r-- 0 root (0) root (0) 9837 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_font_renderer/stb_unicode.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_renderchain/
â â +-rw-rw-r-- 0 root (0) root (0) 53178 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_renderchain/d3d9_cg_renderchain.c
â â +-rw-rw-r-- 0 root (0) root (0) 12773 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_renderchain/d3d9_hlsl_renderchain.c
â â +-rw-rw-r-- 0 root (0) root (0) 10268 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_renderchain/gl1_renderchain.c
â â +-rw-rw-r-- 0 root (0) root (0) 47572 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_renderchain/gl2_renderchain.c
â â +-rw-rw-r-- 0 root (0) root (0) 3146 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_renderchain/null_renderchain.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/
â â +-rw-rw-r-- 0 root (0) root (0) 10491 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/glslang_util.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2820 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/glslang_util.h
â â +-rw-rw-r-- 0 root (0) root (0) 36695 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_gl_cg.c
â â +-rw-rw-r-- 0 root (0) root (0) 49129 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_glsl.c
â â +-rw-rw-r-- 0 root (0) root (0) 1051 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_glsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 18343 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_hlsl.c
â â +-rw-rw-r-- 0 root (0) root (0) 929 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_hlsl.h
â â +-rw-rw-r-- 0 root (0) root (0) 2245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_null.c
â â +-rw-rw-r-- 0 root (0) root (0) 102893 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_vulkan.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 5162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/shader_vulkan.h
â â +-rw-rw-r-- 0 root (0) root (0) 3012 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_preprocess.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1352 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_preprocess.h
â â +-rw-rw-r-- 0 root (0) root (0) 15546 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_process.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2356 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_process.h
â â +-rw-rw-r-- 0 root (0) root (0) 21994 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_reflection.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 4767 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_shader/slang_reflection.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_tracker/
â â +-rw-rw-r-- 0 root (0) root (0) 10676 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_tracker/video_state_python.c
â â +-rw-rw-r-- 0 root (0) root (0) 1199 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/drivers_tracker/video_state_python.h
â â +-rw-rw-r-- 0 root (0) root (0) 22188 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/font_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 5659 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/font_driver.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/Cg/
â â +-rw-rw-r-- 0 root (0) root (0) 64961 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/Cg/cg.h
â â +-rw-rw-r-- 0 root (0) root (0) 7244 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/Cg/cgD3D9.h
â â +-rw-rw-r-- 0 root (0) root (0) 13650 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/Cg/cgGL.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/GL/
â â +-rw-rw-r-- 0 root (0) root (0) 726910 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/GL/glext.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/
â â +-rw-rw-r-- 0 root (0) root (0) 70879 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3d8.h
â â +-rw-rw-r-- 0 root (0) root (0) 16058 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3d8caps.h
â â +-rw-rw-r-- 0 root (0) root (0) 64675 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3d8types.h
â â +-rw-rw-r-- 0 root (0) root (0) 704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8.h
â â +-rw-rw-r-- 0 root (0) root (0) 15004 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8core.h
â â +-rw-rw-r-- 0 root (0) root (0) 6322 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8effect.h
â â +-rw-rw-r-- 0 root (0) root (0) 35999 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8math.h
â â +-rw-rw-r-- 0 root (0) root (0) 35092 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8math.inl
â â +-rw-rw-r-- 0 root (0) root (0) 28257 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8mesh.h
â â +-rw-rw-r-- 0 root (0) root (0) 7146 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8shape.h
â â +-rw-rw-r-- 0 root (0) root (0) 49788 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d8/d3dx8tex.h
â â +-rw-rw-r-- 0 root (0) root (0) 94476 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/
â â +-rw-rw-r-- 0 root (0) root (0) 1720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9.h
â â +-rw-rw-r-- 0 root (0) root (0) 25952 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9anim.h
â â +-rw-rw-r-- 0 root (0) root (0) 13433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9core.h
â â +-rw-rw-r-- 0 root (0) root (0) 33849 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9effect.h
â â +-rw-rw-r-- 0 root (0) root (0) 46373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9math.h
â â +-rw-rw-r-- 0 root (0) root (0) 37303 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9math.inl
â â +-rw-rw-r-- 0 root (0) root (0) 122875 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9mesh.h
â â +-rw-rw-r-- 0 root (0) root (0) 22042 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9shader.h
â â +-rw-rw-r-- 0 root (0) root (0) 2613 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9shape.h
â â +-rw-rw-r-- 0 root (0) root (0) 33230 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9tex.h
â â +-rw-rw-r-- 0 root (0) root (0) 8734 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9/d3dx9xof.h
â â +-rw-rw-r-- 0 root (0) root (0) 24633 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9caps.h
â â +-rw-rw-r-- 0 root (0) root (0) 88748 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/d3d9types.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/
â â +-rw-rw-r-- 0 root (0) root (0) 10671 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/audiodefs.h
â â +-rw-rw-r-- 0 root (0) root (0) 2683 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/comdecl.h
â â +-rw-rw-r-- 0 root (0) root (0) 112450 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1.h
â â +-rw-rw-r-- 0 root (0) root (0) 75720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_1.h
â â +-rw-rw-r-- 0 root (0) root (0) 25723 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_1helper.h
â â +-rw-rw-r-- 0 root (0) root (0) 5561 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_2.h
â â +-rw-rw-r-- 0 root (0) root (0) 1544 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_2helper.h
â â +-rw-rw-r-- 0 root (0) root (0) 59476 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_3.h
â â +-rw-rw-r-- 0 root (0) root (0) 7032 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1_3helper.h
â â +-rw-rw-r-- 0 root (0) root (0) 31827 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effectauthor.h
â â +-rw-rw-r-- 0 root (0) root (0) 3033 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effectauthor_1.h
â â +-rw-rw-r-- 0 root (0) root (0) 13960 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effecthelpers.h
â â +-rw-rw-r-- 0 root (0) root (0) 13896 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effecthelpers.hlsli
â â +-rw-rw-r-- 0 root (0) root (0) 55882 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effects.h
â â +-rw-rw-r-- 0 root (0) root (0) 2467 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effects_1.h
â â +-rw-rw-r-- 0 root (0) root (0) 15158 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1effects_2.h
â â +-rw-rw-r-- 0 root (0) root (0) 26355 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1helper.h
â â +-rw-rw-r-- 0 root (0) root (0) 60029 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2d1svg.h
â â +-rw-rw-r-- 0 root (0) root (0) 766 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2dbasetypes.h
â â +-rw-rw-r-- 0 root (0) root (0) 5835 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d2derr.h
â â +-rw-rw-r-- 0 root (0) root (0) 227713 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10.h
â â +-rw-rw-r-- 0 root (0) root (0) 70341 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10_1.h
â â +-rw-rw-r-- 0 root (0) root (0) 11890 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10_1shader.h
â â +-rw-rw-r-- 0 root (0) root (0) 72164 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10effect.h
â â +-rw-rw-r-- 0 root (0) root (0) 4761 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10misc.h
â â +-rw-rw-r-- 0 root (0) root (0) 93893 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10sdklayers.h
â â +-rw-rw-r-- 0 root (0) root (0) 25925 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d10shader.h
â â +-rw-rw-r-- 0 root (0) root (0) 527521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11.h
â â +-rw-rw-r-- 0 root (0) root (0) 223584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11_1.h
â â +-rw-rw-r-- 0 root (0) root (0) 124211 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11_2.h
â â +-rw-rw-r-- 0 root (0) root (0) 287883 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11_3.h
â â +-rw-rw-r-- 0 root (0) root (0) 132445 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11_4.h
â â +-rw-rw-r-- 0 root (0) root (0) 8535 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11on12.h
â â +-rw-rw-r-- 0 root (0) root (0) 210634 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11sdklayers.h
â â +-rw-rw-r-- 0 root (0) root (0) 31167 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11shader.h
â â +-rw-rw-r-- 0 root (0) root (0) 18890 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d11shadertracing.h
â â +-rw-rw-r-- 0 root (0) root (0) 389710 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d12.h
â â +-rw-rw-r-- 0 root (0) root (0) 189939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d12sdklayers.h
â â +-rw-rw-r-- 0 root (0) root (0) 25145 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d12shader.h
â â +-rw-rw-r-- 0 root (0) root (0) 64715 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3d12video.h
â â +-rw-rw-r-- 0 root (0) root (0) 43765 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dcommon.h
â â +-rw-rw-r-- 0 root (0) root (0) 23802 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dcompiler.h
â â +-rw-rw-r-- 0 root (0) root (0) 15568 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dcsx.h
â â +-rw-rw-r-- 0 root (0) root (0) 1831 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10.h
â â +-rw-rw-r-- 0 root (0) root (0) 15315 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10async.h
â â +-rw-rw-r-- 0 root (0) root (0) 14010 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10core.h
â â +-rw-rw-r-- 0 root (0) root (0) 60775 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10math.h
â â +-rw-rw-r-- 0 root (0) root (0) 43588 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10math.inl
â â +-rw-rw-r-- 0 root (0) root (0) 10760 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10mesh.h
â â +-rw-rw-r-- 0 root (0) root (0) 25906 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx10tex.h
â â +-rw-rw-r-- 0 root (0) root (0) 1832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx11.h
â â +-rw-rw-r-- 0 root (0) root (0) 8536 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx11async.h
â â +-rw-rw-r-- 0 root (0) root (0) 3740 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx11core.h
â â +-rw-rw-r-- 0 root (0) root (0) 26214 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx11tex.h
â â +-rw-rw-r-- 0 root (0) root (0) 33720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/d3dx_dxgiformatconvert.inl
â â +-rw-rw-r-- 0 root (0) root (0) 9028 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dcommon.h
â â +-rw-rw-r-- 0 root (0) root (0) 9857 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dsconf.h
â â +-rw-rw-r-- 0 root (0) root (0) 8804 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dsetup.h
â â +-rw-rw-r-- 0 root (0) root (0) 214572 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dwrite.h
â â +-rw-rw-r-- 0 root (0) root (0) 77568 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dwrite_1.h
â â +-rw-rw-r-- 0 root (0) root (0) 40758 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dwrite_2.h
â â +-rw-rw-r-- 0 root (0) root (0) 148097 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dwrite_3.h
â â +-rw-rw-r-- 0 root (0) root (0) 8150 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxdiag.h
â â +-rw-rw-r-- 0 root (0) root (0) 2946 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxerr.h
â â +-rw-rw-r-- 0 root (0) root (0) 7915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxfile.h
â â +-rw-rw-r-- 0 root (0) root (0) 91681 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi.h
â â +-rw-rw-r-- 0 root (0) root (0) 82744 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_2.h
â â +-rw-rw-r-- 0 root (0) root (0) 71244 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_3.h
â â +-rw-rw-r-- 0 root (0) root (0) 51860 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_4.h
â â +-rw-rw-r-- 0 root (0) root (0) 53438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_5.h
â â +-rw-rw-r-- 0 root (0) root (0) 24280 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgi1_6.h
â â +-rw-rw-r-- 0 root (0) root (0) 2178 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgicommon.h
â â +-rw-rw-r-- 0 root (0) root (0) 34673 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgidebug.h
â â +-rw-rw-r-- 0 root (0) root (0) 6231 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgiformat.h
â â +-rw-rw-r-- 0 root (0) root (0) 4268 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxgitype.h
â â +-rw-rw-r-- 0 root (0) root (0) 468 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/dxsdkver.h
â â +-rw-rw-r-- 0 root (0) root (0) 23787 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/gameux.h
â â +-rw-rw-r-- 0 root (0) root (0) 5798 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/pixplugin.h
â â +-rw-rw-r-- 0 root (0) root (0) 8528 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/rmxfguid.h
â â +-rw-rw-r-- 0 root (0) root (0) 17284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/rmxftmpl.h
â â +-rw-rw-r-- 0 root (0) root (0) 30366 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/rpcsal.h
â â +-rw-rw-r-- 0 root (0) root (0) 34261 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xapo.h
â â +-rw-rw-r-- 0 root (0) root (0) 18013 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xapobase.h
â â +-rw-rw-r-- 0 root (0) root (0) 7718 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xapofx.h
â â +-rw-rw-r-- 0 root (0) root (0) 33768 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xdsp.h
â â +-rw-rw-r-- 0 root (0) root (0) 32038 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xma2defs.h
â â +-rw-rw-r-- 0 root (0) root (0) 115807 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamath.h
â â +-rw-rw-r-- 0 root (0) root (0) 189751 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamathconvert.inl
â â +-rw-rw-r-- 0 root (0) root (0) 102598 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamathmatrix.inl
â â +-rw-rw-r-- 0 root (0) root (0) 70824 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamathmisc.inl
â â +-rw-rw-r-- 0 root (0) root (0) 380735 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/dxsdk/xnamathvector.inl
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/pixman/
â â +-rw-rw-r-- 0 root (0) root (0) 1482 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/pixman/pixman-arm-asm.h
â â +-rw-rw-r-- 0 root (0) root (0) 128849 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/pixman/pixman-arm-neon-asm.S
â â +-rw-rw-r-- 0 root (0) root (0) 39728 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/pixman/pixman-arm-neon-asm.h
â â +-rw-rw-r-- 0 root (0) root (0) 34727 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/pixman/pixman-private.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/vulkan/
â â +-rw-rw-r-- 0 root (0) root (0) 3579 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/vulkan/vk_icd.h
â â +-rw-rw-r-- 0 root (0) root (0) 13036 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/vulkan/vk_layer.h
â â +-rw-rw-r-- 0 root (0) root (0) 3897 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/vulkan/vk_platform.h
â â +-rw-rw-r-- 0 root (0) root (0) 1391 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/vulkan/vk_sdk_platform.h
â â +-rw-rw-r-- 0 root (0) root (0) 186816 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/vulkan/vulkan.h
â â +-rw-rw-r-- 0 root (0) root (0) 2605 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/include/vulkan/vulkan_intel.h
â â +-rw-rw-r-- 0 root (0) root (0) 3230 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_coord_array.c
â â +-rw-rw-r-- 0 root (0) root (0) 2207 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_coord_array.h
â â +-rw-rw-r-- 0 root (0) root (0) 2932 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_defines.h
â â +-rw-rw-r-- 0 root (0) root (0) 2789 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_display_server.c
â â +-rw-rw-r-- 0 root (0) root (0) 1762 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_display_server.h
â â +-rw-rw-r-- 0 root (0) root (0) 101253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 42248 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 15146 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filter.c
â â +-rw-rw-r-- 0 root (0) root (0) 1889 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filter.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/
â â +-rw-rw-r-- 0 root (0) root (0) 14 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/2xBR.filt
â â +-rw-rw-r-- 0 root (0) root (0) 15 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/2xSaI.filt
â â +-rw-rw-r-- 0 root (0) root (0) 26583 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/2xbr.c
â â +-rw-rw-r-- 0 root (0) root (0) 13192 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/2xsai.c
â â +-rw-rw-r-- 0 root (0) root (0) 65 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Blargg_NTSC_SNES_Composite.filt
â â +-rw-rw-r-- 0 root (0) root (0) 57 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Blargg_NTSC_SNES_RF.filt
â â +-rw-rw-r-- 0 root (0) root (0) 58 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Blargg_NTSC_SNES_RGB.filt
â â +-rw-rw-r-- 0 root (0) root (0) 61 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Blargg_NTSC_SNES_S-Video.filt
â â +-rw-rw-r-- 0 root (0) root (0) 16 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Darken.filt
â â +-rw-rw-r-- 0 root (0) root (0) 13 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/EPX.filt
â â +-rw-rw-r-- 0 root (0) root (0) 14 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/LQ2x.filt
â â +-rw-rw-r-- 0 root (0) root (0) 2070 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 20 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Phosphor2x.filt
â â +-rw-rw-r-- 0 root (0) root (0) 17 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Scale2x.filt
â â +-rw-rw-r-- 0 root (0) root (0) 20 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/Super2xSaI.filt
â â +-rw-rw-r-- 0 root (0) root (0) 20 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/SuperEagle.filt
â â +-rw-rw-r-- 0 root (0) root (0) 7490 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/blargg_ntsc_snes.c
â â +-rwxrwxr-x 0 root (0) root (0) 48 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/configure
â â +-rw-rw-r-- 0 root (0) root (0) 5410 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/darken.c
â â +-rw-rw-r-- 0 root (0) root (0) 7492 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/epx.c
â â +-rw-rw-r-- 0 root (0) root (0) 41 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/link.T
â â +-rw-rw-r-- 0 root (0) root (0) 8444 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/lq2x.c
â â +-rw-rw-r-- 0 root (0) root (0) 15042 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/phosphor2x.c
â â +-rw-rw-r-- 0 root (0) root (0) 7851 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/scale2x.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/
â â +-rw-rw-r-- 0 root (0) root (0) 8505 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/snes_ntsc.c
â â +-rw-rw-r-- 0 root (0) root (0) 9155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/snes_ntsc.h
â â +-rw-rw-r-- 0 root (0) root (0) 791 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/snes_ntsc_config.h
â â +-rw-rw-r-- 0 root (0) root (0) 12385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/snes_ntsc/snes_ntsc_impl.h
â â +-rw-rw-r-- 0 root (0) root (0) 6845 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/softfilter.h
â â +-rw-rw-r-- 0 root (0) root (0) 12610 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/super2xsai.c
â â +-rw-rw-r-- 0 root (0) root (0) 12125 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_filters/supereagle.c
â â +-rw-rw-r-- 0 root (0) root (0) 36245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_shader_parse.c
â â +-rw-rw-r-- 0 root (0) root (0) 5988 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_shader_parse.h
â â +-rw-rw-r-- 0 root (0) root (0) 7524 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_state_tracker.c
â â +-rw-rw-r-- 0 root (0) root (0) 2932 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_state_tracker.h
â â +-rw-rw-r-- 0 root (0) root (0) 38664 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_thread_wrapper.c
â â +-rw-rw-r-- 0 root (0) root (0) 2901 2018-02-19 12:43:32.000000 RetroArch-1.7.1/gfx/video_thread_wrapper.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/griffin/
â â +-rw-rw-r-- 0 root (0) root (0) 39657 2018-02-19 12:43:32.000000 RetroArch-1.7.1/griffin/griffin.c
â â +-rw-rw-r-- 0 root (0) root (0) 2784 2018-02-19 12:43:32.000000 RetroArch-1.7.1/griffin/griffin_cpp.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3465 2018-02-19 12:43:32.000000 RetroArch-1.7.1/griffin/griffin_glslang.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/griffin/griffin_objc.m
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/common/
â â +-rw-rw-r-- 0 root (0) root (0) 1453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/common/input_x11_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 1048 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/common/input_x11_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 3144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/common/linux_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 1103 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/common/linux_common.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/
â â +-rw-rw-r-- 0 root (0) root (0) 3781 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_nesusb.c
â â +-rw-rw-r-- 0 root (0) root (0) 5152 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_ps2adapter.c
â â +-rw-rw-r-- 0 root (0) root (0) 6952 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_ps3.c
â â +-rw-rw-r-- 0 root (0) root (0) 8353 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_ps4.c
â â +-rw-rw-r-- 0 root (0) root (0) 5625 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_psxadapter.c
â â +-rw-rw-r-- 0 root (0) root (0) 3771 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_snesusb.c
â â +-rw-rw-r-- 0 root (0) root (0) 20748 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_wii.c
â â +-rw-rw-r-- 0 root (0) root (0) 4211 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_wiiugca.c
â â +-rw-rw-r-- 0 root (0) root (0) 7602 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/connect_wiiupro.c
â â +-rw-rw-r-- 0 root (0) root (0) 8224 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/joypad_connection.c
â â +-rw-rw-r-- 0 root (0) root (0) 4106 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/connect/joypad_connection.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 50323 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/android_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 11063 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/cocoa_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 1694 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/cocoa_input.h
â â +-rw-rw-r-- 0 root (0) root (0) 3591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/ctr_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 25550 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/dinput.c
â â +-rw-rw-r-- 0 root (0) root (0) 3201 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/dos_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 3645 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/gx_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 6064 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/linuxraw_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 2504 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/nullinput.c
â â +-rw-rw-r-- 0 root (0) root (0) 6428 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/ps3_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 4056 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/psp_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 24294 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/qnx_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 20641 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/rwebinput_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 11340 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/sdl_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 2885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/switch_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 34328 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/udev_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 9057 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/wayland_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 6385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/wiiu_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 22293 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/winraw_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 15309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/x11_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 4426 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/xdk_xinput_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 3451 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers/xenon360_input.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_hid/
â â +-rw-rw-r-- 0 root (0) root (0) 46893 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_hid/btstack_hid.c
â â +-rw-rw-r-- 0 root (0) root (0) 28632 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_hid/iohidmanager_hid.c
â â +-rw-rw-r-- 0 root (0) root (0) 17162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_hid/libusb_hid.c
â â +-rw-rw-r-- 0 root (0) root (0) 2384 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_hid/null_hid.c
â â +-rw-rw-r-- 0 root (0) root (0) 16465 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_hid/wiiusb_hid.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/
â â +-rw-rw-r-- 0 root (0) root (0) 3311 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/android_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 5754 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/ctr_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 13177 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/dinput_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 1115 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/dinput_joypad.h
â â +-rw-rw-r-- 0 root (0) root (0) 6112 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/dos_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 15827 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/gx_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 2895 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/hid_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 10433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/linuxraw_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 9944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/mfi_joypad.m
â â +-rw-rw-r-- 0 root (0) root (0) 1757 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/null_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 11255 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/parport_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 10990 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/ps3_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 12738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/psp_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 3345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/qnx_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 5621 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/rwebpad_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 12158 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/sdl_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 3784 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/switch_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 18585 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/udev_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 3633 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/wiiu_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 9276 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/xdk_joypad.c
â â +-rw-rw-r-- 0 root (0) root (0) 14904 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_joypad/xinput_joypad.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_keyboard/
â â +-rw-rw-r-- 0 root (0) root (0) 1775 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_android.c
â â +-rw-rw-r-- 0 root (0) root (0) 4811 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_android.h
â â +-rw-rw-r-- 0 root (0) root (0) 12490 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_apple.c
â â +-rw-rw-r-- 0 root (0) root (0) 4012 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_apple.h
â â +-rw-rw-r-- 0 root (0) root (0) 1755 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_dos.c
â â +-rw-rw-r-- 0 root (0) root (0) 3076 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_dos.h
â â +-rw-rw-r-- 0 root (0) root (0) 5909 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/drivers_keyboard/keyboard_event_xkb.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/
â â +-rw-rw-r-- 0 root (0) root (0) 8063 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCController.h
â â +-rw-rw-r-- 0 root (0) root (0) 1133 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCControllerAxisInput.h
â â +-rw-rw-r-- 0 root (0) root (0) 1365 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCControllerButtonInput.h
â â +-rw-rw-r-- 0 root (0) root (0) 1329 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCControllerDirectionPad.h
â â +-rw-rw-r-- 0 root (0) root (0) 904 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCControllerElement.h
â â +-rw-rw-r-- 0 root (0) root (0) 3748 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCExtendedGamepad.h
â â +-rw-rw-r-- 0 root (0) root (0) 2498 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCExtendedGamepadSnapshot.h
â â +-rw-rw-r-- 0 root (0) root (0) 2793 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCGamepad.h
â â +-rw-rw-r-- 0 root (0) root (0) 2132 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GCGamepadSnapshot.h
â â +-rw-rw-r-- 0 root (0) root (0) 785 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/GameController/GameController.h
â â +-rw-rw-r-- 0 root (0) root (0) 2566 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/include/blissbox.h
â â +-rw-rw-r-- 0 root (0) root (0) 18790 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_autodetect_builtin.c
â â +-rw-rw-r-- 0 root (0) root (0) 4902 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_defines.h
â â +-rw-rw-r-- 0 root (0) root (0) 83514 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 25702 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 45171 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_keymaps.c
â â +-rw-rw-r-- 0 root (0) root (0) 3068 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_keymaps.h
â â +-rw-rw-r-- 0 root (0) root (0) 3914 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_mapper.c
â â +-rw-rw-r-- 0 root (0) root (0) 1445 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_mapper.h
â â +-rw-rw-r-- 0 root (0) root (0) 24957 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_overlay.c
â â +-rw-rw-r-- 0 root (0) root (0) 6351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_overlay.h
â â +-rw-rw-r-- 0 root (0) root (0) 9427 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_remapping.c
â â +-rw-rw-r-- 0 root (0) root (0) 1595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_remapping.h
â â +-rw-rw-r-- 0 root (0) root (0) 6602 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_remote.c
â â +-rw-rw-r-- 0 root (0) root (0) 1444 2018-02-19 12:43:32.000000 RetroArch-1.7.1/input/input_remote.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/
â â +-rw-rw-r-- 0 root (0) root (0) 93233 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_ar.c
â â +-rw-rw-r-- 0 root (0) root (0) 133088 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_ar.h
â â +-rw-rw-r-- 0 root (0) root (0) 71752 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_chs.c
â â +-rw-rw-r-- 0 root (0) root (0) 123809 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_chs.h
â â +-rw-rw-r-- 0 root (0) root (0) 71646 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_cht.c
â â +-rw-rw-r-- 0 root (0) root (0) 123348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_cht.h
â â +-rw-rw-r-- 0 root (0) root (0) 87808 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_de.c
â â +-rw-rw-r-- 0 root (0) root (0) 139972 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_de.h
â â +-rw-rw-r-- 0 root (0) root (0) 1511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_eo.c
â â +-rw-rw-r-- 0 root (0) root (0) 119801 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_eo.h
â â +-rw-rw-r-- 0 root (0) root (0) 48697 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_es.c
â â +-rw-rw-r-- 0 root (0) root (0) 131467 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_es.h
â â +-rw-rw-r-- 0 root (0) root (0) 1512 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_fr.c
â â +-rw-rw-r-- 0 root (0) root (0) 132956 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_fr.h
â â +-rw-rw-r-- 0 root (0) root (0) 42764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_it.c
â â +-rw-rw-r-- 0 root (0) root (0) 138596 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_it.h
â â +-rw-rw-r-- 0 root (0) root (0) 72310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_ja.c
â â +-rw-rw-r-- 0 root (0) root (0) 137954 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_ja.h
â â +-rw-rw-r-- 0 root (0) root (0) 90205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_ko.c
â â +-rw-rw-r-- 0 root (0) root (0) 129468 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_ko.h
â â +-rw-rw-r-- 0 root (0) root (0) 57528 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_lbl.h
â â +-rw-rw-r-- 0 root (0) root (0) 1443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_nl.c
â â +-rw-rw-r-- 0 root (0) root (0) 121357 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_nl.h
â â +-rw-rw-r-- 0 root (0) root (0) 1357 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_pl.c
â â +-rw-rw-r-- 0 root (0) root (0) 138367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_pl.h
â â +-rw-rw-r-- 0 root (0) root (0) 99403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_pt_br.c
â â +-rw-rw-r-- 0 root (0) root (0) 133262 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_pt_br.h
â â +-rw-rw-r-- 0 root (0) root (0) 38096 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_pt_pt.c
â â +-rw-rw-r-- 0 root (0) root (0) 136488 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_pt_pt.h
â â +-rw-rw-r-- 0 root (0) root (0) 933 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_ru.c
â â +-rw-rw-r-- 0 root (0) root (0) 169970 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_ru.h
â â +-rw-rw-r-- 0 root (0) root (0) 93224 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_us.c
â â +-rw-rw-r-- 0 root (0) root (0) 132690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_us.h
â â +-rw-rw-r-- 0 root (0) root (0) 72573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_vn.c
â â +-rw-rw-r-- 0 root (0) root (0) 126680 2018-02-19 12:43:32.000000 RetroArch-1.7.1/intl/msg_hash_vn.h
â â +-rw-rw-r-- 0 root (0) root (0) 1201 2018-02-19 12:43:32.000000 RetroArch-1.7.1/lakka.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/led/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/led/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 950 2018-02-19 12:43:32.000000 RetroArch-1.7.1/led/drivers/led_null.c
â â +-rw-rw-r-- 0 root (0) root (0) 1422 2018-02-19 12:43:32.000000 RetroArch-1.7.1/led/drivers/led_overlay.c
â â +-rw-rw-r-- 0 root (0) root (0) 3137 2018-02-19 12:43:32.000000 RetroArch-1.7.1/led/drivers/led_rpi.c
â â +-rw-rw-r-- 0 root (0) root (0) 768 2018-02-19 12:43:32.000000 RetroArch-1.7.1/led/led_defines.h
â â +-rw-rw-r-- 0 root (0) root (0) 1752 2018-02-19 12:43:32.000000 RetroArch-1.7.1/led/led_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 1360 2018-02-19 12:43:32.000000 RetroArch-1.7.1/led/led_driver.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/
â â +-rw-rw-r-- 0 root (0) root (0) 4 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/.gitignore
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/
â â +-rw-rw-r-- 0 root (0) root (0) 9441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/audio_mix.c
â â +-rw-rw-r-- 0 root (0) root (0) 21665 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/audio_mixer.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/conversion/
â â +-rw-rw-r-- 0 root (0) root (0) 5220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/conversion/float_to_s16.c
â â +-rw-rw-r-- 0 root (0) root (0) 2253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/conversion/float_to_s16_neon.S
â â +-rw-rw-r-- 0 root (0) root (0) 2560 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/conversion/float_to_s16_neon.c
â â +-rw-rw-r-- 0 root (0) root (0) 6523 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/conversion/s16_to_float.c
â â +-rw-rw-r-- 0 root (0) root (0) 2447 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/conversion/s16_to_float_neon.S
â â +-rw-rw-r-- 0 root (0) root (0) 2810 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/conversion/s16_to_float_neon.c
â â +-rw-rw-r-- 0 root (0) root (0) 9125 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filter.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/
â â +-rw-rw-r-- 0 root (0) root (0) 181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/BassBoost.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 494 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/ChipTuneEnhance.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Chorus.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Crystalizer.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 1481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/EQ.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 672 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Echo.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 194 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/EchoReverb.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 83 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/HighShelfDampen.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 396 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/IIR.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 1742 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/LowPassCPS.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 2045 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 215 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Mono.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 445 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Panning.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 186 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Phaser.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 164 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/Reverb.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 171 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/WahWah.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 5067 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/chorus.c
â â +-rwxrwxr-x 0 root (0) root (0) 48 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/configure
â â +-rw-rw-r-- 0 root (0) root (0) 2933 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/crystalizer.c
â â +-rw-rw-r-- 0 root (0) root (0) 5472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/echo.c
â â +-rw-rw-r-- 0 root (0) root (0) 10007 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/eq.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/fft/
â â +-rw-rw-r-- 0 root (0) root (0) 5943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/fft/fft.c
â â +-rw-rw-r-- 0 root (0) root (0) 1885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/fft/fft.h
â â +-rw-rw-r-- 0 root (0) root (0) 10951 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/iir.c
â â +-rw-rw-r-- 0 root (0) root (0) 57 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/link.T
â â +-rw-rw-r-- 0 root (0) root (0) 3612 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/panning.c
â â +-rw-rw-r-- 0 root (0) root (0) 4407 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/phaser.c
â â +-rw-rw-r-- 0 root (0) root (0) 9385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/reverb.c
â â +-rw-rw-r-- 0 root (0) root (0) 4708 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/dsp_filters/wahwah.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/resampler/
â â +-rw-rw-r-- 0 root (0) root (0) 5254 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/resampler/audio_resampler.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 2984 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/nearest_resampler.c
â â +-rw-rw-r-- 0 root (0) root (0) 2055 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/null_resampler.c
â â +-rw-rw-r-- 0 root (0) root (0) 23356 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/sinc_resampler.c
â â +-rw-rw-r-- 0 root (0) root (0) 2404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/audio/resampler/drivers/sinc_resampler_neon.S
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/
â â +-rw-rw-r-- 0 root (0) root (0) 5694 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/compat_fnmatch.c
â â +-rw-rw-r-- 0 root (0) root (0) 5538 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/compat_getopt.c
â â +-rw-rw-r-- 0 root (0) root (0) 17827 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/compat_ifaddrs.c
â â +-rw-rw-r-- 0 root (0) root (0) 2701 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/compat_posix_string.c
â â +-rw-rw-r-- 0 root (0) root (0) 2574 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/compat_snprintf.c
â â +-rw-rw-r-- 0 root (0) root (0) 2145 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/compat_strcasestr.c
â â +-rw-rw-r-- 0 root (0) root (0) 2182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/compat_strl.c
â â +-rw-rw-r-- 0 root (0) root (0) 859 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/compat/fopen_utf8.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/crt/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/crt/include/
â â +-rw-rw-r-- 0 root (0) root (0) 200 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/crt/include/string.h
â â +-rw-rw-r-- 0 root (0) root (0) 640 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/crt/string.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/dynamic/
â â +-rw-rw-r-- 0 root (0) root (0) 4108 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/dynamic/dylib.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/encodings/
â â +-rw-rw-r-- 0 root (0) root (0) 5143 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/encodings/encoding_crc32.c
â â +-rw-rw-r-- 0 root (0) root (0) 12087 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/encodings/encoding_utf.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/features/
â â +-rw-rw-r-- 0 root (0) root (0) 21963 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/features/features_cpu.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/
â â +-rw-rw-r-- 0 root (0) root (0) 24170 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/archive_file.c
â â +-rw-rw-r-- 0 root (0) root (0) 15443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/archive_file_7z.c
â â +-rw-rw-r-- 0 root (0) root (0) 11020 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/archive_file_zlib.c
â â +-rw-rw-r-- 0 root (0) root (0) 23092 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/config_file.c
â â +-rw-rw-r-- 0 root (0) root (0) 5571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/config_file_userdata.c
â â +-rw-rw-r-- 0 root (0) root (0) 29251 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/file_path.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/nbio/
â â +-rw-rw-r-- 0 root (0) root (0) 2584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_intf.c
â â +-rw-rw-r-- 0 root (0) root (0) 6302 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_linux.c
â â +-rw-rw-r-- 0 root (0) root (0) 6820 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_stdio.c
â â +-rw-rw-r-- 0 root (0) root (0) 4944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_unixmmap.c
â â +-rw-rw-r-- 0 root (0) root (0) 6698 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/nbio/nbio_windowsmmap.c
â â +-rw-rw-r-- 0 root (0) root (0) 8086 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/file/retro_dirent.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/bmp/
â â +-rw-rw-r-- 0 root (0) root (0) 16228 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/bmp/rbmp.c
â â +-rw-rw-r-- 0 root (0) root (0) 6855 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/bmp/rbmp_encode.c
â â +-rw-rw-r-- 0 root (0) root (0) 8129 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/image_texture.c
â â +-rw-rw-r-- 0 root (0) root (0) 6218 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/image_transfer.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/jpeg/
â â +-rw-rw-r-- 0 root (0) root (0) 80787 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/jpeg/rjpeg.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/json/
â â +-rw-rw-r-- 0 root (0) root (0) 7511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/json/jsonsax.c
â â +-rw-rw-r-- 0 root (0) root (0) 142241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/json/jsonsax_full.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/
â â +-rw-rw-r-- 0 root (0) root (0) 3209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/bitstream.c
â â +-rw-rw-r-- 0 root (0) root (0) 36765 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/cdrom.c
â â +-rw-rw-r-- 0 root (0) root (0) 77910 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/chd.c
â â +-rw-rw-r-- 0 root (0) root (0) 13178 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/flac.c
â â +-rw-rw-r-- 0 root (0) root (0) 17168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/libchdr/huffman.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/png/
â â +-rw-rw-r-- 0 root (0) root (0) 30026 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/png/rpng.c
â â +-rw-rw-r-- 0 root (0) root (0) 11361 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/png/rpng_encode.c
â â +-rw-rw-r-- 0 root (0) root (0) 2002 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/png/rpng_internal.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/tga/
â â +-rw-rw-r-- 0 root (0) root (0) 12914 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/tga/rtga.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/wav/
â â +-rw-rw-r-- 0 root (0) root (0) 5809 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/wav/rwav.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/xml/
â â +-rw-rw-r-- 0 root (0) root (0) 11644 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/xml/rxml.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/xml/test/
â â +-rw-rw-r-- 0 root (0) root (0) 434 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/xml/test/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 2443 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/formats/xml/test/rxml_test.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/gfx/
â â +-rw-rw-r-- 0 root (0) root (0) 9943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/gfx/gl_capabilities.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/
â â +-rw-rw-r-- 0 root (0) root (0) 29153 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/pixconv.c
â â +-rw-rw-r-- 0 root (0) root (0) 10607 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/scaler.c
â â +-rw-rw-r-- 0 root (0) root (0) 8401 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/scaler_filter.c
â â +-rw-rw-r-- 0 root (0) root (0) 9289 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/gfx/scaler/scaler_int.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsm/
â â +-rw-rw-r-- 0 root (0) root (0) 45239 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsm/glsm.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsym/
â â +-rw-rw-r-- 0 root (0) root (0) 268 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsym/README.md
â â +-rwxrwxr-x 0 root (0) root (0) 4796 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsym/glgen.py
â â +-rw-rw-r-- 0 root (0) root (0) 20064 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsym/glsym_es2.c
â â +-rw-rw-r-- 0 root (0) root (0) 20267 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsym/glsym_es3.c
â â +-rw-rw-r-- 0 root (0) root (0) 90981 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsym/glsym_gl.c
â â +-rw-rw-r-- 0 root (0) root (0) 1836 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsym/rglgen.c
â â +-rwxrwxr-x 0 root (0) root (0) 4663 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/glsym/rglgen.py
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/hash/
â â +-rw-rw-r-- 0 root (0) root (0) 17968 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/hash/rhash.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/audio/
â â +-rw-rw-r-- 0 root (0) root (0) 3086 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/audio/audio_mix.h
â â +-rw-rw-r-- 0 root (0) root (0) 2761 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/audio/audio_mixer.h
â â +-rw-rw-r-- 0 root (0) root (0) 6623 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/audio/audio_resampler.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/audio/conversion/
â â +-rw-rw-r-- 0 root (0) root (0) 2076 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/audio/conversion/float_to_s16.h
â â +-rw-rw-r-- 0 root (0) root (0) 2150 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/audio/conversion/s16_to_float.h
â â +-rw-rw-r-- 0 root (0) root (0) 2014 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/audio/dsp_filter.h
â â +-rw-rw-r-- 0 root (0) root (0) 1723 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/boolean.h
â â +-rw-rw-r-- 0 root (0) root (0) 2264 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/clamping.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/
â â +-rw-rw-r-- 0 root (0) root (0) 2474 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/apple_compat.h
â â +-rw-rw-r-- 0 root (0) root (0) 1561 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/fnmatch.h
â â +-rw-rw-r-- 0 root (0) root (0) 381 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/fopen_utf8.h
â â +-rw-rw-r-- 0 root (0) root (0) 2704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/getopt.h
â â +-rw-rw-r-- 0 root (0) root (0) 1841 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/ifaddrs.h
â â +-rw-rw-r-- 0 root (0) root (0) 2543 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/intrinsics.h
â â +-rw-rw-r-- 0 root (0) root (0) 4140 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/msvc.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/msvc/
â â +-rw-rw-r-- 0 root (0) root (0) 7826 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/msvc/stdint.h
â â +-rw-rw-r-- 0 root (0) root (0) 2155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/posix_string.h
â â +-rw-rw-r-- 0 root (0) root (0) 1917 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/strcasestr.h
â â +-rw-rw-r-- 0 root (0) root (0) 2137 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/strl.h
â â +-rw-rw-r-- 0 root (0) root (0) 14954 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/zconf.h
â â +-rw-rw-r-- 0 root (0) root (0) 14954 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/zconf.h.in
â â +-rw-rw-r-- 0 root (0) root (0) 86163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/zlib.h
â â +-rw-rw-r-- 0 root (0) root (0) 6414 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/compat/zutil.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/dynamic/
â â +-rw-rw-r-- 0 root (0) root (0) 2192 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/dynamic/dylib.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/encodings/
â â +-rw-rw-r-- 0 root (0) root (0) 1635 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/encodings/crc32.h
â â +-rw-rw-r-- 0 root (0) root (0) 2353 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/encodings/utf.h
â â +-rw-rw-r-- 0 root (0) root (0) 2378 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/encodings/win32.h
â â +-rw-rw-r-- 0 root (0) root (0) 2969 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/fastcpy.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/features/
â â +-rw-rw-r-- 0 root (0) root (0) 2300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/features/features_cpu.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/file/
â â +-rw-rw-r-- 0 root (0) root (0) 6921 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/file/archive_file.h
â â +-rw-rw-r-- 0 root (0) root (0) 6853 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/file/config_file.h
â â +-rw-rw-r-- 0 root (0) root (0) 2431 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/file/config_file_userdata.h
â â +-rw-rw-r-- 0 root (0) root (0) 14393 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/file/file_path.h
â â +-rw-rw-r-- 0 root (0) root (0) 3651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/file/nbio.h
â â +-rw-rw-r-- 0 root (0) root (0) 2897 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/filters.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/
â â +-rw-rw-r-- 0 root (0) root (0) 2996 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/image.h
â â +-rw-rw-r-- 0 root (0) root (0) 2653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/jsonsax.h
â â +-rw-rw-r-- 0 root (0) root (0) 45912 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/jsonsax_full.h
â â +-rw-rw-r-- 0 root (0) root (0) 2141 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/rbmp.h
â â +-rw-rw-r-- 0 root (0) root (0) 1849 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/rjpeg.h
â â +-rw-rw-r-- 0 root (0) root (0) 2224 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/rpng.h
â â +-rw-rw-r-- 0 root (0) root (0) 1832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/rtga.h
â â +-rw-rw-r-- 0 root (0) root (0) 2844 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/rwav.h
â â +-rw-rw-r-- 0 root (0) root (0) 3497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/formats/rxml.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/
â â +-rw-rw-r-- 0 root (0) root (0) 2265 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/gl_capabilities.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/
â â +-rw-rw-r-- 0 root (0) root (0) 9729 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/matrix_3x3.h
â â +-rw-rw-r-- 0 root (0) root (0) 15539 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/matrix_4x4.h
â â +-rw-rw-r-- 0 root (0) root (0) 3278 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/vector_2.h
â â +-rw-rw-r-- 0 root (0) root (0) 2319 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/vector_3.h
â â +-rw-rw-r-- 0 root (0) root (0) 2087 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/math/vector_4.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/
â â +-rw-rw-r-- 0 root (0) root (0) 1636 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/filter.h
â â +-rw-rw-r-- 0 root (0) root (0) 3586 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/pixconv.h
â â +-rw-rw-r-- 0 root (0) root (0) 3416 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/scaler.h
â â +-rw-rw-r-- 0 root (0) root (0) 1965 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/scaler/scaler_int.h
â â +-rw-rw-r-- 0 root (0) root (0) 6494 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/gfx/video_frame.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsm/
â â +-rw-rw-r-- 0 root (0) root (0) 4996 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsm/glsm.h
â â +-rw-rw-r-- 0 root (0) root (0) 18821 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsm/glsmsym.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsym/
â â +-rw-rw-r-- 0 root (0) root (0) 1651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsym/glsym.h
â â +-rw-rw-r-- 0 root (0) root (0) 54826 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsym/glsym_es2.h
â â +-rw-rw-r-- 0 root (0) root (0) 55531 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsym/glsym_es3.h
â â +-rw-rw-r-- 0 root (0) root (0) 236738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsym/glsym_gl.h
â â +-rw-rw-r-- 0 root (0) root (0) 1866 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsym/rglgen.h
â â +-rw-rw-r-- 0 root (0) root (0) 2543 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/glsym/rglgen_headers.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libchdr/
â â +-rw-rw-r-- 0 root (0) root (0) 1408 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libchdr/bitstream.h
â â +-rw-rw-r-- 0 root (0) root (0) 2316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libchdr/cdrom.h
â â +-rw-rw-r-- 0 root (0) root (0) 14890 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libchdr/chd.h
â â +-rw-rw-r-- 0 root (0) root (0) 588 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libchdr/coretypes.h
â â +-rw-rw-r-- 0 root (0) root (0) 2235 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libchdr/flac.h
â â +-rw-rw-r-- 0 root (0) root (0) 2995 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libchdr/huffman.h
â â +-rw-rw-r-- 0 root (0) root (0) 477 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libchdr/minmax.h
â â +-rw-rw-r-- 0 root (0) root (0) 2299 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libco.h
â â +-rw-rw-r-- 0 root (0) root (0) 114209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libretro.h
â â +-rw-rw-r-- 0 root (0) root (0) 6722 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libretro_dspfilter.h
â â +-rw-rw-r-- 0 root (0) root (0) 18351 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/libretro_vulkan.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/lists/
â â +-rw-rw-r-- 0 root (0) root (0) 2759 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/lists/dir_list.h
â â +-rw-rw-r-- 0 root (0) root (0) 4538 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/lists/file_list.h
â â +-rw-rw-r-- 0 root (0) root (0) 5060 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/lists/string_list.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/math/
â â +-rw-rw-r-- 0 root (0) root (0) 2333 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/math/complex.h
â â +-rw-rw-r-- 0 root (0) root (0) 2233 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/math/float_minmax.h
â â +-rw-rw-r-- 0 root (0) root (0) 2003 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/math/fxp.h
â â +-rw-rw-r-- 0 root (0) root (0) 1661 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/memalign.h
â â +-rw-rw-r-- 0 root (0) root (0) 2110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/memmap.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/net/
â â +-rw-rw-r-- 0 root (0) root (0) 6667 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/net/net_compat.h
â â +-rw-rw-r-- 0 root (0) root (0) 2907 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/net/net_http.h
â â +-rw-rw-r-- 0 root (0) root (0) 2375 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/net/net_http_parse.h
â â +-rw-rw-r-- 0 root (0) root (0) 1845 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/net/net_ifinfo.h
â â +-rw-rw-r-- 0 root (0) root (0) 2853 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/net/net_natt.h
â â +-rw-rw-r-- 0 root (0) root (0) 2964 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/net/net_socket.h
â â +-rw-rw-r-- 0 root (0) root (0) 2193 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/net/net_socket_ssl.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/queues/
â â +-rw-rw-r-- 0 root (0) root (0) 2507 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/queues/fifo_queue.h
â â +-rw-rw-r-- 0 root (0) root (0) 2969 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/queues/message_queue.h
â â +-rw-rw-r-- 0 root (0) root (0) 6686 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/queues/task_queue.h
â â +-rw-rw-r-- 0 root (0) root (0) 1673 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_assert.h
â â +-rw-rw-r-- 0 root (0) root (0) 1863 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 3996 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_common_api.h
â â +-rw-rw-r-- 0 root (0) root (0) 2171 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_dirent.h
â â +-rw-rw-r-- 0 root (0) root (0) 7552 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_endianness.h
â â +-rw-rw-r-- 0 root (0) root (0) 2774 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_environment.h
â â +-rw-rw-r-- 0 root (0) root (0) 1712 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_inline.h
â â +-rw-rw-r-- 0 root (0) root (0) 2604 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_math.h
â â +-rw-rw-r-- 0 root (0) root (0) 5129 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_miscellaneous.h
â â +-rw-rw-r-- 0 root (0) root (0) 3327 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/retro_timers.h
â â +-rw-rw-r-- 0 root (0) root (0) 4524 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/rhash.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/rthreads/
â â +-rw-rw-r-- 0 root (0) root (0) 6630 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/rthreads/rthreads.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/streams/
â â +-rw-rw-r-- 0 root (0) root (0) 2291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/streams/chd_stream.h
â â +-rw-rw-r-- 0 root (0) root (0) 3508 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/streams/file_stream.h
â â +-rw-rw-r-- 0 root (0) root (0) 2629 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/streams/file_stream_transforms.h
â â +-rw-rw-r-- 0 root (0) root (0) 3336 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/streams/interface_stream.h
â â +-rw-rw-r-- 0 root (0) root (0) 2279 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/streams/memory_stream.h
â â +-rw-rw-r-- 0 root (0) root (0) 1653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/streams/stdin_stream.h
â â +-rw-rw-r-- 0 root (0) root (0) 3928 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/streams/trans_stream.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/string/
â â +-rw-rw-r-- 0 root (0) root (0) 3977 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/string/stdstring.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/utils/
â â +-rw-rw-r-- 0 root (0) root (0) 1478 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/utils/md5.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/vfs/
â â +-rw-rw-r-- 0 root (0) root (0) 3003 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/vfs/vfs_implementation.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/vulkan/
â â +-rw-rw-r-- 0 root (0) root (0) 26573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/include/vulkan/vulkan_symbol_wrapper.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/
â â +-rw-rw-r-- 0 root (0) root (0) 3015 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/aarch64.c
â â +-rw-rw-r-- 0 root (0) root (0) 8360 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/amd64.c
â â +-rw-rw-r-- 0 root (0) root (0) 2386 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/armeabi.c
â â +-rw-rw-r-- 0 root (0) root (0) 1382 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/fiber.c
â â +-rw-rw-r-- 0 root (0) root (0) 777 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/libco.c
â â +-rw-rw-r-- 0 root (0) root (0) 11978 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/ppc.c
â â +-rw-rw-r-- 0 root (0) root (0) 2638 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/psp2.c
â â +-rw-rw-r-- 0 root (0) root (0) 2198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/scefiber.c
â â +-rw-rw-r-- 0 root (0) root (0) 2399 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/sjlj.c
â â +-rw-rw-r-- 0 root (0) root (0) 1828 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/ucontext.c
â â +-rw-rw-r-- 0 root (0) root (0) 2933 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/libco/x86.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/lists/
â â +-rw-rw-r-- 0 root (0) root (0) 8591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/lists/dir_list.c
â â +-rw-rw-r-- 0 root (0) root (0) 11561 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/lists/file_list.c
â â +-rw-rw-r-- 0 root (0) root (0) 8023 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/lists/string_list.c
â â +-rw-rw-r-- 0 root (0) root (0) 3024 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/lists/vector_list.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/memmap/
â â +-rw-rw-r-- 0 root (0) root (0) 2301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/memmap/memalign.c
â â +-rw-rw-r-- 0 root (0) root (0) 4662 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/memmap/memmap.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/net/
â â +-rw-rw-r-- 0 root (0) root (0) 15119 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/net/net_compat.c
â â +-rw-rw-r-- 0 root (0) root (0) 18469 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/net/net_http.c
â â +-rw-rw-r-- 0 root (0) root (0) 3361 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/net/net_http_parse.c
â â +-rw-rw-r-- 0 root (0) root (0) 4969 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/net/net_ifinfo.c
â â +-rw-rw-r-- 0 root (0) root (0) 6796 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/net/net_natt.c
â â +-rw-rw-r-- 0 root (0) root (0) 8627 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/net/net_socket.c
â â +-rw-rw-r-- 0 root (0) root (0) 7651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/net/net_socket_ssl.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/queues/
â â +-rw-rw-r-- 0 root (0) root (0) 2745 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/queues/fifo_queue.c
â â +-rw-rw-r-- 0 root (0) root (0) 6325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/queues/message_queue.c
â â +-rw-rw-r-- 0 root (0) root (0) 18223 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/queues/task_queue.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/rthreads/
â â +-rw-rw-r-- 0 root (0) root (0) 5385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/rthreads/ctr_pthread.h
â â +-rw-rw-r-- 0 root (0) root (0) 4910 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/rthreads/gx_pthread.h
â â +-rw-rw-r-- 0 root (0) root (0) 23978 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/rthreads/rthreads.c
â â +-rw-rw-r-- 0 root (0) root (0) 2103 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/rthreads/xenon_sdl_threads.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/file/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/file/nbio/
â â +-rw-rw-r-- 0 root (0) root (0) 708 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/file/nbio/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 1465 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/file/nbio/nbio_test.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/formats/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/formats/png/
â â +-rw-rw-r-- 0 root (0) root (0) 1609 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/formats/png/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 5144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/formats/png/rpng_test.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/net/
â â +-rw-rw-r-- 0 root (0) root (0) 962 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/net/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 2141 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/net/net_http_test.c
â â +-rw-rw-r-- 0 root (0) root (0) 1777 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/net/net_ifinfo_test.c
â â +-rw-rw-r-- 0 root (0) root (0) 1138 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/net/udp-test.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/utils/
â â +-rw-rw-r-- 0 root (0) root (0) 1983 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/samples/utils/Makefile
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/
â â +-rw-rw-r-- 0 root (0) root (0) 10739 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/chd_stream.c
â â +-rw-rw-r-- 0 root (0) root (0) 12808 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/file_stream.c
â â +-rw-rw-r-- 0 root (0) root (0) 4089 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/file_stream_transforms.c
â â +-rw-rw-r-- 0 root (0) root (0) 10560 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/interface_stream.c
â â +-rw-rw-r-- 0 root (0) root (0) 4521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/memory_stream.c
â â +-rw-rw-r-- 0 root (0) root (0) 4184 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/stdin_stream.c
â â +-rw-rw-r-- 0 root (0) root (0) 3068 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/trans_stream.c
â â +-rw-rw-r-- 0 root (0) root (0) 2934 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/trans_stream_pipe.c
â â +-rw-rw-r-- 0 root (0) root (0) 7142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/streams/trans_stream_zlib.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/string/
â â +-rw-rw-r-- 0 root (0) root (0) 5531 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/string/stdstring.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/utils/
â â +-rw-rw-r-- 0 root (0) root (0) 786 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/utils/crc32.c
â â +-rw-rw-r-- 0 root (0) root (0) 452 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/utils/djb2.c
â â +-rw-rw-r-- 0 root (0) root (0) 10652 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/utils/md5.c
â â +-rw-rw-r-- 0 root (0) root (0) 11548 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/utils/sha1.c
â â +-rw-rw-r-- 0 root (0) root (0) 4509 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/utils/sha1_main.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/vfs/
â â +-rw-rw-r-- 0 root (0) root (0) 14865 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/vfs/vfs_implementation.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/vulkan/
â â +-rw-rw-r-- 0 root (0) root (0) 46472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-common/vulkan/vulkan_symbol_wrapper.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/
â â +-rw-rw-r-- 0 root (0) root (0) 2130 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 2404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/README.md
â â +-rw-rw-r-- 0 root (0) root (0) 3874 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/bintree.c
â â +-rw-rw-r-- 0 root (0) root (0) 1898 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/bintree.h
â â +-rw-rw-r-- 0 root (0) root (0) 23934 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/c_converter.c
â â +-rwxrwxr-x 0 root (0) root (0) 2152 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/c_converter_test.sh
â â +-rwxrwxr-x 0 root (0) root (0) 84 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/dat_converter
â â +-rw-rw-r-- 0 root (0) root (0) 14992 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/libretrodb.c
â â +-rw-rw-r-- 0 root (0) root (0) 3511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/libretrodb.h
â â +-rw-rw-r-- 0 root (0) root (0) 5497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/libretrodb_tool.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/lua/
â â +-rw-rw-r-- 0 root (0) root (0) 2561 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/lua/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 6289 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/lua/dat_converter.lua
â â +-rw-rw-r-- 0 root (0) root (0) 4499 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/lua/lua_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 256 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/lua/lua_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 2324 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/lua/lua_converter.c
â â +-rw-rw-r-- 0 root (0) root (0) 6432 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/lua/testlib.c
â â +-rw-rw-r-- 0 root (0) root (0) 2401 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/lua/tests.lua
â â +-rw-rw-r-- 0 root (0) root (0) 23164 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/query.c
â â +-rw-rw-r-- 0 root (0) root (0) 1809 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/query.h
â â +-rw-rw-r-- 0 root (0) root (0) 17015 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/rmsgpack.c
â â +-rw-rw-r-- 0 root (0) root (0) 2439 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/rmsgpack.h
â â +-rw-rw-r-- 0 root (0) root (0) 13691 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/rmsgpack_dom.c
â â +-rw-rw-r-- 0 root (0) root (0) 2884 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/rmsgpack_dom.h
â â +-rw-rw-r-- 0 root (0) root (0) 4708 2018-02-19 12:43:32.000000 RetroArch-1.7.1/libretro-db/rmsgpack_test.c
â â +-rw-rw-r-- 0 root (0) root (0) 9642 2018-02-19 12:43:32.000000 RetroArch-1.7.1/list_special.c
â â +-rw-rw-r-- 0 root (0) root (0) 2051 2018-02-19 12:43:32.000000 RetroArch-1.7.1/list_special.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/location/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/location/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 6602 2018-02-19 12:43:32.000000 RetroArch-1.7.1/location/drivers/android.c
â â +-rw-rw-r-- 0 root (0) root (0) 1667 2018-02-19 12:43:32.000000 RetroArch-1.7.1/location/drivers/nulllocation.c
â â +-rw-rw-r-- 0 root (0) root (0) 7723 2018-02-19 12:43:32.000000 RetroArch-1.7.1/location/location_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 4118 2018-02-19 12:43:32.000000 RetroArch-1.7.1/location/location_driver.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/
â â +-rw-rw-r-- 0 root (0) root (0) 10235 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/cheat_manager.c
â â +-rw-rw-r-- 0 root (0) root (0) 2020 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/cheat_manager.h
â â +-rw-rw-r-- 0 root (0) root (0) 2131 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/core_manager.c
â â +-rw-rw-r-- 0 root (0) root (0) 1036 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/core_manager.h
â â +-rw-rw-r-- 0 root (0) root (0) 9623 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/core_option_manager.c
â â +-rw-rw-r-- 0 root (0) root (0) 4890 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/core_option_manager.h
â â +-rw-rw-r-- 0 root (0) root (0) 20515 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/state_manager.c
â â +-rw-rw-r-- 0 root (0) root (0) 1508 2018-02-19 12:43:32.000000 RetroArch-1.7.1/managers/state_manager.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/
â â +-rw-rw-r-- 0 root (0) root (0) 18243 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/canvas.png
â â +-rw-rw-r-- 0 root (0) root (0) 370070 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icon_dark.ico
â â +-rw-rw-r-- 0 root (0) root (0) 370070 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icon_light.ico
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/LICENSE/
â â +-rw-rw-r-- 0 root (0) root (0) 17719 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/LICENSE/LICENSE.CC_BY_NC_3.txt
â â +-rw-rw-r-- 0 root (0) root (0) 1028 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/LICENSE/LICENSE.txt
â â +-rw-rw-r-- 0 root (0) root (0) 6412 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/icon.svg
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-hdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 1329 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-hdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-mdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 853 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-mdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-xhdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 1678 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-xhdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-xxhdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 2524 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-xxhdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-xxxhdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 3412 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/mipmap-xxxhdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/playstore/
â â +-rw-rw-r-- 0 root (0) root (0) 11502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/icons/playstore/icon.png
â â +-rw-rw-r-- 0 root (0) root (0) 12979 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/invader_dark.png
â â +-rw-rw-r-- 0 root (0) root (0) 13051 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/invader_light.png
â â +-rw-rw-r-- 0 root (0) root (0) 3730 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/libretro-logo.png
â â +-rw-rw-r-- 0 root (0) root (0) 355 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/rarch.manifest
â â +-rw-rw-r-- 0 root (0) root (0) 3544 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/rarch.rc
â â +-rw-rw-r-- 0 root (0) root (0) 3214 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/rarch_ja.rc
â â +-rwxrwxr-x 0 root (0) root (0) 300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/render-ios-icons.sh
â â +-rw-rw-r-- 0 root (0) root (0) 1086 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/retroarch-16x16.ico
â â +-rw-rw-r-- 0 root (0) root (0) 155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/retroarch-16x16.png
â â +-rw-rw-r-- 0 root (0) root (0) 2258 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/retroarch-96x96.png
â â +-rw-rw-r-- 0 root (0) root (0) 66653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/retroarch.icns
â â +-rw-rw-r-- 0 root (0) root (0) 298345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/retroarch.ico
â â +-rw-rw-r-- 0 root (0) root (0) 2664 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/retroarch.svg
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/src/
â â +-rw-rw-r-- 0 root (0) root (0) 298345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/src/invader.ico
â â +-rw-rw-r-- 0 root (0) root (0) 24570 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/src/invader.png
â â +-rw-rw-r-- 0 root (0) root (0) 3947 2018-02-19 12:43:32.000000 RetroArch-1.7.1/media/src/invader.svg
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/neon/
â â +-rw-rw-r-- 0 root (0) root (0) 3407 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/neon/memcpy-neon.S
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/ngc/
â â +-rw-rw-r-- 0 root (0) root (0) 3171 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/ngc/ssaram.c
â â +-rw-rw-r-- 0 root (0) root (0) 325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/ngc/ssaram.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/wii/
â â +-rw-rw-r-- 0 root (0) root (0) 6673 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/wii/mem2_manager.c
â â +-rw-rw-r-- 0 root (0) root (0) 164 2018-02-19 12:43:32.000000 RetroArch-1.7.1/memory/wii/mem2_manager.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/
â â +-rw-rw-r-- 0 root (0) root (0) 3983 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_cancel.c
â â +-rw-rw-r-- 0 root (0) root (0) 1558 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_contentlist_switch.c
â â +-rw-rw-r-- 0 root (0) root (0) 63489 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_deferred_push.c
â â +-rw-rw-r-- 0 root (0) root (0) 1588 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_down.c
â â +-rw-rw-r-- 0 root (0) root (0) 67840 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_get_value.c
â â +-rw-rw-r-- 0 root (0) root (0) 2802 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_info.c
â â +-rw-rw-r-- 0 root (0) root (0) 3511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_label.c
â â +-rw-rw-r-- 0 root (0) root (0) 24411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_left.c
â â +-rw-rw-r-- 0 root (0) root (0) 168836 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_ok.c
â â +-rw-rw-r-- 0 root (0) root (0) 1442 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_refresh.c
â â +-rw-rw-r-- 0 root (0) root (0) 24993 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_right.c
â â +-rw-rw-r-- 0 root (0) root (0) 5414 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_scan.c
â â +-rw-rw-r-- 0 root (0) root (0) 7841 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_select.c
â â +-rw-rw-r-- 0 root (0) root (0) 11560 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_start.c
â â +-rw-rw-r-- 0 root (0) root (0) 95790 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_sublabel.c
â â +-rw-rw-r-- 0 root (0) root (0) 56874 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_title.c
â â +-rw-rw-r-- 0 root (0) root (0) 1582 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/cbs/menu_cbs_up.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 90552 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/materialui.c
â â +-rw-rw-r-- 0 root (0) root (0) 10510 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/menu_generic.c
â â +-rw-rw-r-- 0 root (0) root (0) 1186 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/menu_generic.h
â â +-rw-rw-r-- 0 root (0) root (0) 11955 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/nuklear.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/nuklear/
â â +-rw-rw-r-- 0 root (0) root (0) 10033 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 2844 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 3349 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_menu.c
â â +-rw-rw-r-- 0 root (0) root (0) 2372 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_menu.h
â â +-rw-rw-r-- 0 root (0) root (0) 2392 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/nuklear/nk_wnd_debug.c
â â +-rw-rw-r-- 0 root (0) root (0) 2155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/null.c
â â +-rw-rw-r-- 0 root (0) root (0) 25661 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/rgui.c
â â +-rwxrwxr-x 0 root (0) root (0) 138785 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/xmb.c
â â +-rw-rw-r-- 0 root (0) root (0) 20224 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/xui.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 31330 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers/zarch.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/
â â +-rw-rw-r-- 0 root (0) root (0) 2910 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_caca.c
â â +-rw-rw-r-- 0 root (0) root (0) 6258 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_ctr.c
â â +-rw-rw-r-- 0 root (0) root (0) 9403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_d3d.c
â â +-rw-rw-r-- 0 root (0) root (0) 9900 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_d3d11.c
â â +-rw-rw-r-- 0 root (0) root (0) 10749 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_d3d12.c
â â +-rw-rw-r-- 0 root (0) root (0) 3310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_gdi.c
â â +-rw-rw-r-- 0 root (0) root (0) 7641 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_gl.c
â â +-rw-rw-r-- 0 root (0) root (0) 2662 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_null.c
â â +-rw-rw-r-- 0 root (0) root (0) 2883 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_vga.c
â â +-rw-rw-r-- 0 root (0) root (0) 7612 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_vita2d.c
â â +-rw-rw-r-- 0 root (0) root (0) 11055 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_vulkan.c
â â +-rw-rw-r-- 0 root (0) root (0) 11390 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/drivers_display/menu_display_wiiu.c
â â +-rw-rw-r-- 0 root (0) root (0) 18304 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_animation.c
â â +-rw-rw-r-- 0 root (0) root (0) 3322 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_animation.h
â â +-rw-rw-r-- 0 root (0) root (0) 13517 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_cbs.c
â â +-rw-rw-r-- 0 root (0) root (0) 10021 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_cbs.h
â â +-rw-rw-r-- 0 root (0) root (0) 2074 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_content.c
â â +-rw-rw-r-- 0 root (0) root (0) 1329 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_content.h
â â +-rw-rw-r-- 0 root (0) root (0) 256505 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_displaylist.c
â â +-rw-rw-r-- 0 root (0) root (0) 7370 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_displaylist.h
â â +-rw-rw-r-- 0 root (0) root (0) 71101 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 24889 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 17172 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_entries.c
â â +-rw-rw-r-- 0 root (0) root (0) 5890 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_entries.h
â â +-rw-rw-r-- 0 root (0) root (0) 12417 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_event.c
â â +-rw-rw-r-- 0 root (0) root (0) 2114 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_event.h
â â +-rw-rw-r-- 0 root (0) root (0) 17559 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_input.c
â â +-rw-rw-r-- 0 root (0) root (0) 2984 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_input.h
â â +-rw-rw-r-- 0 root (0) root (0) 8598 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_networking.c
â â +-rw-rw-r-- 0 root (0) root (0) 1472 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_networking.h
â â +-rw-rw-r-- 0 root (0) root (0) 299806 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_setting.c
â â +-rw-rw-r-- 0 root (0) root (0) 6500 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_setting.h
â â +-rw-rw-r-- 0 root (0) root (0) 16705 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_shader.c
â â +-rw-rw-r-- 0 root (0) root (0) 2678 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/menu_shader.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/
â â +-rw-rw-r-- 0 root (0) root (0) 9168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_dialog.c
â â +-rw-rw-r-- 0 root (0) root (0) 2142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_dialog.h
â â +-rw-rw-r-- 0 root (0) root (0) 13928 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_entry.c
â â +-rw-rw-r-- 0 root (0) root (0) 3189 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_entry.h
â â +-rw-rw-r-- 0 root (0) root (0) 9930 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_filebrowser.c
â â +-rw-rw-r-- 0 root (0) root (0) 1459 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_filebrowser.h
â â +-rw-rw-r-- 0 root (0) root (0) 14467 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_input_bind_dialog.c
â â +-rw-rw-r-- 0 root (0) root (0) 1603 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_input_bind_dialog.h
â â +-rw-rw-r-- 0 root (0) root (0) 4385 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_input_dialog.c
â â +-rw-rw-r-- 0 root (0) root (0) 1738 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_input_dialog.h
â â +-rw-rw-r-- 0 root (0) root (0) 5441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_list.c
â â +-rw-rw-r-- 0 root (0) root (0) 1983 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_list.h
â â +-rw-rw-r-- 0 root (0) root (0) 5289 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_osk.c
â â +-rw-rw-r-- 0 root (0) root (0) 1609 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_osk.h
â â +-rw-rw-r-- 0 root (0) root (0) 3607 2018-02-19 12:43:32.000000 RetroArch-1.7.1/menu/widgets/menu_osk_utf8_pages.h
â â +-rw-rw-r-- 0 root (0) root (0) 15814 2018-02-19 12:43:32.000000 RetroArch-1.7.1/movie.c
â â +-rw-rw-r-- 0 root (0) root (0) 2209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/movie.h
â â +-rw-rw-r-- 0 root (0) root (0) 16916 2018-02-19 12:43:32.000000 RetroArch-1.7.1/msg_hash.c
â â +-rw-rw-r-- 0 root (0) root (0) 79240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/msg_hash.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/httpserver/
â â +-rw-rw-r-- 0 root (0) root (0) 21195 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/httpserver/handle_form.inl
â â +-rw-rw-r-- 0 root (0) root (0) 17719 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/httpserver/httpserver.c
â â +-rw-rw-r-- 0 root (0) root (0) 963 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/httpserver/httpserver.h
â â +-rw-rw-r-- 0 root (0) root (0) 2813 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/net_http_special.c
â â +-rw-rw-r-- 0 root (0) root (0) 1094 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/net_http_special.h
â â +-rw-rw-r-- 0 root (0) root (0) 2562 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/net_logger.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/
â â +-rw-rw-r-- 0 root (0) root (0) 13816 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/README
â â +-rw-rw-r-- 0 root (0) root (0) 3720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay.h
â â +-rw-rw-r-- 0 root (0) root (0) 8645 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_buf.c
â â +-rw-rw-r-- 0 root (0) root (0) 5015 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_delta.c
â â +-rw-rw-r-- 0 root (0) root (0) 15591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_discovery.c
â â +-rw-rw-r-- 0 root (0) root (0) 2777 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_discovery.h
â â +-rw-rw-r-- 0 root (0) root (0) 47401 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_frontend.c
â â +-rw-rw-r-- 0 root (0) root (0) 33300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_handshake.c
â â +-rw-rw-r-- 0 root (0) root (0) 15570 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_init.c
â â +-rw-rw-r-- 0 root (0) root (0) 67573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_io.c
â â +-rw-rw-r-- 0 root (0) root (0) 1626 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_keyboard.c
â â +-rw-rw-r-- 0 root (0) root (0) 2589 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_keys.h
â â +-rw-rw-r-- 0 root (0) root (0) 28181 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_private.h
â â +-rw-rw-r-- 0 root (0) root (0) 12678 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_room_parse.c
â â +-rw-rw-r-- 0 root (0) root (0) 34327 2018-02-19 12:43:32.000000 RetroArch-1.7.1/network/netplay/netplay_sync.c
â â +-rw-rw-r-- 0 root (0) root (0) 7003 2018-02-19 12:43:32.000000 RetroArch-1.7.1/no-xib.diff
â â +-rw-rw-r-- 0 root (0) root (0) 23372 2018-02-19 12:43:32.000000 RetroArch-1.7.1/paths.c
â â +-rw-rw-r-- 0 root (0) root (0) 2020 2018-02-19 12:43:32.000000 RetroArch-1.7.1/paths.h
â â +-rw-rw-r-- 0 root (0) root (0) 4263 2018-02-19 12:43:32.000000 RetroArch-1.7.1/performance_counters.c
â â +-rw-rw-r-- 0 root (0) root (0) 3050 2018-02-19 12:43:32.000000 RetroArch-1.7.1/performance_counters.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/
â â +-rw-rw-r-- 0 root (0) root (0) 19508 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/Arial_12.abc
â â +-rw-rw-r-- 0 root (0) root (0) 245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/Arial_12.rdf
â â +-rw-rw-r-- 0 root (0) root (0) 262162 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/Arial_12.tga
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/hd/
â â +-rw-rw-r-- 0 root (0) root (0) 12717 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/hd/rarch_main.xui
â â +-rw-rw-r-- 0 root (0) root (0) 6608540 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/rarch.ttf
â â +-rw-rw-r-- 0 root (0) root (0) 464453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/rarch_scene_skin.xui
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/sd/
â â +-rw-rw-r-- 0 root (0) root (0) 8742 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/sd/rarch_main.xui
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/shaders/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/360/shaders/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/
â â +-rw-rw-r-- 0 root (0) root (0) 466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/.classpath
â â +-rw-rw-r-- 0 root (0) root (0) 46 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/.gitignore
â â +-rw-rw-r-- 0 root (0) root (0) 812 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/.project
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/.settings/
â â +-rw-rw-r-- 0 root (0) root (0) 587 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/.settings/org.eclipse.jdt.core.prefs
â â +-rw-rw-r-- 0 root (0) root (0) 3019 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/AndroidManifest.xml
â â +-rw-rw-r-- 0 root (0) root (0) 176 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/Readme.md
â â +-rw-rw-r-- 0 root (0) root (0) 698 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/ant.properties
â â +-rw-rw-r-- 0 root (0) root (0) 5266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/build.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/docs/
â â +-rw-rw-r-- 0 root (0) root (0) 2215 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/docs/Building in Eclipse.md
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/jni/
â â +-rw-rw-r-- 0 root (0) root (0) 4442 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/jni/Android.mk
â â +-rw-rw-r-- 0 root (0) root (0) 1023 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/jni/Application.mk
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/
â â +-rw-rw-r-- 0 root (0) root (0) 466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/.classpath
â â +-rw-rw-r-- 0 root (0) root (0) 827 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/.project
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/.settings/
â â +-rw-rw-r-- 0 root (0) root (0) 173 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/.settings/org.eclipse.jdt.core.prefs
â â +-rw-rw-r-- 0 root (0) root (0) 282 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/AndroidManifest.xml
â â +-rw-rw-r-- 0 root (0) root (0) 531 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/README.txt
â â +-rw-rw-r-- 0 root (0) root (0) 3921 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/build.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/libs/
â â +-rw-rw-r-- 0 root (0) root (0) 959413 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/libs/google-play-services.jar
â â +-rw-rw-r-- 0 root (0) root (0) 734 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/proguard.txt
â â +-rw-rw-r-- 0 root (0) root (0) 584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/project.properties
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/color/
â â +-rw-rw-r-- 0 root (0) root (0) 710 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/color/common_signin_btn_text_dark.xml
â â +-rw-rw-r-- 0 root (0) root (0) 715 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/color/common_signin_btn_text_light.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 1811 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1846 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1846 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1811 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2100 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2075 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2050 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2049 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2224 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2331 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1927 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1957 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1957 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1927 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2206 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2185 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2158 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2374 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2483 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1187 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/ic_plusone_medium_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 841 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/ic_plusone_small_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 1498 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/ic_plusone_standard_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 1140 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-hdpi/ic_plusone_tall_off_client.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 1202 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1202 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1389 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1362 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1369 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1465 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1521 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1461 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1455 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1556 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1623 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 751 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/ic_plusone_medium_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 581 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/ic_plusone_small_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 996 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/ic_plusone_standard_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 789 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-mdpi/ic_plusone_tall_off_client.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 2438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2457 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2457 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2886 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2908 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2847 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2888 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 3133 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 3301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2947 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2931 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 3255 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 3384 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 1598 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/ic_plusone_medium_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 1205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/ic_plusone_small_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 2074 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/ic_plusone_standard_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 1741 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xhdpi/ic_plusone_tall_off_client.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 2438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2457 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2457 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2886 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2908 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2847 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2888 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 3133 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 3301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2947 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2931 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 2944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 3255 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 3384 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png
â â +-rw-rw-r-- 0 root (0) root (0) 5828 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/ic_plusone_medium_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 4279 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/ic_plusone_small_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 7439 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/ic_plusone_standard_off_client.png
â â +-rw-rw-r-- 0 root (0) root (0) 6204 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable-xxhdpi/ic_plusone_tall_off_client.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/
â â +-rw-rw-r-- 0 root (0) root (0) 743 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/common_signin_btn_icon_dark.xml
â â +-rw-rw-r-- 0 root (0) root (0) 748 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/common_signin_btn_icon_light.xml
â â +-rw-rw-r-- 0 root (0) root (0) 743 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/common_signin_btn_text_dark.xml
â â +-rw-rw-r-- 0 root (0) root (0) 748 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/drawable/common_signin_btn_text_light.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-af/
â â +-rw-rw-r-- 0 root (0) root (0) 4093 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-af/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-am/
â â +-rw-rw-r-- 0 root (0) root (0) 4831 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-am/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ar/
â â +-rw-rw-r-- 0 root (0) root (0) 4573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ar/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-be/
â â +-rw-rw-r-- 0 root (0) root (0) 4527 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-be/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-bg/
â â +-rw-rw-r-- 0 root (0) root (0) 5029 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-bg/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ca/
â â +-rw-rw-r-- 0 root (0) root (0) 4214 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ca/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-cs/
â â +-rw-rw-r-- 0 root (0) root (0) 4089 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-cs/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-da/
â â +-rw-rw-r-- 0 root (0) root (0) 4031 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-da/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-de/
â â +-rw-rw-r-- 0 root (0) root (0) 4220 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-de/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-el/
â â +-rw-rw-r-- 0 root (0) root (0) 5238 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-el/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-en-rGB/
â â +-rw-rw-r-- 0 root (0) root (0) 4024 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-en-rGB/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-en-rIN/
â â +-rw-rw-r-- 0 root (0) root (0) 4024 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-en-rIN/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-es-rUS/
â â +-rw-rw-r-- 0 root (0) root (0) 4092 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-es-rUS/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-es/
â â +-rw-rw-r-- 0 root (0) root (0) 4244 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-es/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-et-rEE/
â â +-rw-rw-r-- 0 root (0) root (0) 4030 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-et-rEE/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-et/
â â +-rw-rw-r-- 0 root (0) root (0) 4030 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-et/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fa/
â â +-rw-rw-r-- 0 root (0) root (0) 4764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fa/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fi/
â â +-rw-rw-r-- 0 root (0) root (0) 4061 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fi/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fr-rCA/
â â +-rw-rw-r-- 0 root (0) root (0) 4313 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fr-rCA/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fr/
â â +-rw-rw-r-- 0 root (0) root (0) 4307 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-fr/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hi/
â â +-rw-rw-r-- 0 root (0) root (0) 5641 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hi/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hr/
â â +-rw-rw-r-- 0 root (0) root (0) 4128 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hr/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hu/
â â +-rw-rw-r-- 0 root (0) root (0) 4287 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hu/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hy-rAM/
â â +-rw-rw-r-- 0 root (0) root (0) 5068 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-hy-rAM/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-in/
â â +-rw-rw-r-- 0 root (0) root (0) 4052 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-in/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-it/
â â +-rw-rw-r-- 0 root (0) root (0) 4053 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-it/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-iw/
â â +-rw-rw-r-- 0 root (0) root (0) 4398 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-iw/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ja/
â â +-rw-rw-r-- 0 root (0) root (0) 4675 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ja/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ka-rGE/
â â +-rw-rw-r-- 0 root (0) root (0) 5824 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ka-rGE/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-km-rKH/
â â +-rw-rw-r-- 0 root (0) root (0) 6583 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-km-rKH/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ko/
â â +-rw-rw-r-- 0 root (0) root (0) 4301 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ko/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lo-rLA/
â â +-rw-rw-r-- 0 root (0) root (0) 5609 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lo-rLA/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lt/
â â +-rw-rw-r-- 0 root (0) root (0) 4172 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lt/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lv/
â â +-rw-rw-r-- 0 root (0) root (0) 4197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-lv/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-mn-rMN/
â â +-rw-rw-r-- 0 root (0) root (0) 4987 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-mn-rMN/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ms-rMY/
â â +-rw-rw-r-- 0 root (0) root (0) 4166 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ms-rMY/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ms/
â â +-rw-rw-r-- 0 root (0) root (0) 4166 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ms/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-nb/
â â +-rw-rw-r-- 0 root (0) root (0) 4040 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-nb/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-nl/
â â +-rw-rw-r-- 0 root (0) root (0) 4124 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-nl/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pl/
â â +-rw-rw-r-- 0 root (0) root (0) 4100 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pl/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt-rBR/
â â +-rw-rw-r-- 0 root (0) root (0) 4118 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt-rBR/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt-rPT/
â â +-rw-rw-r-- 0 root (0) root (0) 4251 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt-rPT/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt/
â â +-rw-rw-r-- 0 root (0) root (0) 4118 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-pt/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ro/
â â +-rw-rw-r-- 0 root (0) root (0) 4141 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ro/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ru/
â â +-rw-rw-r-- 0 root (0) root (0) 4656 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-ru/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sk/
â â +-rw-rw-r-- 0 root (0) root (0) 4096 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sk/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sl/
â â +-rw-rw-r-- 0 root (0) root (0) 4018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sl/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sr/
â â +-rw-rw-r-- 0 root (0) root (0) 4849 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sr/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sv/
â â +-rw-rw-r-- 0 root (0) root (0) 4065 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sv/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sw/
â â +-rw-rw-r-- 0 root (0) root (0) 4083 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-sw/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-th/
â â +-rw-rw-r-- 0 root (0) root (0) 5647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-th/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-tl/
â â +-rw-rw-r-- 0 root (0) root (0) 4261 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-tl/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-tr/
â â +-rw-rw-r-- 0 root (0) root (0) 4185 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-tr/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-uk/
â â +-rw-rw-r-- 0 root (0) root (0) 4900 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-uk/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-vi/
â â +-rw-rw-r-- 0 root (0) root (0) 4577 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-vi/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rCN/
â â +-rw-rw-r-- 0 root (0) root (0) 3926 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rCN/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rHK/
â â +-rw-rw-r-- 0 root (0) root (0) 3981 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rHK/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rTW/
â â +-rw-rw-r-- 0 root (0) root (0) 3944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zh-rTW/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zu/
â â +-rw-rw-r-- 0 root (0) root (0) 4246 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values-zu/strings.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/
â â +-rw-rw-r-- 0 root (0) root (0) 481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/ads_attrs.xml
â â +-rw-rw-r-- 0 root (0) root (0) 858 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/colors.xml
â â +-rw-rw-r-- 0 root (0) root (0) 1070 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/maps_attrs.xml
â â +-rw-rw-r-- 0 root (0) root (0) 7217 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/strings.xml
â â +-rw-rw-r-- 0 root (0) root (0) 131 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/res/values/version.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/src/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/src/android/
â â +-rw-rw-r-- 0 root (0) root (0) 109 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/libs/googleplay/src/android/.readme
â â +-rw-rw-r-- 0 root (0) root (0) 781 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/proguard-project.txt
â â +-rw-rw-r-- 0 root (0) root (0) 607 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/project.properties
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-hdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 1329 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-hdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-ldpi/
â â +-rw-rw-r-- 0 root (0) root (0) 690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-ldpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-mdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 853 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-mdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xhdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 4423 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xhdpi/banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1678 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xhdpi/ic_launcher.png
â â +-rw-rw-r-- 0 root (0) root (0) 19152 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xhdpi/ouya_icon.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xxhdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 2524 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xxhdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xxxhdpi/
â â +-rw-rw-r-- 0 root (0) root (0) 3412 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable-xxxhdpi/ic_launcher.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable/
â â +-rw-rw-r-- 0 root (0) root (0) 4423 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/res/drawable/banner.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/mainmenu/
â â +-rw-rw-r-- 0 root (0) root (0) 6115 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/mainmenu/MainMenuActivity.java
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/preferences/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/preferences/util/
â â +-rw-rw-r-- 0 root (0) root (0) 6302 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/preferences/util/ConfigFile.java
â â +-rw-rw-r-- 0 root (0) root (0) 8360 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/preferences/util/UserPreferences.java
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/
â â +-rw-rw-r-- 0 root (0) root (0) 4901 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityCamera.java
â â +-rw-rw-r-- 0 root (0) root (0) 1087 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityCommon.java
â â +-rw-rw-r-- 0 root (0) root (0) 2915 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityFuture.java
â â +-rw-rw-r-- 0 root (0) root (0) 2379 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityIntent.java
â â +-rw-rw-r-- 0 root (0) root (0) 8074 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityLocation.java
â â +-rw-rw-r-- 0 root (0) root (0) 137 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityPast.java
â â +-rw-rw-r-- 0 root (0) root (0) 626 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/android/phoenix/version_increment.py
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/
â â +-rw-rw-r-- 0 root (0) root (0) 1428 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/Info.plist
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/en.lproj/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/en.lproj/MainMenu.nib/
â â +-rw-rw-r-- 0 root (0) root (0) 113003 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/en.lproj/MainMenu.nib/designable.nib
â â +-rw-rw-r-- 0 root (0) root (0) 21810 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/Resources/en.lproj/MainMenu.nib/keyedobjects.nib
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/en.lproj/
â â +-rw-rw-r-- 0 root (0) root (0) 45 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/en.lproj/InfoPlist.strings
â â +-rw-rw-r-- 0 root (0) root (0) 76664 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/en.lproj/MainMenu.xib
â â +-rw-rw-r-- 0 root (0) root (0) 44795 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/en.lproj/Settings.xib
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/modules/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/modules/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/modules_ppc/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/OSX/modules_ppc/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 25235 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.xcworkspace/xcshareddata/
â â +-rw-rw-r-- 0 root (0) root (0) 4556 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_OSX.xccheckout
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_PPC.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 17770 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_PPC.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_PPC.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 28170 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/
â â +-rw-rw-r-- 0 root (0) root (0) 4069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â +-rw-rw-r-- 0 root (0) root (0) 1690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS10.xcscmblueprint
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 29063 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/xcshareddata/
â â +-rw-rw-r-- 0 root (0) root (0) 4069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â +-rw-rw-r-- 0 root (0) root (0) 1690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS10_static.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS10.xcscmblueprint
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 28170 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/xcshareddata/
â â +-rw-rw-r-- 0 root (0) root (0) 4069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â +-rw-rw-r-- 0 root (0) root (0) 1690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS10.xcscmblueprint
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 29063 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/xcshareddata/
â â +-rw-rw-r-- 0 root (0) root (0) 4069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â +-rw-rw-r-- 0 root (0) root (0) 1690 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS10.xcscmblueprint
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 29404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.xcworkspace/xcshareddata/
â â +-rw-rw-r-- 0 root (0) root (0) 4069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS6.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 29974 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.xcworkspace/xcshareddata/
â â +-rw-rw-r-- 0 root (0) root (0) 4069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS8.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â +-rw-rw-r-- 0 root (0) root (0) 2054 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9-Info.plist
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/
â â +-rw-rw-r-- 0 root (0) root (0) 30316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.pbxproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.xcworkspace/
â â +-rw-rw-r-- 0 root (0) root (0) 154 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.xcworkspace/contents.xcworkspacedata
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.xcworkspace/xcshareddata/
â â +-rw-rw-r-- 0 root (0) root (0) 4069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/RetroArch_iOS9.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_iOS.xccheckout
â â +-rwxrwxr-x 0 root (0) root (0) 1572 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/code-sign-cores.sh
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/
â â +-rw-rw-r-- 0 root (0) root (0) 3337 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/BUILDING
â â +-rw-rw-r-- 0 root (0) root (0) 2122 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Info.plist
â â +-rw-rw-r-- 0 root (0) root (0) 1545 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 4051 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/README.md
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/
â â +-rw-rw-r-- 0 root (0) root (0) 3074 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Contents.json
â â +-rw-rw-r-- 0 root (0) root (0) 1928 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-20-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 1928 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-20-3.png
â â +-rw-rw-r-- 0 root (0) root (0) 1153 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-20-4.png
â â +-rw-rw-r-- 0 root (0) root (0) 839 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-29-1.png
â â +-rw-rw-r-- 0 root (0) root (0) 1832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-29-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 2506 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-29-3.png
â â +-rw-rw-r-- 0 root (0) root (0) 1262 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-40-1.png
â â +-rw-rw-r-- 0 root (0) root (0) 2308 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-40-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 3493 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-40-3.png
â â +-rw-rw-r-- 0 root (0) root (0) 1608 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-50-1.png
â â +-rw-rw-r-- 0 root (0) root (0) 2905 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-50-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 1762 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-57-1.png
â â +-rw-rw-r-- 0 root (0) root (0) 3285 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-57-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 3493 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-60-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 5994 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-60-3.png
â â +-rw-rw-r-- 0 root (0) root (0) 2104 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-72-1.png
â â +-rw-rw-r-- 0 root (0) root (0) 4383 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-72-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 2309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-76-1.png
â â +-rw-rw-r-- 0 root (0) root (0) 4725 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-76-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 2792 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-76-3.png
â â +-rw-rw-r-- 0 root (0) root (0) 5996 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-83.5-2.png
â â +-rw-rw-r-- 0 root (0) root (0) 88879 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset/Icon-83.5-3.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/
â â +-rw-rw-r-- 0 root (0) root (0) 3303 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/Contents.json
â â +-rw-rw-r-- 0 root (0) root (0) 10764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-1024x748.png
â â +-rw-rw-r-- 0 root (0) root (0) 10833 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-1024x768.png
â â +-rw-rw-r-- 0 root (0) root (0) 20282 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-2048x1496.png
â â +-rw-rw-r-- 0 root (0) root (0) 20502 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-2048x1536.png
â â +-rw-rw-r-- 0 root (0) root (0) 20645 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/landscape-2208x1242.png
â â +-rw-rw-r-- 0 root (0) root (0) 17703 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-1242x2208.png
â â +-rw-rw-r-- 0 root (0) root (0) 18466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-1536x2008.png
â â +-rw-rw-r-- 0 root (0) root (0) 18627 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-1536x2048.png
â â +-rw-rw-r-- 0 root (0) root (0) 5342 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-320x480.png
â â +-rw-rw-r-- 0 root (0) root (0) 12406 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-640x1136.png
â â +-rw-rw-r-- 0 root (0) root (0) 11516 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-640x960.png
â â +-rw-rw-r-- 0 root (0) root (0) 8453 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-750x1334.png
â â +-rw-rw-r-- 0 root (0) root (0) 7595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-768x1004.png
â â +-rw-rw-r-- 0 root (0) root (0) 7650 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/Media.xcassets/LaunchImage.launchimage/portrait-768x1024.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/PauseIndicatorView.nib/
â â +-rw-rw-r-- 0 root (0) root (0) 10839 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/PauseIndicatorView.nib/designtime.nib
â â +-rw-rw-r-- 0 root (0) root (0) 1912 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/PauseIndicatorView.nib/runtime.nib
â â +-rw-rw-r-- 0 root (0) root (0) 10511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/PauseIndicatorView.xib
â â +-rw-rw-r-- 0 root (0) root (0) 2885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/Resources/ic_pause.png
â â +-rw-rw-r-- 0 root (0) root (0) 194 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/control
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/en.lproj/
â â +-rw-rw-r-- 0 root (0) root (0) 45 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/en.lproj/InfoPlist.strings
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/modules/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/modules/.empty
â â +-rwxrwxr-x 0 root (0) root (0) 3759 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/iOS/package.sh
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/script/
â â +-rwxrwxr-x 0 root (0) root (0) 1297 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/script/build
â â +-rw-rw-r-- 0 root (0) root (0) 127 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/script/build.config
â â +-rwxrwxr-x 0 root (0) root (0) 14488 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/apple/script/mobileprovisionParser
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/
â â +-rw-rw-r-- 0 root (0) root (0) 10110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/Makefile.cores
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/
â â +-rw-rw-r-- 0 root (0) root (0) 1595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/2048.png
â â +-rw-rw-r-- 0 root (0) root (0) 24701 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/2048_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1165 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/4do.png
â â +-rw-rw-r-- 0 root (0) root (0) 16316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/4do_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1671 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/81.png
â â +-rw-rw-r-- 0 root (0) root (0) 15100 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/81_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1085733 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/assets.7z
â â +-rw-rw-r-- 0 root (0) root (0) 357 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/atari800.png
â â +-rw-rw-r-- 0 root (0) root (0) 15963 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/atari800_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 876 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/default.png
â â +-rw-rw-r-- 0 root (0) root (0) 311 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/dosbox.png
â â +-rw-rw-r-- 0 root (0) root (0) 24468 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/dosbox_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1390 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012.png
â â +-rw-rw-r-- 0 root (0) root (0) 23032 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2320 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps1.png
â â +-rw-rw-r-- 0 root (0) root (0) 31783 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps1_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 3367 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps2.png
â â +-rw-rw-r-- 0 root (0) root (0) 31430 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps2_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1424 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps3.png
â â +-rw-rw-r-- 0 root (0) root (0) 20645 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_cps3_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1560 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_neogeo.png
â â +-rw-rw-r-- 0 root (0) root (0) 26102 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fbalpha2012_neogeo_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1302 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fceumm.png
â â +-rw-rw-r-- 0 root (0) root (0) 25137 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fceumm_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 736 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fmsx.png
â â +-rw-rw-r-- 0 root (0) root (0) 30511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fmsx_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1139 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fuse.png
â â +-rw-rw-r-- 0 root (0) root (0) 14628 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/fuse_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/gambatte.png
â â +-rw-rw-r-- 0 root (0) root (0) 26769 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/gambatte_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2824 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/genesis_plus_gx.png
â â +-rw-rw-r-- 0 root (0) root (0) 46311 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/genesis_plus_gx_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2017 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/gpsp.png
â â +-rw-rw-r-- 0 root (0) root (0) 24996 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/gpsp_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 562 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/gw.png
â â +-rw-rw-r-- 0 root (0) root (0) 13523 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/gw_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 880 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/handy.png
â â +-rw-rw-r-- 0 root (0) root (0) 21298 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/handy_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 6710 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/libretro_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 13743 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/libretro_neutral_shaded_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1873 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mame2000.png
â â +-rw-rw-r-- 0 root (0) root (0) 41669 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mame2000_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2134 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mame2003.png
â â +-rw-rw-r-- 0 root (0) root (0) 39246 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mame2003_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2100 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_ngp.png
â â +-rw-rw-r-- 0 root (0) root (0) 27754 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_ngp_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1357 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_pce_fast.png
â â +-rw-rw-r-- 0 root (0) root (0) 25219 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_pce_fast_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1150 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_vb.png
â â +-rw-rw-r-- 0 root (0) root (0) 25852 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_vb_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2027 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_wswan.png
â â +-rw-rw-r-- 0 root (0) root (0) 27072 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mednafen_wswan_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 961 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mgba.png
â â +-rw-rw-r-- 0 root (0) root (0) 28426 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/mgba_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 3795 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/nekop2.png
â â +-rw-rw-r-- 0 root (0) root (0) 18686 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/nekop2_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 669 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/nestopia.png
â â +-rw-rw-r-- 0 root (0) root (0) 27692 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/nestopia_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 3795 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/np2kai.png
â â +-rw-rw-r-- 0 root (0) root (0) 19566 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/np2kai_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 7549 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/nxengine.png
â â +-rw-rw-r-- 0 root (0) root (0) 26236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/nxengine_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 343 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/o2em.png
â â +-rw-rw-r-- 0 root (0) root (0) 14771 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/o2em_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2019 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/pcsx_rearmed.png
â â +-rw-rw-r-- 0 root (0) root (0) 17619 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/pcsx_rearmed_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 779 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/picodrive.png
â â +-rw-rw-r-- 0 root (0) root (0) 18300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/picodrive_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1339 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/prosystem.png
â â +-rw-rw-r-- 0 root (0) root (0) 15952 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/prosystem_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1509 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/quicknes.png
â â +-rw-rw-r-- 0 root (0) root (0) 26666 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/quicknes_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 256080 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/silent.wav
â â +-rw-rw-r-- 0 root (0) root (0) 2468 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2002.png
â â +-rw-rw-r-- 0 root (0) root (0) 45189 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2002_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2655 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2005.png
â â +-rw-rw-r-- 0 root (0) root (0) 37857 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2005_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2005_plus.png
â â +-rw-rw-r-- 0 root (0) root (0) 47005 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2005_plus_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2877 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2010.png
â â +-rw-rw-r-- 0 root (0) root (0) 34032 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/snes9x2010_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 874 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/stella.png
â â +-rw-rw-r-- 0 root (0) root (0) 16250 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/stella_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 639 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/vecx.png
â â +-rw-rw-r-- 0 root (0) root (0) 15144 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/vecx_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1113 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/virtualjaguar.png
â â +-rw-rw-r-- 0 root (0) root (0) 20582 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/virtualjaguar_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 1264 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/yabause.png
â â +-rw-rw-r-- 0 root (0) root (0) 17642 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/assets/yabause_banner.png
â â +-rw-rw-r-- 0 root (0) root (0) 2163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/big_text_section.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/tools/
â â +-rwxrwxr-x 0 root (0) root (0) 225240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/tools/bannertool-linux
â â +-rwxrwxr-x 0 root (0) root (0) 247836 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/tools/bannertool-mac
â â +-rwxrwxr-x 0 root (0) root (0) 7062111 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/tools/bannertool.exe
â â +-rwxrwxr-x 0 root (0) root (0) 322224 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/tools/makerom-linux
â â +-rwxrwxr-x 0 root (0) root (0) 684028 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/tools/makerom-mac
â â +-rwxrwxr-x 0 root (0) root (0) 327182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/tools/makerom.exe
â â +-rw-rw-r-- 0 root (0) root (0) 5778 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ctr/tools/template.rsf
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/
â â +-rw-rw-r-- 0 root (0) root (0) 1277 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/changelog
â â +-rw-rw-r-- 0 root (0) root (0) 2 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/compat
â â +-rw-rw-r-- 0 root (0) root (0) 1510 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/control
â â +-rw-rw-r-- 0 root (0) root (0) 2866 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/copyright
â â +-rw-rw-r-- 0 root (0) root (0) 295 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/dirs
â â +-rw-rw-r-- 0 root (0) root (0) 34 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/docs
â â +-rw-rw-r-- 0 root (0) root (0) 113 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/retroarch.lintian-overrides
â â +-rwxrwxr-x 0 root (0) root (0) 2423 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/rules
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/source/
â â +-rw-rw-r-- 0 root (0) root (0) 12 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/debian/source/format
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/
â â +-rw-rw-r-- 0 root (0) root (0) 38 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/.gitignore
â â +-rw-rw-r-- 0 root (0) root (0) 938 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/README.md
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/libretro/
â â +-rw-rw-r-- 0 root (0) root (0) 270033 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/libretro/browserfs.min.js
â â +-rw-rw-r-- 0 root (0) root (0) 5119 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/libretro/embed.html
â â +-rw-rw-r-- 0 root (0) root (0) 9764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/libretro/index.html
â â +-rw-rw-r-- 0 root (0) root (0) 919 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/libretro/indexer
â â +-rw-rw-r-- 0 root (0) root (0) 1856 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/libretro/libretro.css
â â +-rw-rw-r-- 0 root (0) root (0) 8149 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/emscripten/libretro/libretro.js
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360-Salamander/
â â +-rw-rw-r-- 0 root (0) root (0) 30637 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360-Salamander/RetroArch-Salamander.vcxproj
â â +-rw-rw-r-- 0 root (0) root (0) 4653 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360-Salamander/RetroArch-Salamander.vcxproj.filters
â â +-rw-rw-r-- 0 root (0) root (0) 4247 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360.sln
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360/
â â +-rw-rw-r-- 0 root (0) root (0) 30578 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360/RetroArch-360.vcxproj
â â +-rw-rw-r-- 0 root (0) root (0) 1380 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-360/RetroArch-360.vcxproj.filters
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1-Salamander/
â â +-rw-rw-r-- 0 root (0) root (0) 11551 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1-Salamander/RetroArch-Salamander.vcproj
â â +-rw-rw-r-- 0 root (0) root (0) 3338 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1.sln
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/
â â +-rw-rw-r-- 0 root (0) root (0) 17073 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/RetroArch-Xbox1.vcproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/roms/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/roms/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/screenshots/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/screenshots/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/system/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-Xbox1/system/.empty
â â +-rw-rw-r-- 0 root (0) root (0) 1325 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2003.sln
â â +-rw-rw-r-- 0 root (0) root (0) 1384 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2005.sln
â â +-rw-rw-r-- 0 root (0) root (0) 2075 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2010.sln
â â +-rw-rw-r-- 0 root (0) root (0) 1317 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2013.sln
â â +-rw-rw-r-- 0 root (0) root (0) 1775 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2015.sln
â â +-rw-rw-r-- 0 root (0) root (0) 2115 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/RetroArch-msvc2017.sln
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2003/
â â +-rw-rw-r-- 0 root (0) root (0) 9522 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2003/RetroArch-msvc2003.vcproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2005/
â â +-rw-rw-r-- 0 root (0) root (0) 12024 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2005/RetroArch-msvc2005.vcproj
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2010/
â â +-rw-rw-r-- 0 root (0) root (0) 27926 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2010/RetroArch-msvc2010.vcxproj
â â +-rw-rw-r-- 0 root (0) root (0) 641 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2010/RetroArch-msvc2010.vcxproj.filters
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2013/
â â +-rw-rw-r-- 0 root (0) root (0) 11671 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2013/RetroArch-msvc2013.vcxproj
â â +-rw-rw-r-- 0 root (0) root (0) 1208 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2013/RetroArch-msvc2013.vcxproj.filters
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2015/
â â +-rw-rw-r-- 0 root (0) root (0) 29155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2015/RetroArch-msvc2015.vcxproj
â â +-rw-rw-r-- 0 root (0) root (0) 753 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2015/RetroArch-msvc2015.vcxproj.filters
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2017/
â â +-rw-rw-r-- 0 root (0) root (0) 29770 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2017/RetroArch-msvc2017.vcxproj
â â +-rw-rw-r-- 0 root (0) root (0) 753 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-2017/RetroArch-msvc2017.vcxproj.filters
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-6/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-6/RetroArch/
â â +-rw-rw-r-- 0 root (0) root (0) 5736 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-6/RetroArch/RetroArch.dsp
â â +-rw-rw-r-- 0 root (0) root (0) 543 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/msvc/msvc-6/RetroArch/RetroArch.dsw
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ngc/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ngc/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/
â â +-rw-rw-r-- 0 root (0) root (0) 2951 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/PXML.xml
â â +-rw-rw-r-- 0 root (0) root (0) 1448 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/icon.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/previews/
â â +-rw-rw-r-- 0 root (0) root (0) 53991 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/previews/retroarch-phoenix.png
â â +-rw-rw-r-- 0 root (0) root (0) 28896 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/previews/retroarch.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/retroarch/
â â +-rw-rw-r-- 0 root (0) root (0) 113 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/retroarch/phoenix.cfg
â â +-rw-rw-r-- 0 root (0) root (0) 994 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/retroarch/retroarch.cfg
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/scripts/
â â +-rwxrwxr-x 0 root (0) root (0) 728 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/scripts/env-vars.sh
â â +-rwxrwxr-x 0 root (0) root (0) 78 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/scripts/retroarch-phoenix.sh
â â +-rwxrwxr-x 0 root (0) root (0) 1885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/pandora/scripts/retroarch.sh
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/
â â +-rw-rw-r-- 0 root (0) root (0) 19467 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/ICON0.PNG
â â +-rw-rw-r-- 0 root (0) root (0) 1040 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/PARAM.SFO
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/presets/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/presets/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/savestates/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/savestates/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/sram/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/sram/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/system/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3/SSNE10000/USRDIR/cores/system/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_dex/
â â +-rw-rw-r-- 0 root (0) root (0) 163 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_dex/package.conf
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/
â â +-rw-rw-r-- 0 root (0) root (0) 1536 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_DISC.SFB
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/
â â +-rw-rw-r-- 0 root (0) root (0) 37275 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/ICON0.PNG
â â +-rw-rw-r-- 0 root (0) root (0) 1040 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/PARAM.SFO
â â +-rw-rw-r-- 0 root (0) root (0) 5120 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/PS3LOGO.DAT
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/presets/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/presets/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/savestates/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/savestates/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/sram/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/sram/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/system/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_GAME/USRDIR/cores/system/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_UPDATE/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/ps3_iso/PS3_UPDATE/PS3UPDAT.PUP
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/psp1/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/psp1/.empty
â â +-rw-rw-r-- 0 root (0) root (0) 3369 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/psp1/ICON0.PNG
â â +-rw-rw-r-- 0 root (0) root (0) 145470 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/psp1/PIC1.PNG
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/qnx/
â â +-rw-rw-r-- 0 root (0) root (0) 64528 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/qnx/.cproject
â â +-rw-rw-r-- 0 root (0) root (0) 66 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/qnx/.gitignore
â â +-rw-rw-r-- 0 root (0) root (0) 1918 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/qnx/.project
â â +-rw-rw-r-- 0 root (0) root (0) 2195 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/qnx/bar-descriptor.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/.empty
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/assets/
â â +-rw-rw-r-- 0 root (0) root (0) 1761 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/assets/ICON0.PNG
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/
â â +-rw-rw-r-- 0 root (0) root (0) 131513 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/bg.png
â â +-rw-rw-r-- 0 root (0) root (0) 3120 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/startup.png
â â +-rw-rw-r-- 0 root (0) root (0) 442 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/template.xml
â â +-rw-rw-r-- 0 root (0) root (0) 3310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/vita/assets/livearea/contents/website.png
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/wii/
â â +-rw-rw-r-- 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/wii/.empty
â â +-rw-rw-r-- 0 root (0) root (0) 1939 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/wii/icon.png
â â +-rw-rw-r-- 0 root (0) root (0) 479 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/wii/meta.xml
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/wiiu/
â â +-rw-rw-r-- 0 root (0) root (0) 5077 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/wiiu/icon.png
â â +-rw-rw-r-- 0 root (0) root (0) 386 2018-02-19 12:43:32.000000 RetroArch-1.7.1/pkg/wiiu/meta.xml
â â +-rw-rw-r-- 0 root (0) root (0) 15312 2018-02-19 12:43:32.000000 RetroArch-1.7.1/playlist.c
â â +-rw-rw-r-- 0 root (0) root (0) 3747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/playlist.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/qb/
â â +-rw-rw-r-- 0 root (0) root (0) 141 2018-02-19 12:43:32.000000 RetroArch-1.7.1/qb/config.comp.sh
â â +-rw-rw-r-- 0 root (0) root (0) 15344 2018-02-19 12:43:32.000000 RetroArch-1.7.1/qb/config.libs.sh
â â +-rw-rw-r-- 0 root (0) root (0) 5714 2018-02-19 12:43:32.000000 RetroArch-1.7.1/qb/config.params.sh
â â +-rw-rw-r-- 0 root (0) root (0) 2307 2018-02-19 12:43:32.000000 RetroArch-1.7.1/qb/qb.comp.sh
â â +-rw-rw-r-- 0 root (0) root (0) 7718 2018-02-19 12:43:32.000000 RetroArch-1.7.1/qb/qb.libs.sh
â â +-rw-rw-r-- 0 root (0) root (0) 3236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/qb/qb.params.sh
â â +-rw-rw-r-- 0 root (0) root (0) 1103 2018-02-19 12:43:32.000000 RetroArch-1.7.1/qb/qb.system.sh
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/record/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/record/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 39775 2018-02-19 12:43:32.000000 RetroArch-1.7.1/record/drivers/record_ffmpeg.c
â â +-rw-rw-r-- 0 root (0) root (0) 1587 2018-02-19 12:43:32.000000 RetroArch-1.7.1/record/drivers/record_null.c
â â +-rw-rw-r-- 0 root (0) root (0) 13715 2018-02-19 12:43:32.000000 RetroArch-1.7.1/record/record_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 4692 2018-02-19 12:43:32.000000 RetroArch-1.7.1/record/record_driver.h
â â +-rwxrwxr-x 0 root (0) root (0) 4387 2018-02-19 12:43:32.000000 RetroArch-1.7.1/retroarch-mingw-build.sh
â â +-rw-rw-r-- 0 root (0) root (0) 104461 2018-02-19 12:43:32.000000 RetroArch-1.7.1/retroarch.c
â â +-rw-rw-r-- 0 root (0) root (0) 28573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/retroarch.cfg
â â +-rw-rw-r-- 0 root (0) root (0) 413 2018-02-19 12:43:32.000000 RetroArch-1.7.1/retroarch.desktop
â â +-rw-rw-r-- 0 root (0) root (0) 8557 2018-02-19 12:43:32.000000 RetroArch-1.7.1/retroarch.h
â â +-rw-rw-r-- 0 root (0) root (0) 69139 2018-02-19 12:43:32.000000 RetroArch-1.7.1/setting_list.c
â â +-rw-rw-r-- 0 root (0) root (0) 13150 2018-02-19 12:43:32.000000 RetroArch-1.7.1/setting_list.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/
â â +-rw-rw-r-- 0 root (0) root (0) 7065 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_audio_mixer.c
â â +-rw-rw-r-- 0 root (0) root (0) 30295 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_autodetect.c
â â +-rw-rw-r-- 0 root (0) root (0) 58644 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_content.c
â â +-rw-rw-r-- 0 root (0) root (0) 34846 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_database.c
â â +-rw-rw-r-- 0 root (0) root (0) 19123 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_database_cue.c
â â +-rw-rw-r-- 0 root (0) root (0) 9552 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_decompress.c
â â +-rw-rw-r-- 0 root (0) root (0) 3433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_file_transfer.c
â â +-rw-rw-r-- 0 root (0) root (0) 8880 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_http.c
â â +-rw-rw-r-- 0 root (0) root (0) 10937 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_image.c
â â +-rw-rw-r-- 0 root (0) root (0) 13366 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_netplay_find_content.c
â â +-rw-rw-r-- 0 root (0) root (0) 2211 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_netplay_lan_scan.c
â â +-rw-rw-r-- 0 root (0) root (0) 2530 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_netplay_nat_traversal.c
â â +-rw-rw-r-- 0 root (0) root (0) 24812 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_overlay.c
â â +-rw-rw-r-- 0 root (0) root (0) 18151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_patch.c
â â +-rw-rw-r-- 0 root (0) root (0) 2339 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_powerstate.c
â â +-rw-rw-r-- 0 root (0) root (0) 38752 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_save.c
â â +-rw-rw-r-- 0 root (0) root (0) 10625 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_screenshot.c
â â +-rw-rw-r-- 0 root (0) root (0) 1804 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/task_wifi.c
â â +-rw-rw-r-- 0 root (0) root (0) 7002 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tasks/tasks_internal.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/
â â +-rwxrwxr-x 0 root (0) root (0) 26404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/cg2glsl.py
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/com-parser/
â â +-rw-rw-r-- 0 root (0) root (0) 4446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/com-parser/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 18501 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/com-parser/com-parse.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 936 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/com-parser/grammar.txt
â â +-rwxrwxr-x 0 root (0) root (0) 15729 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/gas-preprocessor.pl
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ps3/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ps3/ps3py/
â â +-rw-rw-r-- 0 root (0) root (0) 1105 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ps3/ps3py/LICENSE
â â +-rw-rw-r-- 0 root (0) root (0) 3983 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ps3/ps3py/crypt.c
â â +-rwxrwxr-x 0 root (0) root (0) 22321 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ps3/ps3py/pkg.py
â â +-rw-rw-r-- 0 root (0) root (0) 258 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ps3/ps3py/setup.py
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ranetplayer/
â â +-rw-rw-r-- 0 root (0) root (0) 455 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ranetplayer/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 202 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ranetplayer/README
â â +-rw-rw-r-- 0 root (0) root (0) 10400 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/ranetplayer/ranetplayer.c
â â +-rwxrwxr-x 0 root (0) root (0) 6902 2018-02-19 12:43:32.000000 RetroArch-1.7.1/tools/vulkan_loader_generator.py
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 665 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers/translation_cached_google.c
â â +-rw-rw-r-- 0 root (0) root (0) 431 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers/translation_null.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers_ocr/
â â +-rw-rw-r-- 0 root (0) root (0) 327 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers_ocr/ocr_null.c
â â +-rw-rw-r-- 0 root (0) root (0) 1505 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers_ocr/ocr_tesseract.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers_ocr/tesseract/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers_ocr/tesseract/wrapper/
â â +-rw-rw-r-- 0 root (0) root (0) 1114 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers_ocr/tesseract/wrapper/tess_get_text.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/drivers_ocr/tesseract/wrapper/tess_get_text.h
â â +-rw-rw-r-- 0 root (0) root (0) 1264 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/ocr_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 967 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/ocr_driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 1737 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/translation_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 1595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/translation/translation_driver.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/cocoa/
â â +-rw-rw-r-- 0 root (0) root (0) 3032 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/cocoa/cocoa_common.h
â â +-rw-rw-r-- 0 root (0) root (0) 18342 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/cocoa/cocoa_common.m
â â +-rw-rw-r-- 0 root (0) root (0) 22189 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/cocoa/cocoatouch_menu.m
â â +-rw-rw-r-- 0 root (0) root (0) 1771 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/cocoa/ui_cocoa_application.m
â â +-rw-rw-r-- 0 root (0) root (0) 2330 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/cocoa/ui_cocoa_browser_window.m
â â +-rw-rw-r-- 0 root (0) root (0) 4842 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/cocoa/ui_cocoa_msg_window.m
â â +-rw-rw-r-- 0 root (0) root (0) 2958 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/cocoa/ui_cocoa_window.m
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/null/
â â +-rw-rw-r-- 0 root (0) root (0) 1244 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/null/ui_null_application.c
â â +-rw-rw-r-- 0 root (0) root (0) 1191 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/null/ui_null_browser_window.c
â â +-rw-rw-r-- 0 root (0) root (0) 1573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/null/ui_null_msg_window.c
â â +-rw-rw-r-- 0 root (0) root (0) 1494 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/null/ui_null_window.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/
â â +-rw-rw-r-- 0 root (0) root (0) 1398 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/ui_qt_application.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1238 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/ui_qt_browser_window.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3558 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/ui_qt_msg_window.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 2068 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/ui_qt_window.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp-test/
â â +-rw-rw-r-- 0 root (0) root (0) 747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp-test/main.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1428 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp-test/wimp-test.pro
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/
â â +-rw-rw-r-- 0 root (0) root (0) 4362 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/main.qml
â â +-rw-rw-r-- 0 root (0) root (0) 92 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/qml.qrc
â â +-rw-rw-r-- 0 root (0) root (0) 1564 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/wimp.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1766 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/wimp.h
â â +-rw-rw-r-- 0 root (0) root (0) 834 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/wimp.pro
â â +-rw-rw-r-- 0 root (0) root (0) 948 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wimp/wimp_global.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/
â â +-rw-rw-r-- 0 root (0) root (0) 7008 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/deployment.pri
â â +-rw-rw-r-- 0 root (0) root (0) 1168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/wrapper.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 1092 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/wrapper.h
â â +-rw-rw-r-- 0 root (0) root (0) 1342 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/qt/wrapper/wrapper.pro
â â +-rw-rw-r-- 0 root (0) root (0) 1189 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/ui_cocoa.h
â â +-rw-rw-r-- 0 root (0) root (0) 16266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/ui_cocoa.m
â â +-rw-rw-r-- 0 root (0) root (0) 20155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/ui_cocoatouch.m
â â +-rw-rw-r-- 0 root (0) root (0) 2291 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/ui_null.c
â â +-rw-rw-r-- 0 root (0) root (0) 3632 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/ui_qt.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 24646 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/ui_win32.c
â â +-rw-rw-r-- 0 root (0) root (0) 1277 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/ui_win32.h
â â +-rw-rw-r-- 0 root (0) root (0) 1618 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/ui_win32_resource.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/win32/
â â +-rw-rw-r-- 0 root (0) root (0) 1530 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/win32/ui_win32_application.c
â â +-rw-rw-r-- 0 root (0) root (0) 2540 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/win32/ui_win32_browser_window.c
â â +-rw-rw-r-- 0 root (0) root (0) 3253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/win32/ui_win32_msg_window.c
â â +-rw-rw-r-- 0 root (0) root (0) 2747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/drivers/win32/ui_win32_window.c
â â +-rw-rw-r-- 0 root (0) root (0) 5268 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/ui_companion_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 6701 2018-02-19 12:43:32.000000 RetroArch-1.7.1/ui/ui_companion_driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 5359 2018-02-19 12:43:32.000000 RetroArch-1.7.1/verbosity.c
â â +-rw-rw-r-- 0 root (0) root (0) 3426 2018-02-19 12:43:32.000000 RetroArch-1.7.1/verbosity.h
â â +-rw-rw-r-- 0 root (0) root (0) 398 2018-02-19 12:43:32.000000 RetroArch-1.7.1/version.all
â â +-rw-rw-r-- 0 root (0) root (0) 27 2018-02-19 12:43:32.000000 RetroArch-1.7.1/version.dtd
â â +-rw-rw-r-- 0 root (0) root (0) 873 2018-02-19 12:43:32.000000 RetroArch-1.7.1/version.h
â â +-rw-rw-r-- 0 root (0) root (0) 912 2018-02-19 12:43:32.000000 RetroArch-1.7.1/version_git.c
â â +-rw-rw-r-- 0 root (0) root (0) 1066 2018-02-19 12:43:32.000000 RetroArch-1.7.1/version_git.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wifi/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wifi/drivers/
â â +-rw-rw-r-- 0 root (0) root (0) 6018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wifi/drivers/connmanctl.c
â â +-rw-rw-r-- 0 root (0) root (0) 1490 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wifi/drivers/nullwifi.c
â â +-rw-rw-r-- 0 root (0) root (0) 6360 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wifi/wifi_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 2937 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wifi/wifi_driver.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/app_booter/
â â +-rw-rw-r-- 0 root (0) root (0) 1383 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/app_booter/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/app_booter/crt0.s
â â +-rw-rw-r-- 0 root (0) root (0) 28862 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/app_booter/elf_abi.h
â â +-rw-rw-r-- 0 root (0) root (0) 560 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/app_booter/link.ld
â â +-rw-rw-r-- 0 root (0) root (0) 4241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/app_booter/main.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/
â â +-rw-rw-r-- 0 root (0) root (0) 1798 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/aesndlib.h
â â +-rw-rw-r-- 0 root (0) root (0) 15486 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/asndlib.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/bte/
â â +-rw-rw-r-- 0 root (0) root (0) 3018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/bte/bd_addr.h
â â +-rw-rw-r-- 0 root (0) root (0) 4241 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/bte/bte.h
â â +-rw-rw-r-- 0 root (0) root (0) 1253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/debug.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/di/
â â +-rw-rw-r-- 0 root (0) root (0) 3411 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/di/di.h
â â +-rw-rw-r-- 0 root (0) root (0) 4141 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/fat.h
â â +-rw-rw-r-- 0 root (0) root (0) 3647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/gccore.h
â â +-rw-rw-r-- 0 root (0) root (0) 1033 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/gcmodplay.h
â â +-rw-rw-r-- 0 root (0) root (0) 4153 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/gctypes.h
â â +-rw-rw-r-- 0 root (0) root (0) 245 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/gcutil.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/
â â +-rw-rw-r-- 0 root (0) root (0) 3958 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/icmp.h
â â +-rw-rw-r-- 0 root (0) root (0) 2838 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/inet.h
â â +-rw-rw-r-- 0 root (0) root (0) 5800 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/ip.h
â â +-rw-rw-r-- 0 root (0) root (0) 6010 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/ip_addr.h
â â +-rw-rw-r-- 0 root (0) root (0) 1918 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ipv4/lwip/ip_frag.h
â â +-rw-rw-r-- 0 root (0) root (0) 596 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/iso9660.h
â â +-rw-rw-r-- 0 root (0) root (0) 210 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/libfatversion.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/
â â +-rw-rw-r-- 0 root (0) root (0) 2692 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/api.h
â â +-rw-rw-r-- 0 root (0) root (0) 2373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/api_msg.h
â â +-rw-rw-r-- 0 root (0) root (0) 9843 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/arch.h
â â +-rw-rw-r-- 0 root (0) root (0) 3337 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/debug.h
â â +-rw-rw-r-- 0 root (0) root (0) 1871 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/def.h
â â +-rw-rw-r-- 0 root (0) root (0) 7266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/dhcp.h
â â +-rw-rw-r-- 0 root (0) root (0) 2623 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/err.h
â â +-rw-rw-r-- 0 root (0) root (0) 8404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/lwipopts.h
â â +-rw-rw-r-- 0 root (0) root (0) 2253 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/mem.h
â â +-rw-rw-r-- 0 root (0) root (0) 2082 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/memp.h
â â +-rw-rw-r-- 0 root (0) root (0) 5570 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/netif.h
â â +-rw-rw-r-- 0 root (0) root (0) 17160 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/opt.h
â â +-rw-rw-r-- 0 root (0) root (0) 3772 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/pbuf.h
â â +-rw-rw-r-- 0 root (0) root (0) 2990 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/raw.h
â â +-rw-rw-r-- 0 root (0) root (0) 2130 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/sio.h
â â +-rw-rw-r-- 0 root (0) root (0) 6033 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/snmp.h
â â +-rw-rw-r-- 0 root (0) root (0) 9750 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/sockets.h
â â +-rw-rw-r-- 0 root (0) root (0) 3824 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/stats.h
â â +-rw-rw-r-- 0 root (0) root (0) 6252 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/sys.h
â â +-rw-rw-r-- 0 root (0) root (0) 20164 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/tcp.h
â â +-rw-rw-r-- 0 root (0) root (0) 1997 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/tcpip.h
â â +-rw-rw-r-- 0 root (0) root (0) 3672 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/lwip/udp.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/
â â +-rw-rw-r-- 0 root (0) root (0) 2545 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/cc.h
â â +-rw-rw-r-- 0 root (0) root (0) 1771 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/cpu.h
â â +-rw-rw-r-- 0 root (0) root (0) 1876 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/init.h
â â +-rw-rw-r-- 0 root (0) root (0) 1840 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/lib.h
â â +-rw-rw-r-- 0 root (0) root (0) 1832 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/perf.h
â â +-rw-rw-r-- 0 root (0) root (0) 2082 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/arch/sys_arch.h
â â +-rw-rw-r-- 0 root (0) root (0) 4069 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/etharp.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/gcif/
â â +-rw-rw-r-- 0 root (0) root (0) 1390 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/gcif/gcif.h
â â +-rw-rw-r-- 0 root (0) root (0) 1747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/netif/loopif.h
â â +-rw-rw-r-- 0 root (0) root (0) 8767 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/network.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/
â â +-rw-rw-r-- 0 root (0) root (0) 7970 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/aram.h
â â +-rw-rw-r-- 0 root (0) root (0) 2649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/arqmgr.h
â â +-rw-rw-r-- 0 root (0) root (0) 3668 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/arqueue.h
â â +-rw-rw-r-- 0 root (0) root (0) 7418 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/audio.h
â â +-rw-rw-r-- 0 root (0) root (0) 10910 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/cache.h
â â +-rw-rw-r-- 0 root (0) root (0) 24119 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/card.h
â â +-rw-rw-r-- 0 root (0) root (0) 4828 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/cast.h
â â +-rw-rw-r-- 0 root (0) root (0) 969 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/color.h
â â +-rw-rw-r-- 0 root (0) root (0) 3027 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/cond.h
â â +-rw-rw-r-- 0 root (0) root (0) 3861 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/conf.h
â â +-rw-rw-r-- 0 root (0) root (0) 2355 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/consol.h
â â +-rw-rw-r-- 0 root (0) root (0) 896 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/context.h
â â +-rw-rw-r-- 0 root (0) root (0) 2782 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/disc_io.h
â â +-rw-rw-r-- 0 root (0) root (0) 5947 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/dsp.h
â â +-rw-rw-r-- 0 root (0) root (0) 9757 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/dvd.h
â â +-rw-rw-r-- 0 root (0) root (0) 9174 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/es.h
â â +-rw-rw-r-- 0 root (0) root (0) 9446 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/exi.h
â â +-rw-rw-r-- 0 root (0) root (0) 23133 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/gu.h
â â +-rw-rw-r-- 0 root (0) root (0) 239302 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/gx.h
â â +-rw-rw-r-- 0 root (0) root (0) 2035 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/gx_struct.h
â â +-rw-rw-r-- 0 root (0) root (0) 1726 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/ios.h
â â +-rw-rw-r-- 0 root (0) root (0) 3300 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/ipc.h
â â +-rw-rw-r-- 0 root (0) root (0) 5694 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/irq.h
â â +-rw-rw-r-- 0 root (0) root (0) 3111 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/isfs.h
â â +-rw-rw-r-- 0 root (0) root (0) 240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/libversion.h
â â +-rw-rw-r-- 0 root (0) root (0) 5833 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp.h
â â +-rw-rw-r-- 0 root (0) root (0) 275 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_config.h
â â +-rw-rw-r-- 0 root (0) root (0) 1194 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_heap.h
â â +-rw-rw-r-- 0 root (0) root (0) 1934 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_messages.h
â â +-rw-rw-r-- 0 root (0) root (0) 1935 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_mutex.h
â â +-rw-rw-r-- 0 root (0) root (0) 1043 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_objmgr.h
â â +-rw-rw-r-- 0 root (0) root (0) 511 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_priority.h
â â +-rw-rw-r-- 0 root (0) root (0) 719 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_queue.h
â â +-rw-rw-r-- 0 root (0) root (0) 879 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_sema.h
â â +-rw-rw-r-- 0 root (0) root (0) 505 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_stack.h
â â +-rw-rw-r-- 0 root (0) root (0) 1782 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_states.h
â â +-rw-rw-r-- 0 root (0) root (0) 1404 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_threadq.h
â â +-rw-rw-r-- 0 root (0) root (0) 2555 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_threads.h
â â +-rw-rw-r-- 0 root (0) root (0) 707 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_tqdata.h
â â +-rw-rw-r-- 0 root (0) root (0) 3001 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_watchdog.h
â â +-rw-rw-r-- 0 root (0) root (0) 310 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/lwp_wkspace.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/machine/
â â +-rw-rw-r-- 0 root (0) root (0) 6364 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/machine/asm.h
â â +-rw-rw-r-- 0 root (0) root (0) 6341 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/machine/processor.h
â â +-rw-rw-r-- 0 root (0) root (0) 4166 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/machine/spinlock.h
â â +-rw-rw-r-- 0 root (0) root (0) 3119 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/message.h
â â +-rw-rw-r-- 0 root (0) root (0) 2632 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/mutex.h
â â +-rw-rw-r-- 0 root (0) root (0) 2661 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/pad.h
â â +-rw-rw-r-- 0 root (0) root (0) 2365 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/semaphore.h
â â +-rw-rw-r-- 0 root (0) root (0) 3403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/si.h
â â +-rw-rw-r-- 0 root (0) root (0) 1762 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/stm.h
â â +-rw-rw-r-- 0 root (0) root (0) 423 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/sys_state.h
â â +-rw-rw-r-- 0 root (0) root (0) 11412 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/system.h
â â +-rw-rw-r-- 0 root (0) root (0) 1373 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/texconv.h
â â +-rw-rw-r-- 0 root (0) root (0) 694 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/tpl.h
â â +-rw-rw-r-- 0 root (0) root (0) 7596 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/usb.h
â â +-rw-rw-r-- 0 root (0) root (0) 937 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/usbgecko.h
â â +-rw-rw-r-- 0 root (0) root (0) 413 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/usbmouse.h
â â +-rw-rw-r-- 0 root (0) root (0) 2218 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/usbstorage.h
â â +-rw-rw-r-- 0 root (0) root (0) 5166 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/video.h
â â +-rw-rw-r-- 0 root (0) root (0) 7209 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/video_types.h
â â +-rw-rw-r-- 0 root (0) root (0) 2591 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogc/wiilaunch.h
â â +-rw-rw-r-- 0 root (0) root (0) 923 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/ogcsys.h
â â +-rw-rw-r-- 0 root (0) root (0) 5327 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/samplerate.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/
â â +-rw-rw-r-- 0 root (0) root (0) 240 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/card_buf.h
â â +-rw-rw-r-- 0 root (0) root (0) 1571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/card_cmn.h
â â +-rw-rw-r-- 0 root (0) root (0) 1460 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/card_io.h
â â +-rw-rw-r-- 0 root (0) root (0) 1829 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/gcsd.h
â â +-rw-rw-r-- 0 root (0) root (0) 1720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/sdcard/wiisd_io.h
â â +-rw-rw-r-- 0 root (0) root (0) 4295 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/smb.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/wiikeyboard/
â â +-rw-rw-r-- 0 root (0) root (0) 2500 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/wiikeyboard/keyboard.h
â â +-rw-rw-r-- 0 root (0) root (0) 1942 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/wiikeyboard/usbkeyboard.h
â â +-rw-rw-r-- 0 root (0) root (0) 20854 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/wiikeyboard/wsksymdef.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/wiiuse/
â â +-rw-rw-r-- 0 root (0) root (0) 22506 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/wiiuse/wiiuse.h
â â +-rw-rw-r-- 0 root (0) root (0) 6262 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/include/wiiuse/wpad.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/
â â +-rw-rw-r-- 0 root (0) root (0) 13374 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/debug.c
â â +-rw-rw-r-- 0 root (0) root (0) 2822 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/debug_handler.S
â â +-rw-rw-r-- 0 root (0) root (0) 444 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/debug_if.h
â â +-rw-rw-r-- 0 root (0) root (0) 8698 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/debug_supp.c
â â +-rw-rw-r-- 0 root (0) root (0) 1089 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/debug_supp.h
â â +-rw-rw-r-- 0 root (0) root (0) 3309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/geckousb.c
â â +-rw-rw-r-- 0 root (0) root (0) 124 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/geckousb.h
â â +-rw-rw-r-- 0 root (0) root (0) 9309 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/tcpip.c
â â +-rw-rw-r-- 0 root (0) root (0) 1084 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/tcpip.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/
â â +-rw-rw-r-- 0 root (0) root (0) 21339 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/bba.c
â â +-rw-rw-r-- 0 root (0) root (0) 247 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/bba.h
â â +-rw-rw-r-- 0 root (0) root (0) 820 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/memb.c
â â +-rw-rw-r-- 0 root (0) root (0) 466 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/memb.h
â â +-rw-rw-r-- 0 root (0) root (0) 3720 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/memr.c
â â +-rw-rw-r-- 0 root (0) root (0) 230 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/memr.h
â â +-rw-rw-r-- 0 root (0) root (0) 5985 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip.h
â â +-rw-rw-r-- 0 root (0) root (0) 3403 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_arch.c
â â +-rw-rw-r-- 0 root (0) root (0) 4928 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_arch.h
â â +-rw-rw-r-- 0 root (0) root (0) 14912 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_arp.c
â â +-rw-rw-r-- 0 root (0) root (0) 5142 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_arp.h
â â +-rw-rw-r-- 0 root (0) root (0) 2526 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_icmp.c
â â +-rw-rw-r-- 0 root (0) root (0) 1904 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_icmp.h
â â +-rw-rw-r-- 0 root (0) root (0) 12283 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_ip.c
â â +-rw-rw-r-- 0 root (0) root (0) 5047 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_ip.h
â â +-rw-rw-r-- 0 root (0) root (0) 2917 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_netif.c
â â +-rw-rw-r-- 0 root (0) root (0) 2156 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_netif.h
â â +-rw-rw-r-- 0 root (0) root (0) 5830 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_pbuf.c
â â +-rw-rw-r-- 0 root (0) root (0) 1451 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_pbuf.h
â â +-rw-rw-r-- 0 root (0) root (0) 38267 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_tcp.c
â â +-rw-rw-r-- 0 root (0) root (0) 8236 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uip_tcp.h
â â +-rw-rw-r-- 0 root (0) root (0) 12705 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libdb/uIP/uipopt.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/
â â +-rw-rw-r-- 0 root (0) root (0) 2500 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/bit_ops.h
â â +-rw-rw-r-- 0 root (0) root (0) 9611 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/cache.c
â â +-rw-rw-r-- 0 root (0) root (0) 4943 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/cache.h
â â +-rw-rw-r-- 0 root (0) root (0) 2607 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/common.h
â â +-rw-rw-r-- 0 root (0) root (0) 34782 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/directory.c
â â +-rw-rw-r-- 0 root (0) root (0) 6238 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/directory.h
â â +-rw-rw-r-- 0 root (0) root (0) 3441 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/disc.c
â â +-rw-rw-r-- 0 root (0) root (0) 3686 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/disc.h
â â +-rw-rw-r-- 0 root (0) root (0) 17807 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/fatdir.c
â â +-rw-rw-r-- 0 root (0) root (0) 2762 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/fatdir.h
â â +-rw-rw-r-- 0 root (0) root (0) 35651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/fatfile.c
â â +-rw-rw-r-- 0 root (0) root (0) 3740 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/fatfile.h
â â +-rw-rw-r-- 0 root (0) root (0) 12053 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/file_allocation_table.c
â â +-rw-rw-r-- 0 root (0) root (0) 2861 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/file_allocation_table.h
â â +-rw-rw-r-- 0 root (0) root (0) 3297 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/filetime.c
â â +-rw-rw-r-- 0 root (0) root (0) 1753 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/filetime.h
â â +-rw-rw-r-- 0 root (0) root (0) 6582 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/libfat.c
â â +-rw-rw-r-- 0 root (0) root (0) 397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/lock.c
â â +-rw-rw-r-- 0 root (0) root (0) 2097 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/lock.h
â â +-rw-rw-r-- 0 root (0) root (0) 1918 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/mem_allocate.h
â â +-rw-rw-r-- 0 root (0) root (0) 14670 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/partition.c
â â +-rw-rw-r-- 0 root (0) root (0) 3743 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libfat/partition.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/
â â +-rw-rw-r-- 0 root (0) root (0) 8800 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/aram.c
â â +-rw-rw-r-- 0 root (0) root (0) 1540 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/argv.c
â â +-rw-rw-r-- 0 root (0) root (0) 3584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/arqmgr.c
â â +-rw-rw-r-- 0 root (0) root (0) 6155 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/arqueue.c
â â +-rw-rw-r-- 0 root (0) root (0) 9127 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/audio.c
â â +-rw-rw-r-- 0 root (0) root (0) 3792 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/cache.c
â â +-rw-rw-r-- 0 root (0) root (0) 6770 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/cache_asm.S
â â +-rw-rw-r-- 0 root (0) root (0) 73974 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/card.c
â â +-rw-rw-r-- 0 root (0) root (0) 4881 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/cond.c
â â +-rw-rw-r-- 0 root (0) root (0) 9663 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/conf.c
â â +-rw-rw-r-- 0 root (0) root (0) 14651 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/console.c
â â +-rw-rw-r-- 0 root (0) root (0) 713 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/console.h
â â +-rw-rw-r-- 0 root (0) root (0) 95454 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/console_font_8x16.c
â â +-rw-rw-r-- 0 root (0) root (0) 1331 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/decrementer.c
â â +-rw-rw-r-- 0 root (0) root (0) 4004 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/decrementer_handler.S
â â +-rw-rw-r-- 0 root (0) root (0) 3616 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/depackrnc.S
â â +-rw-rw-r-- 0 root (0) root (0) 7104 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/depackrnc1.c
â â +-rw-rw-r-- 0 root (0) root (0) 11001 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/dsp.c
â â +-rw-rw-r-- 0 root (0) root (0) 61438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/dvd.c
â â +-rw-rw-r-- 0 root (0) root (0) 27723 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/es.c
â â +-rw-rw-r-- 0 root (0) root (0) 7360 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/exception.c
â â +-rw-rw-r-- 0 root (0) root (0) 5504 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/exception_handler.S
â â +-rw-rw-r-- 0 root (0) root (0) 18994 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/exi.c
â â +-rw-rw-r-- 0 root (0) root (0) 4543 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/gcsd.c
â â +-rw-rw-r-- 0 root (0) root (0) 24647 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/gu.c
â â +-rw-rw-r-- 0 root (0) root (0) 16261 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/gu_psasm.S
â â +-rw-rw-r-- 0 root (0) root (0) 129979 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/gx.c
â â +-rw-rw-r-- 0 root (0) root (0) 2255 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/gx_regdef.h
â â +-rw-rw-r-- 0 root (0) root (0) 7556 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/ios.c
â â +-rw-rw-r-- 0 root (0) root (0) 27649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/ipc.c
â â +-rw-rw-r-- 0 root (0) root (0) 9661 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/irq.c
â â +-rw-rw-r-- 0 root (0) root (0) 3970 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/irq_handler.S
â â +-rw-rw-r-- 0 root (0) root (0) 23506 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/isfs.c
â â +-rw-rw-r-- 0 root (0) root (0) 5739 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/kprintf.c
â â +-rw-rw-r-- 0 root (0) root (0) 974 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lock_supp.c
â â +-rw-rw-r-- 0 root (0) root (0) 10060 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp.c
â â +-rw-rw-r-- 0 root (0) root (0) 11497 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_handler.S
â â +-rw-rw-r-- 0 root (0) root (0) 5074 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_heap.c
â â +-rw-rw-r-- 0 root (0) root (0) 1785 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_heap.inl
â â +-rw-rw-r-- 0 root (0) root (0) 6717 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_messages.c
â â +-rw-rw-r-- 0 root (0) root (0) 1779 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_messages.inl
â â +-rw-rw-r-- 0 root (0) root (0) 2563 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_mutex.c
â â +-rw-rw-r-- 0 root (0) root (0) 2086 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_mutex.inl
â â +-rw-rw-r-- 0 root (0) root (0) 2818 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_objmgr.c
â â +-rw-rw-r-- 0 root (0) root (0) 470 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_objmgr.inl
â â +-rw-rw-r-- 0 root (0) root (0) 227 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_priority.c
â â +-rw-rw-r-- 0 root (0) root (0) 926 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_priority.inl
â â +-rw-rw-r-- 0 root (0) root (0) 1324 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_queue.c
â â +-rw-rw-r-- 0 root (0) root (0) 2128 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_queue.inl
â â +-rw-rw-r-- 0 root (0) root (0) 1468 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_sema.c
â â +-rw-rw-r-- 0 root (0) root (0) 819 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_sema.inl
â â +-rw-rw-r-- 0 root (0) root (0) 508 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_stack.c
â â +-rw-rw-r-- 0 root (0) root (0) 250 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_stack.inl
â â +-rw-rw-r-- 0 root (0) root (0) 2425 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_states.inl
â â +-rw-rw-r-- 0 root (0) root (0) 13226 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_threadq.c
â â +-rw-rw-r-- 0 root (0) root (0) 188 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_threadq.inl
â â +-rw-rw-r-- 0 root (0) root (0) 18498 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_threads.c
â â +-rw-rw-r-- 0 root (0) root (0) 1886 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_threads.inl
â â +-rw-rw-r-- 0 root (0) root (0) 4222 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_watchdog.c
â â +-rw-rw-r-- 0 root (0) root (0) 1749 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_watchdog.inl
â â +-rw-rw-r-- 0 root (0) root (0) 1021 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_wkspace.c
â â +-rw-rw-r-- 0 root (0) root (0) 281 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/lwp_wkspace.inl
â â +-rw-rw-r-- 0 root (0) root (0) 1598 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/malloc_lock.c
â â +-rw-rw-r-- 0 root (0) root (0) 4113 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/message.c
â â +-rw-rw-r-- 0 root (0) root (0) 3885 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/mutex.c
â â +-rw-rw-r-- 0 root (0) root (0) 4495 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/network_common.c
â â +-rw-rw-r-- 0 root (0) root (0) 26548 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/network_wii.c
â â +-rw-rw-r-- 0 root (0) root (0) 1357 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/newlibc.c
â â +-rw-rw-r-- 0 root (0) root (0) 3360 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/ogc_crt0.S
â â +-rw-rw-r-- 0 root (0) root (0) 18749 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/pad.c
â â +-rw-rw-r-- 0 root (0) root (0) 2168 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/sbrk.c
â â +-rw-rw-r-- 0 root (0) root (0) 718 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/sdgecko_buf.c
â â +-rw-rw-r-- 0 root (0) root (0) 29600 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/sdgecko_io.c
â â +-rw-rw-r-- 0 root (0) root (0) 3433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/semaphore.c
â â +-rw-rw-r-- 0 root (0) root (0) 14610 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/si.c
â â +-rw-rw-r-- 0 root (0) root (0) 5445 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/stm.c
â â +-rw-rw-r-- 0 root (0) root (0) 45 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/sys_state.c
â â +-rw-rw-r-- 0 root (0) root (0) 837 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/sys_state.inl
â â +-rw-rw-r-- 0 root (0) root (0) 37029 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/system.c
â â +-rw-rw-r-- 0 root (0) root (0) 6679 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/system_asm.S
â â +-rw-rw-r-- 0 root (0) root (0) 2020 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/texconv.c
â â +-rw-rw-r-- 0 root (0) root (0) 5771 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/timesupp.c
â â +-rw-rw-r-- 0 root (0) root (0) 640 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/timesupp.h
â â +-rw-rw-r-- 0 root (0) root (0) 7772 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/tpl.c
â â +-rw-rw-r-- 0 root (0) root (0) 38746 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/usb.c
â â +-rw-rw-r-- 0 root (0) root (0) 6830 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/usbgecko.c
â â +-rw-rw-r-- 0 root (0) root (0) 8698 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/usbmouse.c
â â +-rw-rw-r-- 0 root (0) root (0) 24018 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/usbstorage.c
â â +-rw-rw-r-- 0 root (0) root (0) 63596 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/video.c
â â +-rw-rw-r-- 0 root (0) root (0) 2205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/video_asm.S
â â +-rw-rw-r-- 0 root (0) root (0) 8043 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/wiilaunch.c
â â +-rw-rw-r-- 0 root (0) root (0) 15233 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc/wiisd.c
â â +-rw-rw-r-- 0 root (0) root (0) 942 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libogc_license.txt
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/cube/
â â +-rw-rw-r-- 0 root (0) root (0) 146456 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/cube/libbba.a
â â +-rw-rw-r-- 0 root (0) root (0) 102260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/cube/libdb.a
â â +-rw-rw-r-- 0 root (0) root (0) 531728 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/cube/libogc.a
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/wii/
â â +-rw-rw-r-- 0 root (0) root (0) 97912 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libbte.a
â â +-rw-rw-r-- 0 root (0) root (0) 102260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libdb.a
â â +-rw-rw-r-- 0 root (0) root (0) 722704 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libogc.a
â â +-rw-rw-r-- 0 root (0) root (0) 40698 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libwiikeyboard.a
â â +-rw-rw-r-- 0 root (0) root (0) 63960 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libs/wii/libwiiuse.a
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/
â â +-rw-rw-r-- 0 root (0) root (0) 13729 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/keyboard.c
â â +-rw-rw-r-- 0 root (0) root (0) 43744 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/ukbdmap.c
â â +-rw-rw-r-- 0 root (0) root (0) 9849 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/usbkeyboard.c
â â +-rw-rw-r-- 0 root (0) root (0) 15806 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/wskbdutil.c
â â +-rw-rw-r-- 0 root (0) root (0) 2485 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/libwiikeyboard/wsksymvar.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/
â â +-rw-rw-r-- 0 root (0) root (0) 3532 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/bt.h
â â +-rw-rw-r-- 0 root (0) root (0) 4025 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/btarch.h
â â +-rw-rw-r-- 0 root (0) root (0) 33641 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/bte.c
â â +-rw-rw-r-- 0 root (0) root (0) 1183 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/btmemb.c
â â +-rw-rw-r-- 0 root (0) root (0) 478 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/btmemb.h
â â +-rw-rw-r-- 0 root (0) root (0) 3858 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/btmemr.c
â â +-rw-rw-r-- 0 root (0) root (0) 244 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/btmemr.h
â â +-rw-rw-r-- 0 root (0) root (0) 13317 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/btopt.h
â â +-rw-rw-r-- 0 root (0) root (0) 7636 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/btpbuf.c
â â +-rw-rw-r-- 0 root (0) root (0) 1318 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/btpbuf.h
â â +-rw-rw-r-- 0 root (0) root (0) 52167 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/hci.c
â â +-rw-rw-r-- 0 root (0) root (0) 16696 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/hci.h
â â +-rw-rw-r-- 0 root (0) root (0) 53398 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/l2cap.c
â â +-rw-rw-r-- 0 root (0) root (0) 13010 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/l2cap.h
â â +-rw-rw-r-- 0 root (0) root (0) 7279 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/physbusif.c
â â +-rw-rw-r-- 0 root (0) root (0) 477 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwbt/physbusif.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/arch/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/arch/gc/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/arch/gc/netif/
â â +-rw-rw-r-- 0 root (0) root (0) 27328 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/arch/gc/netif/gcif.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/
â â +-rw-rw-r-- 0 root (0) root (0) 53392 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/dhcp.c
â â +-rw-rw-r-- 0 root (0) root (0) 8421 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/inet.c
â â +-rw-rw-r-- 0 root (0) root (0) 4259 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/inet6.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/
â â +-rw-rw-r-- 0 root (0) root (0) 6190 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/icmp.c
â â +-rw-rw-r-- 0 root (0) root (0) 16035 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/ip.c
â â +-rw-rw-r-- 0 root (0) root (0) 3077 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/ip_addr.c
â â +-rw-rw-r-- 0 root (0) root (0) 12276 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/ipv4/ip_frag.c
â â +-rw-rw-r-- 0 root (0) root (0) 8379 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/mem.c
â â +-rw-rw-r-- 0 root (0) root (0) 7116 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/memp.c
â â +-rw-rw-r-- 0 root (0) root (0) 8748 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/netif.c
â â +-rw-rw-r-- 0 root (0) root (0) 32273 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/pbuf.c
â â +-rw-rw-r-- 0 root (0) root (0) 9505 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/raw.c
â â +-rw-rw-r-- 0 root (0) root (0) 4292 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/stats.c
â â +-rw-rw-r-- 0 root (0) root (0) 7747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/sys.c
â â +-rw-rw-r-- 0 root (0) root (0) 31569 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/tcp.c
â â +-rw-rw-r-- 0 root (0) root (0) 42926 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/tcp_in.c
â â +-rw-rw-r-- 0 root (0) root (0) 22773 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/tcp_out.c
â â +-rw-rw-r-- 0 root (0) root (0) 20669 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/core/udp.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/
â â +-rw-rw-r-- 0 root (0) root (0) 30559 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/etharp.c
â â +-rw-rw-r-- 0 root (0) root (0) 3782 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/loopif.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/skeleton/
â â +-rw-rw-r-- 0 root (0) root (0) 7475 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/skeleton/ethernetif.c
â â +-rw-rw-r-- 0 root (0) root (0) 5121 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/netif/skeleton/slipif.c
â â +-rw-rw-r-- 0 root (0) root (0) 2431 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/netio.c
â â +-rw-rw-r-- 0 root (0) root (0) 53143 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/lwip/network.c
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/
â â +-rw-rw-r-- 0 root (0) root (0) 6475 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/classic.c
â â +-rw-rw-r-- 0 root (0) root (0) 1584 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/classic.h
â â +-rw-rw-r-- 0 root (0) root (0) 1680 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/definitions.h
â â +-rw-rw-r-- 0 root (0) root (0) 7433 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/dynamics.c
â â +-rw-rw-r-- 0 root (0) root (0) 1841 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/dynamics.h
â â +-rw-rw-r-- 0 root (0) root (0) 9344 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/events.c
â â +-rw-rw-r-- 0 root (0) root (0) 336 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/events.h
â â +-rw-rw-r-- 0 root (0) root (0) 4686 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/io.c
â â +-rw-rw-r-- 0 root (0) root (0) 661 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/io.h
â â +-rw-rw-r-- 0 root (0) root (0) 4205 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/io_wii.c
â â +-rw-rw-r-- 0 root (0) root (0) 23675 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/ir.c
â â +-rw-rw-r-- 0 root (0) root (0) 566 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/ir.h
â â +-rw-rw-r-- 0 root (0) root (0) 33495 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/license_libogc.txt
â â +-rw-rw-r-- 0 root (0) root (0) 2463 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/motion_plus.c
â â +-rw-rw-r-- 0 root (0) root (0) 493 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/motion_plus.h
â â +-rw-rw-r-- 0 root (0) root (0) 4526 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/nunchuk.c
â â +-rw-rw-r-- 0 root (0) root (0) 499 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/nunchuk.h
â â +-rw-rw-r-- 0 root (0) root (0) 772 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/os.h
â â +-rw-rw-r-- 0 root (0) root (0) 3215 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/speaker.c
â â +-rw-rw-r-- 0 root (0) root (0) 573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/speaker.h
â â +-rw-rw-r-- 0 root (0) root (0) 8182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/wiiuse.c
â â +-rw-rw-r-- 0 root (0) root (0) 8835 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/wiiuse_internal.h
â â +-rw-rw-r-- 0 root (0) root (0) 27944 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wii/libogc/wiiuse/wpad.c
â â +-rw-rw-r-- 0 root (0) root (0) 227 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu-devel.properties.template
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/fs/
â â +-rw-rw-r-- 0 root (0) root (0) 4342 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/fs/fs_utils.c
â â +-rw-rw-r-- 0 root (0) root (0) 469 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/fs/fs_utils.h
â â +-rw-rw-r-- 0 root (0) root (0) 25735 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/fs/sd_fat_devoptab.c
â â +-rw-rw-r-- 0 root (0) root (0) 1287 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/fs/sd_fat_devoptab.h
â â +-rw-rw-r-- 0 root (0) root (0) 21561 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/gx2_shader_inl.h
â â +-rw-rw-r-- 0 root (0) root (0) 9284 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/hbl.c
â â +-rw-rw-r-- 0 root (0) root (0) 564 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/hbl.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/arpa/
â â +-rw-rw-r-- 0 root (0) root (0) 376 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/arpa/inet.h
â â +-rw-rw-r-- 0 root (0) root (0) 1082 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/netdb.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/netinet/
â â +-rw-rw-r-- 0 root (0) root (0) 555 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/netinet/in.h
â â +-rw-rw-r-- 0 root (0) root (0) 177 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/netinet/tcp.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/sys/
â â +-rw-rw-r-- 0 root (0) root (0) 1966 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/sys/socket.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/
â â +-rw-rw-r-- 0 root (0) root (0) 182 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/
â â +-rw-rw-r-- 0 root (0) root (0) 989 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/core.h
â â +-rw-rw-r-- 0 root (0) root (0) 1270 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/device.h
â â +-rw-rw-r-- 0 root (0) root (0) 1151 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/drcvs.h
â â +-rw-rw-r-- 0 root (0) root (0) 888 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/multivoice.h
â â +-rw-rw-r-- 0 root (0) root (0) 345 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/result.h
â â +-rw-rw-r-- 0 root (0) root (0) 4541 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ax/voice.h
â â +-rw-rw-r-- 0 root (0) root (0) 12695 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/fs.h
â â +-rw-rw-r-- 0 root (0) root (0) 488 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/
â â +-rw-rw-r-- 0 root (0) root (0) 508 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/common.h
â â +-rw-rw-r-- 0 root (0) root (0) 843 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/context.h
â â +-rw-rw-r-- 0 root (0) root (0) 1097 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/display.h
â â +-rw-rw-r-- 0 root (0) root (0) 535 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/displaylist.h
â â +-rw-rw-r-- 0 root (0) root (0) 1462 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/draw.h
â â +-rw-rw-r-- 0 root (0) root (0) 18175 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/enum.h
â â +-rw-rw-r-- 0 root (0) root (0) 871 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/event.h
â â +-rw-rw-r-- 0 root (0) root (0) 198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/mem.h
â â +-rw-rw-r-- 0 root (0) root (0) 11878 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/registers.h
â â +-rw-rw-r-- 0 root (0) root (0) 1348 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/sampler.h
â â +-rw-rw-r-- 0 root (0) root (0) 16010 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/shaders.h
â â +-rw-rw-r-- 0 root (0) root (0) 198 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/state.h
â â +-rw-rw-r-- 0 root (0) root (0) 2527 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/surface.h
â â +-rw-rw-r-- 0 root (0) root (0) 495 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/swap.h
â â +-rw-rw-r-- 0 root (0) root (0) 332 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/tessellation.h
â â +-rw-rw-r-- 0 root (0) root (0) 574 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2/texture.h
â â +-rw-rw-r-- 0 root (0) root (0) 197 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/
â â +-rw-rw-r-- 0 root (0) root (0) 1080 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/buffer.h
â â +-rw-rw-r-- 0 root (0) root (0) 438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/displaylist.h
â â +-rw-rw-r-- 0 root (0) root (0) 464 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/draw.h
â â +-rw-rw-r-- 0 root (0) root (0) 481 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/mem.h
â â +-rw-rw-r-- 0 root (0) root (0) 1420 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/resource.h
â â +-rw-rw-r-- 0 root (0) root (0) 672 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/gx2r/surface.h
â â +-rw-rw-r-- 0 root (0) root (0) 438 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/ios.h
â â +-rw-rw-r-- 0 root (0) root (0) 1260 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/kpad.h
â â +-rw-rw-r-- 0 root (0) root (0) 1478 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mcp.h
â â +-rw-rw-r-- 0 root (0) root (0) 235 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/
â â +-rw-rw-r-- 0 root (0) root (0) 464 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/baseheap.h
â â +-rw-rw-r-- 0 root (0) root (0) 1950 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/blockheap.h
â â +-rw-rw-r-- 0 root (0) root (0) 2038 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/expandedheap.h
â â +-rw-rw-r-- 0 root (0) root (0) 1248 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/frameheap.h
â â +-rw-rw-r-- 0 root (0) root (0) 1767 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/memheap.h
â â +-rw-rw-r-- 0 root (0) root (0) 829 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/memlist.h
â â +-rw-rw-r-- 0 root (0) root (0) 843 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mem/unitheap.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mp/
â â +-rw-rw-r-- 0 root (0) root (0) 2881 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/mp/taskqueue.h
â â +-rw-rw-r-- 0 root (0) root (0) 1004 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/nsyskbd.h
â â +-rw-rw-r-- 0 root (0) root (0) 749 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/
â â +-rw-rw-r-- 0 root (0) root (0) 1529 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/alarm.h
â â +-rw-rw-r-- 0 root (0) root (0) 764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/atomic64.h
â â +-rw-rw-r-- 0 root (0) root (0) 903 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/cache.h
â â +-rw-rw-r-- 0 root (0) root (0) 495 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/condition.h
â â +-rw-rw-r-- 0 root (0) root (0) 218 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/core.h
â â +-rw-rw-r-- 0 root (0) root (0) 573 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/coroutine.h
â â +-rw-rw-r-- 0 root (0) root (0) 371 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/debug.h
â â +-rw-rw-r-- 0 root (0) root (0) 689 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/dynload.h
â â +-rw-rw-r-- 0 root (0) root (0) 316 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/energy.h
â â +-rw-rw-r-- 0 root (0) root (0) 764 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/event.h
â â +-rw-rw-r-- 0 root (0) root (0) 1173 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/exception.h
â â +-rw-rw-r-- 0 root (0) root (0) 500 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/fastcondition.h
â â +-rw-rw-r-- 0 root (0) root (0) 648 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/fastmutex.h
â â +-rw-rw-r-- 0 root (0) root (0) 201 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/foreground.h
â â +-rw-rw-r-- 0 root (0) root (0) 623 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/memory.h
â â +-rw-rw-r-- 0 root (0) root (0) 1081 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/messagequeue.h
â â +-rw-rw-r-- 0 root (0) root (0) 649 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/mutex.h
â â +-rw-rw-r-- 0 root (0) root (0) 397 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/rendezvous.h
â â +-rw-rw-r-- 0 root (0) root (0) 670 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/screen.h
â â +-rw-rw-r-- 0 root (0) root (0) 646 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/semaphore.h
â â +-rw-rw-r-- 0 root (0) root (0) 799 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/spinlock.h
â â +-rw-rw-r-- 0 root (0) root (0) 313 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/systeminfo.h
â â +-rw-rw-r-- 0 root (0) root (0) 7336 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/thread.h
â â +-rw-rw-r-- 0 root (0) root (0) 1901 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/time.h
â â +-rw-rw-r-- 0 root (0) root (0) 131 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/os/title.h
â â +-rw-rw-r-- 0 root (0) root (0) 5242 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/pad_driver.h
â â +-rw-rw-r-- 0 root (0) root (0) 907 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/procui.h
â â +-rw-rw-r-- 0 root (0) root (0) 571 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/sysapp.h
â â +-rw-rw-r-- 0 root (0) root (0) 2987 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/syshid.h
â â +-rw-rw-r-- 0 root (0) root (0) 689 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/types.h
â â +-rw-rw-r-- 0 root (0) root (0) 5457 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/vpad.h
â â +-rw-rw-r-- 0 root (0) root (0) 3781 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/include/wiiu/wpad.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/input/
â â +-rw-rw-r-- 0 root (0) root (0) 3780 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/input/hidpad_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 6140 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/input/kpad_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 3328 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/input/pad_functions.c
â â +-rw-rw-r-- 0 root (0) root (0) 17470 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/input/wiiu_hid.c
â â +-rw-rw-r-- 0 root (0) root (0) 2515 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/input/wiiu_hid.h
â â +-rw-rw-r-- 0 root (0) root (0) 6674 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/input/wpad_driver.c
â â +-rw-rw-r-- 0 root (0) root (0) 633 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/link.ld
â â +-rw-rw-r-- 0 root (0) root (0) 7866 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/link_elf.ld
â â +-rw-rw-r-- 0 root (0) root (0) 5938 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/link_rpl.ld
â â +-rwxrwxr-x 0 root (0) root (0) 822 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/net_listen.sh
â â +-rwxrwxr-x 0 root (0) root (0) 195 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/net_send.sh
â â +-rw-rw-r-- 0 root (0) root (0) 179 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/run.sh
â â +-rw-rw-r-- 0 root (0) root (0) 14110 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/shader_utils.c
â â +-rw-rw-r-- 0 root (0) root (0) 1760 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/shader_utils.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/slang/
â â +-rw-rw-r-- 0 root (0) root (0) 2459 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/slang/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 2157 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/slang/grammar.txt
â â +-rw-rw-r-- 0 root (0) root (0) 3039 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/slang/main.c
â â +-rw-rw-r-- 0 root (0) root (0) 8552 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/slang/slang-parse.cpp
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/
â â +-rw-rw-r-- 0 root (0) root (0) 693 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/dynamic.c
â â +-rw-rw-r-- 0 root (0) root (0) 94 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/dynamic.h
â â +-rw-rw-r-- 0 root (0) root (0) 10912 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/exception_handler.c
â â +-rw-rw-r-- 0 root (0) root (0) 976 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/exception_handler.h
â â +-rw-rw-r-- 0 root (0) root (0) 5995 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/imports.h
â â +-rw-rw-r-- 0 root (0) root (0) 4138 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/memory.c
â â +-rw-rw-r-- 0 root (0) root (0) 1314 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/memory.h
â â +-rw-rw-r-- 0 root (0) root (0) 2747 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/missing_libc_functions.c
â â +-rw-rw-r-- 0 root (0) root (0) 519 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/stubs_elf.S
â â +-rw-rw-r-- 0 root (0) root (0) 958 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/system/stubs_rpl.S
â â +-rw-rw-r-- 0 root (0) root (0) 1816 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wiiu_dbg.h
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/
â â +drwxrwxr-x 0 root (0) root (0) 0 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/
â â +-rw-rw-r-- 0 root (0) root (0) 440 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/Makefile
â â +-rw-rw-r-- 0 root (0) root (0) 3734 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/be_val.h
â â +-rw-rw-r-- 0 root (0) root (0) 10266 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/elf.h
â â +-rw-rw-r-- 0 root (0) root (0) 8558 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/elf2rpl.vcxproj
â â +-rw-rw-r-- 0 root (0) root (0) 1493 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/elf2rpl.vcxproj.filters
â â +-rw-rw-r-- 0 root (0) root (0) 38595 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/main.cpp
â â +-rw-rw-r-- 0 root (0) root (0) 3051 2018-02-19 12:43:32.000000 RetroArch-1.7.1/wiiu/wut/elf2rpl/utils.h
â âââ RetroArch-1.7.1/frontend/drivers/platform_xdk.c
â â @@ -115,14 +115,27 @@
â â g_defaults.dirs[DEFAULT_DIR_CORE],
â â "system",
â â sizeof(g_defaults.dirs[DEFAULT_DIR_SYSTEM]));
â â fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SCREENSHOT],
â â g_defaults.dirs[DEFAULT_DIR_CORE],
â â "screenshots",
â â sizeof(g_defaults.dirs[DEFAULT_DIR_SCREENSHOT]));
â â + fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_OVERLAY],
â â + g_defaults.dirs[DEFAULT_DIR_CORE],
â â + "overlays",
â â + sizeof(g_defaults.dirs[DEFAULT_DIR_OVERLAY]));
â â + fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_ASSETS],
â â + g_defaults.dirs[DEFAULT_DIR_CORE],
â â + "media", sizeof(g_defaults.dirs[DEFAULT_DIR_ASSETS]));
â â + fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CORE_ASSETS],
â â + g_defaults.dirs[DEFAULT_DIR_CORE],
â â + "downloads", sizeof(g_defaults.dirs[DEFAULT_DIR_CORE_ASSETS]));
â â + fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_PLAYLIST],
â â + g_defaults.dirs[DEFAULT_DIR_CORE],
â â + "playlists", sizeof(g_defaults.dirs[DEFAULT_DIR_PLAYLIST]));
â â #elif defined(_XBOX360)
â â strlcpy(g_defaults.dirs[DEFAULT_DIR_CORE],
â â "game:",
â â sizeof(g_defaults.dirs[DEFAULT_DIR_CORE]));
â â strlcpy(g_defaults.path.config,
â â "game:\\retroarch.cfg", sizeof(g_defaults.path.config));
â â strlcpy(g_defaults.dirs[DEFAULT_DIR_SCREENSHOT],
â âââ RetroArch-1.7.1/gfx/drivers_tracker/video_state_python.c
â â @@ -124,15 +124,15 @@
â â if (user > MAX_USERS || user < 1 || key >= RARCH_FIRST_META_KEY)
â â return NULL;
â â
â â joypad_info.joy_idx = settings->uints.input_joypad_map[user - 1];
â â joypad_info.auto_binds = input_autoconf_binds[joypad_info.joy_idx];
â â
â â if (!input_driver_is_libretro_input_blocked())
â â - res = current_input->input_state(current_input_data, joypad_info,
â â + res = input_driver_input_state(joypad_info,
â â py_binds,
â â user - 1, RETRO_DEVICE_JOYPAD, 0, key);
â â return PyBool_FromLong(res);
â â }
â â
â â static PyObject *py_read_analog(PyObject *self, PyObject *args)
â â {
â â @@ -152,15 +152,15 @@
â â
â â if (user > MAX_USERS || user < 1 || index > 1 || id > 1)
â â return NULL;
â â
â â joypad_info.joy_idx = settings->uints.input_joypad_map[user - 1];
â â joypad_info.auto_binds = input_autoconf_binds[joypad_info.joy_idx];
â â
â â - res = current_input->input_state(current_input_data,
â â + res = input_driver_input_state(
â â joypad_info, py_binds,
â â user - 1, RETRO_DEVICE_ANALOG, index, id);
â â return PyFloat_FromDouble((double)res / 0x7fff);
â â }
â â
â â static PyMethodDef RarchMethods[] = {
â â { "read_wram", py_read_wram, METH_VARARGS, "Read WRAM from system." },
â âââ RetroArch-1.7.1/input/input_driver.c
â â @@ -1031,14 +1031,26 @@
â â RETRO_DEVICE_KEYBOARD, 0, ids[i][0]))
â â BIT256_SET_PTR(p_new_state, ids[i][1]);
â â }
â â }
â â }
â â #endif
â â
â â +int16_t input_driver_input_state(
â â + rarch_joypad_info_t joypad_info,
â â + const struct retro_keybind **retro_keybinds,
â â + unsigned port, unsigned device, unsigned index, unsigned id)
â â +{
â â + if (current_input && current_input->input_state)
â â + return current_input->input_state(current_input_data, joypad_info,
â â + retro_keybinds,
â â + port, device, index, id);
â â + return 0;
â â +}
â â +
â â /**
â â * input_keys_pressed:
â â *
â â * Grab an input sample for this frame.
â â *
â â * Returns: Input sample containing a mask of all pressed keys.
â â */
â âââ RetroArch-1.7.1/input/input_driver.h
â â @@ -403,14 +403,19 @@
â â
â â bool input_driver_init_mapper(void);
â â
â â bool input_driver_grab_mouse(void);
â â
â â bool input_driver_ungrab_mouse(void);
â â
â â +int16_t input_driver_input_state(
â â + rarch_joypad_info_t joypad_info,
â â + const struct retro_keybind **retro_keybinds,
â â + unsigned port, unsigned device, unsigned index, unsigned id);
â â +
â â float *input_driver_get_float(enum input_action action);
â â
â â unsigned *input_driver_get_uint(enum input_action action);
â â
â â bool input_driver_is_data_ptr_same(void *data);
â â
â â /**
â âââ RetroArch-1.7.1/pkg/ctr/Makefile.cores
â â @@ -1,270 +1,277 @@
â â +ifeq ($(LIBRETRO), 2048)
â â + APP_TITLE = 2048 Libretro
â â + APP_PRODUCT_CODE = RARCH-2048
â â + APP_UNIQUE_ID = 0xBAC0B
â â + APP_ICON = pkg/ctr/assets/2048.png
â â + APP_BANNER = pkg/ctr/assets/2048_banner.png
â â
â â -ifeq ($(LIBRETRO), gambatte)
â â - APP_TITLE = Gambatte Libretro
â â - APP_PRODUCT_CODE = RARCH-GAMBATTE
â â - APP_UNIQUE_ID = 0xBAC01
â â - APP_ICON = pkg/ctr/assets/gambatte.png
â â - APP_BANNER = pkg/ctr/assets/gambatte_banner.png
â â +else ifeq ($(LIBRETRO), 81)
â â + APP_TITLE = lr-81
â â + APP_AUTHOR = various
â â + APP_PRODUCT_CODE = RARCH-81
â â + APP_UNIQUE_ID = 0xBAC1E
â â + APP_ICON = pkg/ctr/assets/81.png
â â + APP_BANNER = pkg/ctr/assets/81_banner.png
â â
â â -else ifeq ($(LIBRETRO), gpsp)
â â - APP_TITLE = gpSP Libretro
â â - APP_PRODUCT_CODE = RARCH-GPSP
â â - APP_UNIQUE_ID = 0xBAC02
â â - APP_ICON = pkg/ctr/assets/gpsp.png
â â - APP_BANNER = pkg/ctr/assets/gpsp_banner.png
â â - APP_USE_SVCHAX = 1
â â +else ifeq ($(LIBRETRO), dosbox)
â â + APP_TITLE = DosBox
â â + APP_AUTHOR = various
â â + APP_PRODUCT_CODE = RARCH-DOSBOX
â â + APP_UNIQUE_ID = 0xBAC1B
â â + APP_ICON = pkg/ctr/assets/dosbox.png
â â + APP_BANNER = pkg/ctr/assets/dosbox_banner.png
â â +
â â +else ifeq ($(LIBRETRO), fbalpha2012)
â â + APP_TITLE = Final Burn Alpha 2012
â â + APP_AUTHOR = Team FB Alpha
â â + APP_PRODUCT_CODE = RARCH-FBA
â â + APP_UNIQUE_ID = 0xBAC17
â â + APP_BIG_TEXT_SECTION = 1
â â + APP_ICON = pkg/ctr/assets/fbalpha2012.png
â â + APP_BANNER = pkg/ctr/assets/fbalpha2012_banner.png
â â +
â â +else ifeq ($(LIBRETRO), fbalpha2012_neogeo)
â â + APP_TITLE = Final Burn Alpha 2012 - NeoGeo
â â + APP_AUTHOR = Team FB Alpha
â â + APP_PRODUCT_CODE = RARCH-FBANEOGEO
â â + APP_UNIQUE_ID = 0xBAC10
â â + APP_ICON = pkg/ctr/assets/fbalpha2012_neogeo.png
â â + APP_BANNER = pkg/ctr/assets/fbalpha2012_neogeo_banner.png
â â + APP_SYSTEM_MODE = 80MB
â â +
â â +else ifeq ($(LIBRETRO), fbalpha2012_cps1)
â â + APP_TITLE = Final Burn Alpha 2012 - CPS-1
â â + APP_AUTHOR = Team FB Alpha
â â + APP_PRODUCT_CODE = RARCH-FBACPS1
â â + APP_UNIQUE_ID = 0xBAC11
â â + APP_ICON = pkg/ctr/assets/fbalpha2012_cps1.png
â â + APP_BANNER = pkg/ctr/assets/fbalpha2012_cps1_banner.png
â â +
â â +else ifeq ($(LIBRETRO), fbalpha2012_cps2)
â â + APP_TITLE = Final Burn Alpha 2012 - CPS-2
â â + APP_AUTHOR = Team FB Alpha
â â + APP_PRODUCT_CODE = RARCH-FBACPS2
â â + APP_UNIQUE_ID = 0xBAC12
â â + APP_ICON = pkg/ctr/assets/fbalpha2012_cps2.png
â â + APP_BANNER = pkg/ctr/assets/fbalpha2012_cps2_banner.png
â â + APP_SYSTEM_MODE = 80MB
â â
â â else ifeq ($(LIBRETRO), fceumm)
â â - APP_TITLE = FCeumm Libretro
â â - APP_PRODUCT_CODE = RARCH-FCEUMM
â â - APP_UNIQUE_ID = 0xBAC03
â â - APP_ICON = pkg/ctr/assets/fceumm.png
â â - APP_BANNER = pkg/ctr/assets/fceumm_banner.png
â â + APP_TITLE = FCeumm Libretro
â â + APP_PRODUCT_CODE = RARCH-FCEUMM
â â + APP_UNIQUE_ID = 0xBAC03
â â + APP_ICON = pkg/ctr/assets/fceumm.png
â â + APP_BANNER = pkg/ctr/assets/fceumm_banner.png
â â
â â -else ifeq ($(LIBRETRO), nestopia)
â â - APP_TITLE = Nestopia Libretro
â â - APP_PRODUCT_CODE = RARCH-NESTOPIA
â â - APP_UNIQUE_ID = 0xBAC04
â â - APP_ICON = pkg/ctr/assets/nestopia.png
â â - APP_BANNER = pkg/ctr/assets/nestopia_banner.png
â â +else ifeq ($(LIBRETRO), fmsx)
â â + APP_TITLE = fMSX
â â + APP_AUTHOR = Marat Fayzullin
â â + APP_PRODUCT_CODE = RARCH-FMSX
â â + APP_UNIQUE_ID = 0xBAC16
â â + APP_ICON = pkg/ctr/assets/fmsx.png
â â + APP_BANNER = pkg/ctr/assets/fmsx_banner.png
â â +
â â +else ifeq ($(LIBRETRO), freeintv)
â â + APP_TITLE = FreeIntv
â â + APP_AUTHOR = various
â â + APP_PRODUCT_CODE = RARCH-FREEINTV
â â + APP_UNIQUE_ID = 0xBAC1G
â â + APP_ICON = pkg/ctr/assets/default.png
â â + APP_BANNER = pkg/ctr/assets/libretro_banner.png
â â
â â -else ifeq ($(LIBRETRO), nxengine)
â â - APP_TITLE = NXengine Libretro
â â - APP_PRODUCT_CODE = RARCH-NXENGINE
â â - APP_UNIQUE_ID = 0xBAC05
â â - APP_ICON = pkg/ctr/assets/nxengine.png
â â - APP_BANNER = pkg/ctr/assets/nxengine_banner.png
â â +else ifeq ($(LIBRETRO), fuse)
â â + APP_TITLE = Fuse
â â + APP_AUTHOR = various
â â + APP_PRODUCT_CODE = RARCH-FUSE
â â + APP_UNIQUE_ID = 0xBAC1F
â â + APP_ICON = pkg/ctr/assets/fuse.png
â â + APP_BANNER = pkg/ctr/assets/fuse_banner.png
â â +
â â +else ifeq ($(LIBRETRO), gambatte)
â â + APP_TITLE = Gambatte Libretro
â â + APP_PRODUCT_CODE = RARCH-GAMBATTE
â â + APP_UNIQUE_ID = 0xBAC01
â â + APP_ICON = pkg/ctr/assets/gambatte.png
â â + APP_BANNER = pkg/ctr/assets/gambatte_banner.png
â â
â â else ifeq ($(LIBRETRO), genesis_plus_gx)
â â - APP_TITLE = Genesis Plus GX Libretro
â â - APP_PRODUCT_CODE = RARCH-GENPLUSGX
â â - APP_UNIQUE_ID = 0xBAC06
â â - APP_ICON = pkg/ctr/assets/genesis_plus_gx.png
â â - APP_BANNER = pkg/ctr/assets/genesis_plus_gx_banner.png
â â + APP_TITLE = Genesis Plus GX Libretro
â â + APP_PRODUCT_CODE = RARCH-GENPLUSGX
â â + APP_UNIQUE_ID = 0xBAC06
â â + APP_ICON = pkg/ctr/assets/genesis_plus_gx.png
â â + APP_BANNER = pkg/ctr/assets/genesis_plus_gx_banner.png
â â
â â -else ifeq ($(LIBRETRO), mednafen_wswan)
â â - APP_TITLE = Mednafen wswan Libretro
â â - APP_PRODUCT_CODE = RARCH-M-WSWAN
â â - APP_UNIQUE_ID = 0xBAC08
â â - APP_ICON = pkg/ctr/assets/mednafen_wswan.png
â â - APP_BANNER = pkg/ctr/assets/mednafen_wswan_banner.png
â â +else ifeq ($(LIBRETRO), gpsp)
â â + APP_TITLE = gpSP Libretro
â â + APP_PRODUCT_CODE = RARCH-GPSP
â â + APP_UNIQUE_ID = 0xBAC02
â â + APP_ICON = pkg/ctr/assets/gpsp.png
â â + APP_BANNER = pkg/ctr/assets/gpsp_banner.png
â â + APP_USE_SVCHAX = 1
â â
â â -else ifeq ($(LIBRETRO), mednafen_vb)
â â - APP_TITLE = Mednafen VB Libretro
â â - APP_PRODUCT_CODE = RARCH-M-VB
â â - APP_UNIQUE_ID = 0xBAC09
â â - APP_ICON = pkg/ctr/assets/mednafen_vb.png
â â - APP_BANNER = pkg/ctr/assets/mednafen_vb_banner.png
â â +else ifeq ($(LIBRETRO), gw)
â â + APP_TITLE = Game&Watch Libretro
â â + APP_PRODUCT_CODE = RARCH-GW
â â + APP_UNIQUE_ID = 0xBAC2D
â â + APP_ICON = pkg/ctr/assets/gw.png
â â + APP_BANNER = pkg/ctr/assets/gw_banner.png
â â +
â â +else ifeq ($(LIBRETRO), handy)
â â + APP_TITLE = Handy Libretro
â â + APP_PRODUCT_CODE = RARCH-HANDY
â â + APP_UNIQUE_ID = 0xBAC7C
â â + APP_ICON = pkg/ctr/assets/handy.png
â â + APP_BANNER = pkg/ctr/assets/handy_banner.png
â â +
â â +else ifeq ($(LIBRETRO), mame2000)
â â + APP_TITLE = MAME-2000
â â + APP_PRODUCT_CODE = RARCH-MAME2000
â â + APP_UNIQUE_ID = 0xBAC19
â â + APP_ICON = pkg/ctr/assets/mame2000.png
â â + APP_BANNER = pkg/ctr/assets/mame2000_banner.png
â â + APP_BIG_TEXT_SECTION = 1
â â +
â â +else ifeq ($(LIBRETRO), mame2003)
â â + APP_TITLE = MAME-2003
â â + APP_PRODUCT_CODE = RARCH-MAME2003
â â + APP_UNIQUE_ID = 0xBAC18
â â + APP_ICON = pkg/ctr/assets/mame2003.png
â â + APP_BANNER = pkg/ctr/assets/mame2003_banner.png
â â + APP_BIG_TEXT_SECTION = 1
â â +
â â +else ifeq ($(LIBRETRO), mednafen_pce_fast)
â â + APP_TITLE = Mednafen/Beetle PCE FAST
â â + APP_AUTHOR = Ryphecha
â â + APP_PRODUCT_CODE = RARCH-M-PCE-FAST
â â + APP_UNIQUE_ID = 0xBAC14
â â + APP_ICON = pkg/ctr/assets/mednafen_pce_fast.png
â â + APP_BANNER = pkg/ctr/assets/mednafen_pce_fast_banner.png
â â
â â else ifeq ($(LIBRETRO), mednafen_ngp)
â â - APP_TITLE = Mednafen NGP Libretro
â â - APP_PRODUCT_CODE = RARCH-M-NGP
â â - APP_UNIQUE_ID = 0xBAC0A
â â - APP_ICON = pkg/ctr/assets/mednafen_ngp.png
â â - APP_BANNER = pkg/ctr/assets/mednafen_ngp_banner.png
â â -
â â -else ifeq ($(LIBRETRO), 2048)
â â - APP_TITLE = 2048 Libretro
â â - APP_PRODUCT_CODE = RARCH-2048
â â - APP_UNIQUE_ID = 0xBAC0B
â â - APP_ICON = pkg/ctr/assets/2048.png
â â - APP_BANNER = pkg/ctr/assets/2048_banner.png
â â + APP_TITLE = Mednafen NGP Libretro
â â + APP_PRODUCT_CODE = RARCH-M-NGP
â â + APP_UNIQUE_ID = 0xBAC0A
â â + APP_ICON = pkg/ctr/assets/mednafen_ngp.png
â â + APP_BANNER = pkg/ctr/assets/mednafen_ngp_banner.png
â â
â â -else ifeq ($(LIBRETRO), picodrive)
â â - APP_TITLE = Picodrive Libretro
â â - APP_PRODUCT_CODE = RARCH-PICODRIVE
â â - APP_UNIQUE_ID = 0xBAC0C
â â - APP_ICON = pkg/ctr/assets/picodrive.png
â â - APP_BANNER = pkg/ctr/assets/picodrive_banner.png
â â - APP_USE_SVCHAX = 1
â â +else ifeq ($(LIBRETRO), mednafen_wswan)
â â + APP_TITLE = Mednafen wswan Libretro
â â + APP_PRODUCT_CODE = RARCH-M-WSWAN
â â + APP_UNIQUE_ID = 0xBAC08
â â + APP_ICON = pkg/ctr/assets/mednafen_wswan.png
â â + APP_BANNER = pkg/ctr/assets/mednafen_wswan_banner.png
â â +
â â +else ifeq ($(LIBRETRO), mednafen_vb)
â â + APP_TITLE = Mednafen VB Libretro
â â + APP_PRODUCT_CODE = RARCH-M-VB
â â + APP_UNIQUE_ID = 0xBAC09
â â + APP_ICON = pkg/ctr/assets/mednafen_vb.png
â â + APP_BANNER = pkg/ctr/assets/mednafen_vb_banner.png
â â
â â else ifeq ($(LIBRETRO), mgba)
â â - APP_TITLE = mGBA Libretro
â â - APP_AUTHOR = Jeffrey Pfau
â â - APP_PRODUCT_CODE = RARCH-MGBA
â â - APP_UNIQUE_ID = 0xBAC0E
â â - APP_ICON = pkg/ctr/assets/mgba.png
â â - APP_BANNER = pkg/ctr/assets/mgba_banner.png
â â + APP_TITLE = mGBA Libretro
â â + APP_AUTHOR = Jeffrey Pfau
â â + APP_PRODUCT_CODE = RARCH-MGBA
â â + APP_UNIQUE_ID = 0xBAC0E
â â + APP_ICON = pkg/ctr/assets/mgba.png
â â + APP_BANNER = pkg/ctr/assets/mgba_banner.png
â â
â â -else ifeq ($(LIBRETRO), quicknes)
â â - APP_TITLE = QuickNES Libretro
â â - APP_AUTHOR = blargg, kode54
â â - APP_PRODUCT_CODE = RARCH-QUICKNES
â â - APP_UNIQUE_ID = 0xBAC0F
â â - APP_ICON = pkg/ctr/assets/quicknes.png
â â - APP_BANNER = pkg/ctr/assets/quicknes_banner.png
â â +else ifeq ($(LIBRETRO), nekop2)
â â + APP_TITLE = Neko Project 2
â â + APP_AUTHOR = various
â â + APP_PRODUCT_CODE = RARCH-NP2
â â + APP_UNIQUE_ID = 0xBAC1C
â â + APP_ICON = pkg/ctr/assets/nekop2.png
â â + APP_BANNER = pkg/ctr/assets/nekop2_banner.png
â â
â â -else ifeq ($(LIBRETRO), fbalpha2012)
â â - APP_TITLE = Final Burn Alpha 2012
â â - APP_AUTHOR = Team FB Alpha
â â - APP_PRODUCT_CODE = RARCH-FBA
â â - APP_UNIQUE_ID = 0xBAC17
â â - APP_BIG_TEXT_SECTION = 1
â â - APP_ICON = pkg/ctr/assets/fbalpha2012.png
â â - APP_BANNER = pkg/ctr/assets/fbalpha2012_banner.png
â â +else ifeq ($(LIBRETRO), nestopia)
â â + APP_TITLE = Nestopia Libretro
â â + APP_PRODUCT_CODE = RARCH-NESTOPIA
â â + APP_UNIQUE_ID = 0xBAC04
â â + APP_ICON = pkg/ctr/assets/nestopia.png
â â + APP_BANNER = pkg/ctr/assets/nestopia_banner.png
â â
â â -else ifeq ($(LIBRETRO), fbalpha2012_neogeo)
â â - APP_TITLE = Final Burn Alpha 2012 - NeoGeo
â â - APP_AUTHOR = Team FB Alpha
â â - APP_PRODUCT_CODE = RARCH-FBANEOGEO
â â - APP_UNIQUE_ID = 0xBAC10
â â - APP_ICON = pkg/ctr/assets/fbalpha2012_neogeo.png
â â - APP_BANNER = pkg/ctr/assets/fbalpha2012_neogeo_banner.png
â â - APP_SYSTEM_MODE = 80MB
â â +else ifeq ($(LIBRETRO), np2kai)
â â + APP_TITLE = Neko Project 2 Kai
â â + APP_AUTHOR = various
â â + APP_PRODUCT_CODE = RARCH-NP2KAI
â â + APP_UNIQUE_ID = 0xBAC1D
â â + APP_ICON = pkg/ctr/assets/np2kai.png
â â + APP_BANNER = pkg/ctr/assets/np2kai_banner.png
â â
â â -else ifeq ($(LIBRETRO), fbalpha2012_cps1)
â â - APP_TITLE = Final Burn Alpha 2012 - CPS-1
â â - APP_AUTHOR = Team FB Alpha
â â - APP_PRODUCT_CODE = RARCH-FBACPS1
â â - APP_UNIQUE_ID = 0xBAC11
â â - APP_ICON = pkg/ctr/assets/fbalpha2012_cps1.png
â â - APP_BANNER = pkg/ctr/assets/fbalpha2012_cps1_banner.png
â â +else ifeq ($(LIBRETRO), nxengine)
â â + APP_TITLE = NXengine Libretro
â â + APP_PRODUCT_CODE = RARCH-NXENGINE
â â + APP_UNIQUE_ID = 0xBAC05
â â + APP_ICON = pkg/ctr/assets/nxengine.png
â â + APP_BANNER = pkg/ctr/assets/nxengine_banner.png
â â
â â -else ifeq ($(LIBRETRO), fbalpha2012_cps2)
â â - APP_TITLE = Final Burn Alpha 2012 - CPS-2
â â - APP_AUTHOR = Team FB Alpha
â â - APP_PRODUCT_CODE = RARCH-FBACPS2
â â - APP_UNIQUE_ID = 0xBAC12
â â - APP_ICON = pkg/ctr/assets/fbalpha2012_cps2.png
â â - APP_BANNER = pkg/ctr/assets/fbalpha2012_cps2_banner.png
â â - APP_SYSTEM_MODE = 80MB
â â +else ifeq ($(LIBRETRO), pcsx_rearmed)
â â + APP_TITLE = PCSX ReARMed
â â + APP_AUTHOR = PCSX Team, notaz, Exophase
â â + APP_PRODUCT_CODE = RARCH-PCSXRARMD
â â + APP_UNIQUE_ID = 0xBAC15
â â + APP_ICON = pkg/ctr/assets/pcsx_rearmed.png
â â + APP_BANNER = pkg/ctr/assets/pcsx_rearmed_banner.png
â â + APP_USE_SVCHAX = 1
â â
â â -else ifeq ($(LIBRETRO), mednafen_pce_fast)
â â - APP_TITLE = Mednafen/Beetle PCE FAST
â â - APP_AUTHOR = Ryphecha
â â - APP_PRODUCT_CODE = RARCH-M-PCE-FAST
â â - APP_UNIQUE_ID = 0xBAC14
â â - APP_ICON = pkg/ctr/assets/mednafen_pce_fast.png
â â - APP_BANNER = pkg/ctr/assets/mednafen_pce_fast_banner.png
â â +else ifeq ($(LIBRETRO), picodrive)
â â + APP_TITLE = Picodrive Libretro
â â + APP_PRODUCT_CODE = RARCH-PICODRIVE
â â + APP_UNIQUE_ID = 0xBAC0C
â â + APP_ICON = pkg/ctr/assets/picodrive.png
â â + APP_BANNER = pkg/ctr/assets/picodrive_banner.png
â â + APP_USE_SVCHAX = 1
â â
â â -else ifeq ($(LIBRETRO), pcsx_rearmed)
â â - APP_TITLE = PCSX ReARMed
â â - APP_AUTHOR = PCSX Team, notaz, Exophase
â â - APP_PRODUCT_CODE = RARCH-PCSXRARMD
â â - APP_UNIQUE_ID = 0xBAC15
â â - APP_ICON = pkg/ctr/assets/pcsx_rearmed.png
â â - APP_BANNER = pkg/ctr/assets/pcsx_rearmed_banner.png
â â - APP_USE_SVCHAX = 1
â â +else ifeq ($(LIBRETRO), prosystem)
â â + APP_TITLE = ProSystem Libretro
â â + APP_PRODUCT_CODE = RARCH-PROSYSTEM
â â + APP_UNIQUE_ID = 0xBAC3C
â â + APP_ICON = pkg/ctr/assets/prosystem.png
â â + APP_BANNER = pkg/ctr/assets/prosystem_banner.png
â â
â â -else ifeq ($(LIBRETRO), fmsx)
â â - APP_TITLE = fMSX
â â - APP_AUTHOR = Marat Fayzullin
â â - APP_PRODUCT_CODE = RARCH-FMSX
â â - APP_UNIQUE_ID = 0xBAC16
â â - APP_ICON = pkg/ctr/assets/fmsx.png
â â - APP_BANNER = pkg/ctr/assets/fmsx_banner.png
â â -
â â -else ifeq ($(LIBRETRO), mame2000)
â â - APP_TITLE = MAME-2000
â â - APP_PRODUCT_CODE = RARCH-MAME2000
â â - APP_UNIQUE_ID = 0xBAC19
â â - APP_ICON = pkg/ctr/assets/mame2000.png
â â - APP_BANNER = pkg/ctr/assets/mame2000_banner.png
â â - APP_BIG_TEXT_SECTION = 1
â â -
â â -else ifeq ($(LIBRETRO), mame2003)
â â - APP_TITLE = MAME-2003
â â - APP_PRODUCT_CODE = RARCH-MAME2003
â â - APP_UNIQUE_ID = 0xBAC18
â â - APP_ICON = pkg/ctr/assets/mame2003.png
â â - APP_BANNER = pkg/ctr/assets/mame2003_banner.png
â â - APP_BIG_TEXT_SECTION = 1
â â +else ifeq ($(LIBRETRO), quicknes)
â â + APP_TITLE = QuickNES Libretro
â â + APP_AUTHOR = blargg, kode54
â â + APP_PRODUCT_CODE = RARCH-QUICKNES
â â + APP_UNIQUE_ID = 0xBAC0F
â â + APP_ICON = pkg/ctr/assets/quicknes.png
â â + APP_BANNER = pkg/ctr/assets/quicknes_banner.png
â â
â â else ifeq ($(LIBRETRO), snes9x2002)
â â - APP_TITLE = Snes9x 2002
â â - APP_AUTHOR = various
â â - APP_PRODUCT_CODE = RARCH-POCKETSNES
â â - APP_UNIQUE_ID = 0xBAC1A
â â - APP_ICON = pkg/ctr/assets/snes9x2002.png
â â - APP_BANNER = pkg/ctr/assets/snes9x2002_banner.png
â â + APP_TITLE = Snes9x 2002
â â + APP_AUTHOR = various
â â + APP_PRODUCT_CODE = RARCH-POCKETSNES
â â + APP_UNIQUE_ID = 0xBAC1A
â â + APP_ICON = pkg/ctr/assets/snes9x2002.png
â â + APP_BANNER = pkg/ctr/assets/snes9x2002_banner.png
â â
â â else ifeq ($(LIBRETRO), snes9x2005)
â â - APP_TITLE = Snes9x 2005
â â - APP_PRODUCT_CODE = RARCH-CATSFC
â â - APP_UNIQUE_ID = 0xBAC07
â â - APP_ICON = pkg/ctr/assets/snes9x2005.png
â â - APP_BANNER = pkg/ctr/assets/snes9x2005_banner.png
â â + APP_TITLE = Snes9x 2005
â â + APP_PRODUCT_CODE = RARCH-CATSFC
â â + APP_UNIQUE_ID = 0xBAC07
â â + APP_ICON = pkg/ctr/assets/snes9x2005.png
â â + APP_BANNER = pkg/ctr/assets/snes9x2005_banner.png
â â
â â else ifeq ($(LIBRETRO), snes9x2005_plus)
â â - APP_TITLE = Snes9x 2005 Plus
â â - APP_PRODUCT_CODE = RARCH-CATSFCPLUS
â â - APP_UNIQUE_ID = 0xBAC13
â â - APP_ICON = pkg/ctr/assets/snes9x2005_plus.png
â â - APP_BANNER = pkg/ctr/assets/snes9x2005_plus_banner.png
â â + APP_TITLE = Snes9x 2005 Plus
â â + APP_PRODUCT_CODE = RARCH-CATSFCPLUS
â â + APP_UNIQUE_ID = 0xBAC13
â â + APP_ICON = pkg/ctr/assets/snes9x2005_plus.png
â â + APP_BANNER = pkg/ctr/assets/snes9x2005_plus_banner.png
â â
â â else ifeq ($(LIBRETRO), snes9x2010)
â â - APP_TITLE = Snes9x 2010
â â - APP_PRODUCT_CODE = RARCH-SNES9XNEXT
â â - APP_UNIQUE_ID = 0xBAC0D
â â - APP_ICON = pkg/ctr/assets/snes9x2010.png
â â - APP_BANNER = pkg/ctr/assets/snes9x2010_banner.png
â â -
â â -else ifeq ($(LIBRETRO), dosbox)
â â - APP_TITLE = DosBox
â â - APP_AUTHOR = various
â â - APP_PRODUCT_CODE = RARCH-DOSBOX
â â - APP_UNIQUE_ID = 0xBAC1B
â â - APP_ICON = pkg/ctr/assets/dosbox.png
â â - APP_BANNER = pkg/ctr/assets/dosbox_banner.png
â â -
â â -else ifeq ($(LIBRETRO), nekop2)
â â - APP_TITLE = Neko Project 2
â â - APP_AUTHOR = various
â â - APP_PRODUCT_CODE = RARCH-NP2
â â - APP_UNIQUE_ID = 0xBAC1C
â â - APP_ICON = pkg/ctr/assets/nekop2.png
â â - APP_BANNER = pkg/ctr/assets/nekop2_banner.png
â â + APP_TITLE = Snes9x 2010
â â + APP_PRODUCT_CODE = RARCH-SNES9XNEXT
â â + APP_UNIQUE_ID = 0xBAC0D
â â + APP_ICON = pkg/ctr/assets/snes9x2010.png
â â + APP_BANNER = pkg/ctr/assets/snes9x2010_banner.png
â â
â â -else ifeq ($(LIBRETRO), np2kai)
â â - APP_TITLE = Neko Project 2 Kai
â â - APP_AUTHOR = various
â â - APP_PRODUCT_CODE = RARCH-NP2KAI
â â - APP_UNIQUE_ID = 0xBAC1D
â â - APP_ICON = pkg/ctr/assets/np2kai.png
â â - APP_BANNER = pkg/ctr/assets/np2kai_banner.png
â â -
â â -else ifeq ($(LIBRETRO), 81)
â â - APP_TITLE = lr-81
â â - APP_AUTHOR = various
â â - APP_PRODUCT_CODE = RARCH-81
â â - APP_UNIQUE_ID = 0xBAC1E
â â - APP_ICON = pkg/ctr/assets/81.png
â â - APP_BANNER = pkg/ctr/assets/81_banner.png
â â -
â â -else ifeq ($(LIBRETRO), fuse)
â â - APP_TITLE = Fuse
â â - APP_AUTHOR = various
â â - APP_PRODUCT_CODE = RARCH-FUSE
â â - APP_UNIQUE_ID = 0xBAC1F
â â - APP_ICON = pkg/ctr/assets/fuse.png
â â - APP_BANNER = pkg/ctr/assets/fuse_banner.png
â â -
â â else ifeq ($(LIBRETRO), stella)
â â - APP_TITLE = Stella Libretro
â â - APP_PRODUCT_CODE = RARCH-STELLA
â â - APP_UNIQUE_ID = 0xBAC2C
â â - APP_ICON = pkg/ctr/assets/stella.png
â â - APP_BANNER = pkg/ctr/assets/stella_banner.png
â â -
â â -else ifeq ($(LIBRETRO), prosystem)
â â - APP_TITLE = ProSystem Libretro
â â - APP_PRODUCT_CODE = RARCH-PROSYSTEM
â â - APP_UNIQUE_ID = 0xBAC3C
â â - APP_ICON = pkg/ctr/assets/prosystem.png
â â - APP_BANNER = pkg/ctr/assets/prosystem_banner.png
â â -
â â -else ifeq ($(LIBRETRO), gw)
â â - APP_TITLE = Game&Watch Libretro
â â - APP_PRODUCT_CODE = RARCH-GW
â â - APP_UNIQUE_ID = 0xBAC2D
â â - APP_ICON = pkg/ctr/assets/gw.png
â â - APP_BANNER = pkg/ctr/assets/gw_banner.png
â â -
â â -else ifeq ($(LIBRETRO), handy)
â â - APP_TITLE = Handy Libretro
â â - APP_PRODUCT_CODE = RARCH-HANDY
â â - APP_UNIQUE_ID = 0xBAC7C
â â - APP_ICON = pkg/ctr/assets/handy.png
â â - APP_BANNER = pkg/ctr/assets/handy_banner.png
â â + APP_TITLE = Stella Libretro
â â + APP_PRODUCT_CODE = RARCH-STELLA
â â + APP_UNIQUE_ID = 0xBAC2C
â â + APP_ICON = pkg/ctr/assets/stella.png
â â + APP_BANNER = pkg/ctr/assets/stella_banner.png
â â
â â -endif
â â +endif
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#31109: Retroarch: source tarball has wrong hash
2018-04-09 16:35 ` Rutger Helling
@ 2018-04-09 20:19 ` Ludovic Courtès
0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2018-04-09 20:19 UTC (permalink / raw)
To: Rutger Helling; +Cc: 31109-done
[-- Attachment #1: Type: text/plain, Size: 381 bytes --]
Hi Rutger,
Rutger Helling <rhelling@mykolab.com> skribis:
> Here's what diffoscope gave me (old vs. new).
OK, thanks for sharing.
So it looks like they modified the “1.7.1” tag upstream, leading to a
different tarball.
I’m appending the actual changes below (extracted from what you sent.)
Basically small adjustments.
Case closed, thanks!
Ludo’.
[-- Attachment #2: Type: text/x-patch, Size: 24697 bytes --]
─ RetroArch-1.7.1/frontend/drivers/platform_xdk.c
@@ -115,14 +115,27 @@
g_defaults.dirs[DEFAULT_DIR_CORE],
"system",
sizeof(g_defaults.dirs[DEFAULT_DIR_SYSTEM]));
fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SCREENSHOT],
g_defaults.dirs[DEFAULT_DIR_CORE],
"screenshots",
sizeof(g_defaults.dirs[DEFAULT_DIR_SCREENSHOT]));
+ fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_OVERLAY],
+ g_defaults.dirs[DEFAULT_DIR_CORE],
+ "overlays",
+ sizeof(g_defaults.dirs[DEFAULT_DIR_OVERLAY]));
+ fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_ASSETS],
+ g_defaults.dirs[DEFAULT_DIR_CORE],
+ "media", sizeof(g_defaults.dirs[DEFAULT_DIR_ASSETS]));
+ fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CORE_ASSETS],
+ g_defaults.dirs[DEFAULT_DIR_CORE],
+ "downloads", sizeof(g_defaults.dirs[DEFAULT_DIR_CORE_ASSETS]));
+ fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_PLAYLIST],
+ g_defaults.dirs[DEFAULT_DIR_CORE],
+ "playlists", sizeof(g_defaults.dirs[DEFAULT_DIR_PLAYLIST]));
#elif defined(_XBOX360)
strlcpy(g_defaults.dirs[DEFAULT_DIR_CORE],
"game:",
sizeof(g_defaults.dirs[DEFAULT_DIR_CORE]));
strlcpy(g_defaults.path.config,
"game:\\retroarch.cfg", sizeof(g_defaults.path.config));
strlcpy(g_defaults.dirs[DEFAULT_DIR_SCREENSHOT],
─ RetroArch-1.7.1/gfx/drivers_tracker/video_state_python.c
@@ -124,15 +124,15 @@
if (user > MAX_USERS || user < 1 || key >= RARCH_FIRST_META_KEY)
return NULL;
joypad_info.joy_idx = settings->uints.input_joypad_map[user - 1];
joypad_info.auto_binds = input_autoconf_binds[joypad_info.joy_idx];
if (!input_driver_is_libretro_input_blocked())
- res = current_input->input_state(current_input_data, joypad_info,
+ res = input_driver_input_state(joypad_info,
py_binds,
user - 1, RETRO_DEVICE_JOYPAD, 0, key);
return PyBool_FromLong(res);
}
static PyObject *py_read_analog(PyObject *self, PyObject *args)
{
@@ -152,15 +152,15 @@
if (user > MAX_USERS || user < 1 || index > 1 || id > 1)
return NULL;
joypad_info.joy_idx = settings->uints.input_joypad_map[user - 1];
joypad_info.auto_binds = input_autoconf_binds[joypad_info.joy_idx];
- res = current_input->input_state(current_input_data,
+ res = input_driver_input_state(
joypad_info, py_binds,
user - 1, RETRO_DEVICE_ANALOG, index, id);
return PyFloat_FromDouble((double)res / 0x7fff);
}
static PyMethodDef RarchMethods[] = {
{ "read_wram", py_read_wram, METH_VARARGS, "Read WRAM from system." },
─ RetroArch-1.7.1/input/input_driver.c
@@ -1031,14 +1031,26 @@
RETRO_DEVICE_KEYBOARD, 0, ids[i][0]))
BIT256_SET_PTR(p_new_state, ids[i][1]);
}
}
}
#endif
+int16_t input_driver_input_state(
+ rarch_joypad_info_t joypad_info,
+ const struct retro_keybind **retro_keybinds,
+ unsigned port, unsigned device, unsigned index, unsigned id)
+{
+ if (current_input && current_input->input_state)
+ return current_input->input_state(current_input_data, joypad_info,
+ retro_keybinds,
+ port, device, index, id);
+ return 0;
+}
+
/**
* input_keys_pressed:
*
* Grab an input sample for this frame.
*
* Returns: Input sample containing a mask of all pressed keys.
*/
─ RetroArch-1.7.1/input/input_driver.h
@@ -403,14 +403,19 @@
bool input_driver_init_mapper(void);
bool input_driver_grab_mouse(void);
bool input_driver_ungrab_mouse(void);
+int16_t input_driver_input_state(
+ rarch_joypad_info_t joypad_info,
+ const struct retro_keybind **retro_keybinds,
+ unsigned port, unsigned device, unsigned index, unsigned id);
+
float *input_driver_get_float(enum input_action action);
unsigned *input_driver_get_uint(enum input_action action);
bool input_driver_is_data_ptr_same(void *data);
/**
─ RetroArch-1.7.1/pkg/ctr/Makefile.cores
@@ -1,270 +1,277 @@
+ifeq ($(LIBRETRO), 2048)
+ APP_TITLE = 2048 Libretro
+ APP_PRODUCT_CODE = RARCH-2048
+ APP_UNIQUE_ID = 0xBAC0B
+ APP_ICON = pkg/ctr/assets/2048.png
+ APP_BANNER = pkg/ctr/assets/2048_banner.png
-ifeq ($(LIBRETRO), gambatte)
- APP_TITLE = Gambatte Libretro
- APP_PRODUCT_CODE = RARCH-GAMBATTE
- APP_UNIQUE_ID = 0xBAC01
- APP_ICON = pkg/ctr/assets/gambatte.png
- APP_BANNER = pkg/ctr/assets/gambatte_banner.png
+else ifeq ($(LIBRETRO), 81)
+ APP_TITLE = lr-81
+ APP_AUTHOR = various
+ APP_PRODUCT_CODE = RARCH-81
+ APP_UNIQUE_ID = 0xBAC1E
+ APP_ICON = pkg/ctr/assets/81.png
+ APP_BANNER = pkg/ctr/assets/81_banner.png
-else ifeq ($(LIBRETRO), gpsp)
- APP_TITLE = gpSP Libretro
- APP_PRODUCT_CODE = RARCH-GPSP
- APP_UNIQUE_ID = 0xBAC02
- APP_ICON = pkg/ctr/assets/gpsp.png
- APP_BANNER = pkg/ctr/assets/gpsp_banner.png
- APP_USE_SVCHAX = 1
+else ifeq ($(LIBRETRO), dosbox)
+ APP_TITLE = DosBox
+ APP_AUTHOR = various
+ APP_PRODUCT_CODE = RARCH-DOSBOX
+ APP_UNIQUE_ID = 0xBAC1B
+ APP_ICON = pkg/ctr/assets/dosbox.png
+ APP_BANNER = pkg/ctr/assets/dosbox_banner.png
+
+else ifeq ($(LIBRETRO), fbalpha2012)
+ APP_TITLE = Final Burn Alpha 2012
+ APP_AUTHOR = Team FB Alpha
+ APP_PRODUCT_CODE = RARCH-FBA
+ APP_UNIQUE_ID = 0xBAC17
+ APP_BIG_TEXT_SECTION = 1
+ APP_ICON = pkg/ctr/assets/fbalpha2012.png
+ APP_BANNER = pkg/ctr/assets/fbalpha2012_banner.png
+
+else ifeq ($(LIBRETRO), fbalpha2012_neogeo)
+ APP_TITLE = Final Burn Alpha 2012 - NeoGeo
+ APP_AUTHOR = Team FB Alpha
+ APP_PRODUCT_CODE = RARCH-FBANEOGEO
+ APP_UNIQUE_ID = 0xBAC10
+ APP_ICON = pkg/ctr/assets/fbalpha2012_neogeo.png
+ APP_BANNER = pkg/ctr/assets/fbalpha2012_neogeo_banner.png
+ APP_SYSTEM_MODE = 80MB
+
+else ifeq ($(LIBRETRO), fbalpha2012_cps1)
+ APP_TITLE = Final Burn Alpha 2012 - CPS-1
+ APP_AUTHOR = Team FB Alpha
+ APP_PRODUCT_CODE = RARCH-FBACPS1
+ APP_UNIQUE_ID = 0xBAC11
+ APP_ICON = pkg/ctr/assets/fbalpha2012_cps1.png
+ APP_BANNER = pkg/ctr/assets/fbalpha2012_cps1_banner.png
+
+else ifeq ($(LIBRETRO), fbalpha2012_cps2)
+ APP_TITLE = Final Burn Alpha 2012 - CPS-2
+ APP_AUTHOR = Team FB Alpha
+ APP_PRODUCT_CODE = RARCH-FBACPS2
+ APP_UNIQUE_ID = 0xBAC12
+ APP_ICON = pkg/ctr/assets/fbalpha2012_cps2.png
+ APP_BANNER = pkg/ctr/assets/fbalpha2012_cps2_banner.png
+ APP_SYSTEM_MODE = 80MB
else ifeq ($(LIBRETRO), fceumm)
- APP_TITLE = FCeumm Libretro
- APP_PRODUCT_CODE = RARCH-FCEUMM
- APP_UNIQUE_ID = 0xBAC03
- APP_ICON = pkg/ctr/assets/fceumm.png
- APP_BANNER = pkg/ctr/assets/fceumm_banner.png
+ APP_TITLE = FCeumm Libretro
+ APP_PRODUCT_CODE = RARCH-FCEUMM
+ APP_UNIQUE_ID = 0xBAC03
+ APP_ICON = pkg/ctr/assets/fceumm.png
+ APP_BANNER = pkg/ctr/assets/fceumm_banner.png
-else ifeq ($(LIBRETRO), nestopia)
- APP_TITLE = Nestopia Libretro
- APP_PRODUCT_CODE = RARCH-NESTOPIA
- APP_UNIQUE_ID = 0xBAC04
- APP_ICON = pkg/ctr/assets/nestopia.png
- APP_BANNER = pkg/ctr/assets/nestopia_banner.png
+else ifeq ($(LIBRETRO), fmsx)
+ APP_TITLE = fMSX
+ APP_AUTHOR = Marat Fayzullin
+ APP_PRODUCT_CODE = RARCH-FMSX
+ APP_UNIQUE_ID = 0xBAC16
+ APP_ICON = pkg/ctr/assets/fmsx.png
+ APP_BANNER = pkg/ctr/assets/fmsx_banner.png
+
+else ifeq ($(LIBRETRO), freeintv)
+ APP_TITLE = FreeIntv
+ APP_AUTHOR = various
+ APP_PRODUCT_CODE = RARCH-FREEINTV
+ APP_UNIQUE_ID = 0xBAC1G
+ APP_ICON = pkg/ctr/assets/default.png
+ APP_BANNER = pkg/ctr/assets/libretro_banner.png
-else ifeq ($(LIBRETRO), nxengine)
- APP_TITLE = NXengine Libretro
- APP_PRODUCT_CODE = RARCH-NXENGINE
- APP_UNIQUE_ID = 0xBAC05
- APP_ICON = pkg/ctr/assets/nxengine.png
- APP_BANNER = pkg/ctr/assets/nxengine_banner.png
+else ifeq ($(LIBRETRO), fuse)
+ APP_TITLE = Fuse
+ APP_AUTHOR = various
+ APP_PRODUCT_CODE = RARCH-FUSE
+ APP_UNIQUE_ID = 0xBAC1F
+ APP_ICON = pkg/ctr/assets/fuse.png
+ APP_BANNER = pkg/ctr/assets/fuse_banner.png
+
+else ifeq ($(LIBRETRO), gambatte)
+ APP_TITLE = Gambatte Libretro
+ APP_PRODUCT_CODE = RARCH-GAMBATTE
+ APP_UNIQUE_ID = 0xBAC01
+ APP_ICON = pkg/ctr/assets/gambatte.png
+ APP_BANNER = pkg/ctr/assets/gambatte_banner.png
else ifeq ($(LIBRETRO), genesis_plus_gx)
- APP_TITLE = Genesis Plus GX Libretro
- APP_PRODUCT_CODE = RARCH-GENPLUSGX
- APP_UNIQUE_ID = 0xBAC06
- APP_ICON = pkg/ctr/assets/genesis_plus_gx.png
- APP_BANNER = pkg/ctr/assets/genesis_plus_gx_banner.png
+ APP_TITLE = Genesis Plus GX Libretro
+ APP_PRODUCT_CODE = RARCH-GENPLUSGX
+ APP_UNIQUE_ID = 0xBAC06
+ APP_ICON = pkg/ctr/assets/genesis_plus_gx.png
+ APP_BANNER = pkg/ctr/assets/genesis_plus_gx_banner.png
-else ifeq ($(LIBRETRO), mednafen_wswan)
- APP_TITLE = Mednafen wswan Libretro
- APP_PRODUCT_CODE = RARCH-M-WSWAN
- APP_UNIQUE_ID = 0xBAC08
- APP_ICON = pkg/ctr/assets/mednafen_wswan.png
- APP_BANNER = pkg/ctr/assets/mednafen_wswan_banner.png
+else ifeq ($(LIBRETRO), gpsp)
+ APP_TITLE = gpSP Libretro
+ APP_PRODUCT_CODE = RARCH-GPSP
+ APP_UNIQUE_ID = 0xBAC02
+ APP_ICON = pkg/ctr/assets/gpsp.png
+ APP_BANNER = pkg/ctr/assets/gpsp_banner.png
+ APP_USE_SVCHAX = 1
-else ifeq ($(LIBRETRO), mednafen_vb)
- APP_TITLE = Mednafen VB Libretro
- APP_PRODUCT_CODE = RARCH-M-VB
- APP_UNIQUE_ID = 0xBAC09
- APP_ICON = pkg/ctr/assets/mednafen_vb.png
- APP_BANNER = pkg/ctr/assets/mednafen_vb_banner.png
+else ifeq ($(LIBRETRO), gw)
+ APP_TITLE = Game&Watch Libretro
+ APP_PRODUCT_CODE = RARCH-GW
+ APP_UNIQUE_ID = 0xBAC2D
+ APP_ICON = pkg/ctr/assets/gw.png
+ APP_BANNER = pkg/ctr/assets/gw_banner.png
+
+else ifeq ($(LIBRETRO), handy)
+ APP_TITLE = Handy Libretro
+ APP_PRODUCT_CODE = RARCH-HANDY
+ APP_UNIQUE_ID = 0xBAC7C
+ APP_ICON = pkg/ctr/assets/handy.png
+ APP_BANNER = pkg/ctr/assets/handy_banner.png
+
+else ifeq ($(LIBRETRO), mame2000)
+ APP_TITLE = MAME-2000
+ APP_PRODUCT_CODE = RARCH-MAME2000
+ APP_UNIQUE_ID = 0xBAC19
+ APP_ICON = pkg/ctr/assets/mame2000.png
+ APP_BANNER = pkg/ctr/assets/mame2000_banner.png
+ APP_BIG_TEXT_SECTION = 1
+
+else ifeq ($(LIBRETRO), mame2003)
+ APP_TITLE = MAME-2003
+ APP_PRODUCT_CODE = RARCH-MAME2003
+ APP_UNIQUE_ID = 0xBAC18
+ APP_ICON = pkg/ctr/assets/mame2003.png
+ APP_BANNER = pkg/ctr/assets/mame2003_banner.png
+ APP_BIG_TEXT_SECTION = 1
+
+else ifeq ($(LIBRETRO), mednafen_pce_fast)
+ APP_TITLE = Mednafen/Beetle PCE FAST
+ APP_AUTHOR = Ryphecha
+ APP_PRODUCT_CODE = RARCH-M-PCE-FAST
+ APP_UNIQUE_ID = 0xBAC14
+ APP_ICON = pkg/ctr/assets/mednafen_pce_fast.png
+ APP_BANNER = pkg/ctr/assets/mednafen_pce_fast_banner.png
else ifeq ($(LIBRETRO), mednafen_ngp)
- APP_TITLE = Mednafen NGP Libretro
- APP_PRODUCT_CODE = RARCH-M-NGP
- APP_UNIQUE_ID = 0xBAC0A
- APP_ICON = pkg/ctr/assets/mednafen_ngp.png
- APP_BANNER = pkg/ctr/assets/mednafen_ngp_banner.png
-
-else ifeq ($(LIBRETRO), 2048)
- APP_TITLE = 2048 Libretro
- APP_PRODUCT_CODE = RARCH-2048
- APP_UNIQUE_ID = 0xBAC0B
- APP_ICON = pkg/ctr/assets/2048.png
- APP_BANNER = pkg/ctr/assets/2048_banner.png
+ APP_TITLE = Mednafen NGP Libretro
+ APP_PRODUCT_CODE = RARCH-M-NGP
+ APP_UNIQUE_ID = 0xBAC0A
+ APP_ICON = pkg/ctr/assets/mednafen_ngp.png
+ APP_BANNER = pkg/ctr/assets/mednafen_ngp_banner.png
-else ifeq ($(LIBRETRO), picodrive)
- APP_TITLE = Picodrive Libretro
- APP_PRODUCT_CODE = RARCH-PICODRIVE
- APP_UNIQUE_ID = 0xBAC0C
- APP_ICON = pkg/ctr/assets/picodrive.png
- APP_BANNER = pkg/ctr/assets/picodrive_banner.png
- APP_USE_SVCHAX = 1
+else ifeq ($(LIBRETRO), mednafen_wswan)
+ APP_TITLE = Mednafen wswan Libretro
+ APP_PRODUCT_CODE = RARCH-M-WSWAN
+ APP_UNIQUE_ID = 0xBAC08
+ APP_ICON = pkg/ctr/assets/mednafen_wswan.png
+ APP_BANNER = pkg/ctr/assets/mednafen_wswan_banner.png
+
+else ifeq ($(LIBRETRO), mednafen_vb)
+ APP_TITLE = Mednafen VB Libretro
+ APP_PRODUCT_CODE = RARCH-M-VB
+ APP_UNIQUE_ID = 0xBAC09
+ APP_ICON = pkg/ctr/assets/mednafen_vb.png
+ APP_BANNER = pkg/ctr/assets/mednafen_vb_banner.png
else ifeq ($(LIBRETRO), mgba)
- APP_TITLE = mGBA Libretro
- APP_AUTHOR = Jeffrey Pfau
- APP_PRODUCT_CODE = RARCH-MGBA
- APP_UNIQUE_ID = 0xBAC0E
- APP_ICON = pkg/ctr/assets/mgba.png
- APP_BANNER = pkg/ctr/assets/mgba_banner.png
+ APP_TITLE = mGBA Libretro
+ APP_AUTHOR = Jeffrey Pfau
+ APP_PRODUCT_CODE = RARCH-MGBA
+ APP_UNIQUE_ID = 0xBAC0E
+ APP_ICON = pkg/ctr/assets/mgba.png
+ APP_BANNER = pkg/ctr/assets/mgba_banner.png
-else ifeq ($(LIBRETRO), quicknes)
- APP_TITLE = QuickNES Libretro
- APP_AUTHOR = blargg, kode54
- APP_PRODUCT_CODE = RARCH-QUICKNES
- APP_UNIQUE_ID = 0xBAC0F
- APP_ICON = pkg/ctr/assets/quicknes.png
- APP_BANNER = pkg/ctr/assets/quicknes_banner.png
+else ifeq ($(LIBRETRO), nekop2)
+ APP_TITLE = Neko Project 2
+ APP_AUTHOR = various
+ APP_PRODUCT_CODE = RARCH-NP2
+ APP_UNIQUE_ID = 0xBAC1C
+ APP_ICON = pkg/ctr/assets/nekop2.png
+ APP_BANNER = pkg/ctr/assets/nekop2_banner.png
-else ifeq ($(LIBRETRO), fbalpha2012)
- APP_TITLE = Final Burn Alpha 2012
- APP_AUTHOR = Team FB Alpha
- APP_PRODUCT_CODE = RARCH-FBA
- APP_UNIQUE_ID = 0xBAC17
- APP_BIG_TEXT_SECTION = 1
- APP_ICON = pkg/ctr/assets/fbalpha2012.png
- APP_BANNER = pkg/ctr/assets/fbalpha2012_banner.png
+else ifeq ($(LIBRETRO), nestopia)
+ APP_TITLE = Nestopia Libretro
+ APP_PRODUCT_CODE = RARCH-NESTOPIA
+ APP_UNIQUE_ID = 0xBAC04
+ APP_ICON = pkg/ctr/assets/nestopia.png
+ APP_BANNER = pkg/ctr/assets/nestopia_banner.png
-else ifeq ($(LIBRETRO), fbalpha2012_neogeo)
- APP_TITLE = Final Burn Alpha 2012 - NeoGeo
- APP_AUTHOR = Team FB Alpha
- APP_PRODUCT_CODE = RARCH-FBANEOGEO
- APP_UNIQUE_ID = 0xBAC10
- APP_ICON = pkg/ctr/assets/fbalpha2012_neogeo.png
- APP_BANNER = pkg/ctr/assets/fbalpha2012_neogeo_banner.png
- APP_SYSTEM_MODE = 80MB
+else ifeq ($(LIBRETRO), np2kai)
+ APP_TITLE = Neko Project 2 Kai
+ APP_AUTHOR = various
+ APP_PRODUCT_CODE = RARCH-NP2KAI
+ APP_UNIQUE_ID = 0xBAC1D
+ APP_ICON = pkg/ctr/assets/np2kai.png
+ APP_BANNER = pkg/ctr/assets/np2kai_banner.png
-else ifeq ($(LIBRETRO), fbalpha2012_cps1)
- APP_TITLE = Final Burn Alpha 2012 - CPS-1
- APP_AUTHOR = Team FB Alpha
- APP_PRODUCT_CODE = RARCH-FBACPS1
- APP_UNIQUE_ID = 0xBAC11
- APP_ICON = pkg/ctr/assets/fbalpha2012_cps1.png
- APP_BANNER = pkg/ctr/assets/fbalpha2012_cps1_banner.png
+else ifeq ($(LIBRETRO), nxengine)
+ APP_TITLE = NXengine Libretro
+ APP_PRODUCT_CODE = RARCH-NXENGINE
+ APP_UNIQUE_ID = 0xBAC05
+ APP_ICON = pkg/ctr/assets/nxengine.png
+ APP_BANNER = pkg/ctr/assets/nxengine_banner.png
-else ifeq ($(LIBRETRO), fbalpha2012_cps2)
- APP_TITLE = Final Burn Alpha 2012 - CPS-2
- APP_AUTHOR = Team FB Alpha
- APP_PRODUCT_CODE = RARCH-FBACPS2
- APP_UNIQUE_ID = 0xBAC12
- APP_ICON = pkg/ctr/assets/fbalpha2012_cps2.png
- APP_BANNER = pkg/ctr/assets/fbalpha2012_cps2_banner.png
- APP_SYSTEM_MODE = 80MB
+else ifeq ($(LIBRETRO), pcsx_rearmed)
+ APP_TITLE = PCSX ReARMed
+ APP_AUTHOR = PCSX Team, notaz, Exophase
+ APP_PRODUCT_CODE = RARCH-PCSXRARMD
+ APP_UNIQUE_ID = 0xBAC15
+ APP_ICON = pkg/ctr/assets/pcsx_rearmed.png
+ APP_BANNER = pkg/ctr/assets/pcsx_rearmed_banner.png
+ APP_USE_SVCHAX = 1
-else ifeq ($(LIBRETRO), mednafen_pce_fast)
- APP_TITLE = Mednafen/Beetle PCE FAST
- APP_AUTHOR = Ryphecha
- APP_PRODUCT_CODE = RARCH-M-PCE-FAST
- APP_UNIQUE_ID = 0xBAC14
- APP_ICON = pkg/ctr/assets/mednafen_pce_fast.png
- APP_BANNER = pkg/ctr/assets/mednafen_pce_fast_banner.png
+else ifeq ($(LIBRETRO), picodrive)
+ APP_TITLE = Picodrive Libretro
+ APP_PRODUCT_CODE = RARCH-PICODRIVE
+ APP_UNIQUE_ID = 0xBAC0C
+ APP_ICON = pkg/ctr/assets/picodrive.png
+ APP_BANNER = pkg/ctr/assets/picodrive_banner.png
+ APP_USE_SVCHAX = 1
-else ifeq ($(LIBRETRO), pcsx_rearmed)
- APP_TITLE = PCSX ReARMed
- APP_AUTHOR = PCSX Team, notaz, Exophase
- APP_PRODUCT_CODE = RARCH-PCSXRARMD
- APP_UNIQUE_ID = 0xBAC15
- APP_ICON = pkg/ctr/assets/pcsx_rearmed.png
- APP_BANNER = pkg/ctr/assets/pcsx_rearmed_banner.png
- APP_USE_SVCHAX = 1
+else ifeq ($(LIBRETRO), prosystem)
+ APP_TITLE = ProSystem Libretro
+ APP_PRODUCT_CODE = RARCH-PROSYSTEM
+ APP_UNIQUE_ID = 0xBAC3C
+ APP_ICON = pkg/ctr/assets/prosystem.png
+ APP_BANNER = pkg/ctr/assets/prosystem_banner.png
-else ifeq ($(LIBRETRO), fmsx)
- APP_TITLE = fMSX
- APP_AUTHOR = Marat Fayzullin
- APP_PRODUCT_CODE = RARCH-FMSX
- APP_UNIQUE_ID = 0xBAC16
- APP_ICON = pkg/ctr/assets/fmsx.png
- APP_BANNER = pkg/ctr/assets/fmsx_banner.png
-
-else ifeq ($(LIBRETRO), mame2000)
- APP_TITLE = MAME-2000
- APP_PRODUCT_CODE = RARCH-MAME2000
- APP_UNIQUE_ID = 0xBAC19
- APP_ICON = pkg/ctr/assets/mame2000.png
- APP_BANNER = pkg/ctr/assets/mame2000_banner.png
- APP_BIG_TEXT_SECTION = 1
-
-else ifeq ($(LIBRETRO), mame2003)
- APP_TITLE = MAME-2003
- APP_PRODUCT_CODE = RARCH-MAME2003
- APP_UNIQUE_ID = 0xBAC18
- APP_ICON = pkg/ctr/assets/mame2003.png
- APP_BANNER = pkg/ctr/assets/mame2003_banner.png
- APP_BIG_TEXT_SECTION = 1
+else ifeq ($(LIBRETRO), quicknes)
+ APP_TITLE = QuickNES Libretro
+ APP_AUTHOR = blargg, kode54
+ APP_PRODUCT_CODE = RARCH-QUICKNES
+ APP_UNIQUE_ID = 0xBAC0F
+ APP_ICON = pkg/ctr/assets/quicknes.png
+ APP_BANNER = pkg/ctr/assets/quicknes_banner.png
else ifeq ($(LIBRETRO), snes9x2002)
- APP_TITLE = Snes9x 2002
- APP_AUTHOR = various
- APP_PRODUCT_CODE = RARCH-POCKETSNES
- APP_UNIQUE_ID = 0xBAC1A
- APP_ICON = pkg/ctr/assets/snes9x2002.png
- APP_BANNER = pkg/ctr/assets/snes9x2002_banner.png
+ APP_TITLE = Snes9x 2002
+ APP_AUTHOR = various
+ APP_PRODUCT_CODE = RARCH-POCKETSNES
+ APP_UNIQUE_ID = 0xBAC1A
+ APP_ICON = pkg/ctr/assets/snes9x2002.png
+ APP_BANNER = pkg/ctr/assets/snes9x2002_banner.png
else ifeq ($(LIBRETRO), snes9x2005)
- APP_TITLE = Snes9x 2005
- APP_PRODUCT_CODE = RARCH-CATSFC
- APP_UNIQUE_ID = 0xBAC07
- APP_ICON = pkg/ctr/assets/snes9x2005.png
- APP_BANNER = pkg/ctr/assets/snes9x2005_banner.png
+ APP_TITLE = Snes9x 2005
+ APP_PRODUCT_CODE = RARCH-CATSFC
+ APP_UNIQUE_ID = 0xBAC07
+ APP_ICON = pkg/ctr/assets/snes9x2005.png
+ APP_BANNER = pkg/ctr/assets/snes9x2005_banner.png
else ifeq ($(LIBRETRO), snes9x2005_plus)
- APP_TITLE = Snes9x 2005 Plus
- APP_PRODUCT_CODE = RARCH-CATSFCPLUS
- APP_UNIQUE_ID = 0xBAC13
- APP_ICON = pkg/ctr/assets/snes9x2005_plus.png
- APP_BANNER = pkg/ctr/assets/snes9x2005_plus_banner.png
+ APP_TITLE = Snes9x 2005 Plus
+ APP_PRODUCT_CODE = RARCH-CATSFCPLUS
+ APP_UNIQUE_ID = 0xBAC13
+ APP_ICON = pkg/ctr/assets/snes9x2005_plus.png
+ APP_BANNER = pkg/ctr/assets/snes9x2005_plus_banner.png
else ifeq ($(LIBRETRO), snes9x2010)
- APP_TITLE = Snes9x 2010
- APP_PRODUCT_CODE = RARCH-SNES9XNEXT
- APP_UNIQUE_ID = 0xBAC0D
- APP_ICON = pkg/ctr/assets/snes9x2010.png
- APP_BANNER = pkg/ctr/assets/snes9x2010_banner.png
-
-else ifeq ($(LIBRETRO), dosbox)
- APP_TITLE = DosBox
- APP_AUTHOR = various
- APP_PRODUCT_CODE = RARCH-DOSBOX
- APP_UNIQUE_ID = 0xBAC1B
- APP_ICON = pkg/ctr/assets/dosbox.png
- APP_BANNER = pkg/ctr/assets/dosbox_banner.png
-
-else ifeq ($(LIBRETRO), nekop2)
- APP_TITLE = Neko Project 2
- APP_AUTHOR = various
- APP_PRODUCT_CODE = RARCH-NP2
- APP_UNIQUE_ID = 0xBAC1C
- APP_ICON = pkg/ctr/assets/nekop2.png
- APP_BANNER = pkg/ctr/assets/nekop2_banner.png
+ APP_TITLE = Snes9x 2010
+ APP_PRODUCT_CODE = RARCH-SNES9XNEXT
+ APP_UNIQUE_ID = 0xBAC0D
+ APP_ICON = pkg/ctr/assets/snes9x2010.png
+ APP_BANNER = pkg/ctr/assets/snes9x2010_banner.png
-else ifeq ($(LIBRETRO), np2kai)
- APP_TITLE = Neko Project 2 Kai
- APP_AUTHOR = various
- APP_PRODUCT_CODE = RARCH-NP2KAI
- APP_UNIQUE_ID = 0xBAC1D
- APP_ICON = pkg/ctr/assets/np2kai.png
- APP_BANNER = pkg/ctr/assets/np2kai_banner.png
-
-else ifeq ($(LIBRETRO), 81)
- APP_TITLE = lr-81
- APP_AUTHOR = various
- APP_PRODUCT_CODE = RARCH-81
- APP_UNIQUE_ID = 0xBAC1E
- APP_ICON = pkg/ctr/assets/81.png
- APP_BANNER = pkg/ctr/assets/81_banner.png
-
-else ifeq ($(LIBRETRO), fuse)
- APP_TITLE = Fuse
- APP_AUTHOR = various
- APP_PRODUCT_CODE = RARCH-FUSE
- APP_UNIQUE_ID = 0xBAC1F
- APP_ICON = pkg/ctr/assets/fuse.png
- APP_BANNER = pkg/ctr/assets/fuse_banner.png
-
else ifeq ($(LIBRETRO), stella)
- APP_TITLE = Stella Libretro
- APP_PRODUCT_CODE = RARCH-STELLA
- APP_UNIQUE_ID = 0xBAC2C
- APP_ICON = pkg/ctr/assets/stella.png
- APP_BANNER = pkg/ctr/assets/stella_banner.png
-
-else ifeq ($(LIBRETRO), prosystem)
- APP_TITLE = ProSystem Libretro
- APP_PRODUCT_CODE = RARCH-PROSYSTEM
- APP_UNIQUE_ID = 0xBAC3C
- APP_ICON = pkg/ctr/assets/prosystem.png
- APP_BANNER = pkg/ctr/assets/prosystem_banner.png
-
-else ifeq ($(LIBRETRO), gw)
- APP_TITLE = Game&Watch Libretro
- APP_PRODUCT_CODE = RARCH-GW
- APP_UNIQUE_ID = 0xBAC2D
- APP_ICON = pkg/ctr/assets/gw.png
- APP_BANNER = pkg/ctr/assets/gw_banner.png
-
-else ifeq ($(LIBRETRO), handy)
- APP_TITLE = Handy Libretro
- APP_PRODUCT_CODE = RARCH-HANDY
- APP_UNIQUE_ID = 0xBAC7C
- APP_ICON = pkg/ctr/assets/handy.png
- APP_BANNER = pkg/ctr/assets/handy_banner.png
+ APP_TITLE = Stella Libretro
+ APP_PRODUCT_CODE = RARCH-STELLA
+ APP_UNIQUE_ID = 0xBAC2C
+ APP_ICON = pkg/ctr/assets/stella.png
+ APP_BANNER = pkg/ctr/assets/stella_banner.png
-endif
+endif
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-04-09 20:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-09 8:44 bug#31109: Retroarch: source tarball has wrong hash Ludovic Courtès
2018-04-09 9:29 ` Rutger Helling
2018-04-09 15:47 ` Ludovic Courtès
2018-04-09 16:35 ` Rutger Helling
2018-04-09 20:19 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.