mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
cellMusic/Decode: implement playlist shuffle and repeat
This commit is contained in:
parent
683fa2a392
commit
c40439ae6b
13 changed files with 790 additions and 247 deletions
|
|
@ -80,4 +80,5 @@ template u32 get_yaml_node_value<u32>(YAML::Node, std::string&);
|
|||
template u64 get_yaml_node_value<u64>(YAML::Node, std::string&);
|
||||
template s64 get_yaml_node_value<s64>(YAML::Node, std::string&);
|
||||
template f64 get_yaml_node_value<f64>(YAML::Node, std::string&);
|
||||
template std::string get_yaml_node_value<std::string>(YAML::Node, std::string&);
|
||||
template cheat_info get_yaml_node_value<cheat_info>(YAML::Node, std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue