mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Added some parser exceptions.
This commit is contained in:
parent
901d16a96f
commit
2ccbfeff47
9 changed files with 201 additions and 30 deletions
|
@ -6,7 +6,7 @@ namespace YAML
|
|||
{
|
||||
// version
|
||||
version.major = 1;
|
||||
version.minor = 1;
|
||||
version.minor = 2;
|
||||
|
||||
// and tags
|
||||
tags.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue