unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* 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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).