An open API service indexing awesome lists of open source software.

https://github.com/sharkwouter/directory-iterator-psp

A simple test of the directory_iterator class in std::filesystem on the Playstation Portable
https://github.com/sharkwouter/directory-iterator-psp

Last synced: about 2 months ago
JSON representation

A simple test of the directory_iterator class in std::filesystem on the Playstation Portable

Awesome Lists containing this project

README

          

# std::filesystem::directory_iterator test for Playstation Portable

This is a simple test which works on both PC and PSP for testing the std::filesystem::directory_iterator class. It should just print the files in the current directory to the screen.

## Building

### PSP

This one requires upstream SDL2.

```
mkdir psp && cd psp
psp-cmake ..
make
```

### PC

```
mkdir build && cd build
cmake ..
make