Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOL loader cleanup with std::vector and safety checks #2188

Merged
merged 1 commit into from May 26, 2015

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Mar 8, 2015

No description provided.

Memory::Write_U8(data_section[i][num], m_dolheader.dataAddress[i] + num);
}
}
for (int i = 0; i < m_data_sections.size(); ++i)

This comment was marked as off-topic.

@JosJuice JosJuice force-pushed the dol-cleanup branch 4 times, most recently from 9772d74 to 3317107 Compare March 13, 2015 19:45
@JosJuice JosJuice force-pushed the dol-cleanup branch 4 times, most recently from 7e7c234 to cb85f13 Compare March 24, 2015 20:18
@JosJuice JosJuice force-pushed the dol-cleanup branch 3 times, most recently from 2967de5 to 48799f0 Compare April 20, 2015 10:20
@comex
Copy link
Contributor

comex commented Apr 25, 2015

@JosJuice Any update?

@JosJuice
Copy link
Member Author

@comex Rebased.

@shuffle2
Copy link
Contributor

shuffle2 commented May 8, 2015

Ehhh...please do not use asserts as if they are standard error handling.

@@ -42,15 +44,16 @@ class CDolLoader
u32 bssAddress;
u32 bssSize;
u32 entryPoint;
u32 padd[7];
//u32 padding[7];

This comment was marked as off-topic.

@JosJuice
Copy link
Member Author

JosJuice commented May 9, 2015

I've removed the asserts.

Sonicadvance1 added a commit that referenced this pull request May 26, 2015
DOL loader cleanup with std::vector and safety checks
@Sonicadvance1 Sonicadvance1 merged commit a4a8162 into dolphin-emu:master May 26, 2015
@JosJuice JosJuice deleted the dol-cleanup branch May 26, 2015 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants